-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Spec] Implement scroll via 'scroll target into view' (#205)
This removes the monkey patches to CSSOM-View-1's 'scroll an element into view' steps as w3c/csswg-drafts#8254 made the necessary changes. They turned out to be much simpler, simply allowing using a Range in place of an Element since Range also implements `getBoundingClientRect`
- Loading branch information
Showing
2 changed files
with
142 additions
and
330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.