We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6f0cd commit 57b5696Copy full SHA for 57b5696
2-ui/1-document/11-coordinates/article.md
@@ -5,7 +5,7 @@ To move elements around we should be familiar with coordinates.
5
Most JavaScript methods deal with one of two coordinate systems:
6
7
1. **Relative to the window** - similar to `position:fixed`, calculated from the window top/left edge.
8
- - we'll denote them as `clientX/clientY`, the reason for such name will become clear later when we move to events,
+ - we'll denote these coordinates as `clientX/clientY`, the reason for such name will become clear after next chapters ,
9
2. **Relative to the document** - similar to `position:absolute` in the document root, calculated from the document top/left edge.
10
- we'll denote them `pageX/pageY`
11
0 commit comments