Update article.md
Slight wording change to previous patch.
This commit is contained in:
parent
5b14645cd8
commit
30369a8f8e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ alert('Current scroll from the left: ' + window.pageXOffset);
|
||||||
|
|
||||||
These properties are read-only.
|
These properties are read-only.
|
||||||
|
|
||||||
(note: `pageXOffset` and `pageYOffset` are aliases for `scrollX` and `scrollY`, but provide greater cross-browser compatibility.)
|
(note: `pageXOffset` and `pageYOffset` are aliases for `scrollX` and `scrollY`, but may provide somewhat greater cross-browser compatibility.)
|
||||||
|
|
||||||
## Scrolling: scrollTo, scrollBy, scrollIntoView [#window-scroll]
|
## Scrolling: scrollTo, scrollBy, scrollIntoView [#window-scroll]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue