Update task.md
This commit is contained in:
parent
39fb7a648b
commit
f392e076e0
1 changed files with 4 additions and 4 deletions
|
@ -14,10 +14,10 @@ There's a small feature implemented in the document for convenience. A click at
|
||||||
|
|
||||||
Your code should use DOM to get window coordinates of:
|
Your code should use DOM to get window coordinates of:
|
||||||
|
|
||||||
1. Left-upper outer corner (that's simple).
|
1. Upper-left, outer corner (that's simple).
|
||||||
2. Right-bottom outer corner (simple too).
|
2. Bottom-right, outer corner (simple too).
|
||||||
3. Left-upper inner corner (a bit harder).
|
3. Upper-left, inner corner (a bit harder).
|
||||||
4. Right-bottom inner corner (there are several ways, choose one).
|
4. Bottom-right, inner corner (there are several ways, choose one).
|
||||||
|
|
||||||
The coordinates that you calculate should be the same as those returned by the mouse click.
|
The coordinates that you calculate should be the same as those returned by the mouse click.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue