File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
2-ui/1-document/11-coordinates/1-find-point-coordinates Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ There's a small feature implemented in the document for convenience. A click at
14
14
15
15
Your code should use DOM to get window coordinates of:
16
16
17
- 1 . Left-upper outer corner (that's simple).
18
- 2 . Right-bottom outer corner (simple too).
19
- 3 . Left-upper inner corner (a bit harder).
20
- 4 . Right-bottom inner corner (there are several ways, choose one).
17
+ 1 . Upper-left, outer corner (that's simple).
18
+ 2 . Bottom-right, outer corner (simple too).
19
+ 3 . Upper-left, inner corner (a bit harder).
20
+ 4 . Bottom-right, inner corner (there are several ways, choose one).
21
21
22
22
The coordinates that you calculate should be the same as those returned by the mouse click.
23
23
You can’t perform that action at this time.
0 commit comments