Skip to content

Commit

Permalink
Merge pull request javascript-tutorial#758 from TomSssM/patch-1
Browse files Browse the repository at this point in the history
Conspicuous non-English expression changed
  • Loading branch information
iliakan authored Jan 27, 2019
2 parents 5bb77e1 + 704f817 commit 04fa38a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If the mouse moves very fast from `#FROM` to `#TO` elements as painted above, th
In practice that's helpful, because if there may be many intermediate elements. We don't really want to process in and out of each one.
From the other side, we should keep in mind that we can't assume that the mouse slowly moves from one event to another. No, it can "jump".
On the other hand, we should keep in mind that we can't assume that the mouse slowly moves from one event to another. No, it can "jump".
In particular it's possible that the cursor jumps right inside the middle of the page from out of the window. And `relatedTarget=null`, because it came from "nowhere":
Expand Down

0 comments on commit 04fa38a

Please sign in to comment.