-
Notifications
You must be signed in to change notification settings - Fork 785
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(color-contrast): greatly improve performance for very large sites (
#1943) * fix(color-contrast): greatly improve perf of color-contrast for extremely large pages * comments * fix visuallyContains for scrolling regions * comments * fix ie11 * fix test * debug test * more debug * moar * always add html as last element * fix shadow boundary sorting * fix test * revert * reduce number of nodes for ie11 * dont use parentNode first * remove comments * more comments * rename, refactor, make work in shadow dom * check stack * fix html as scroll region
- Loading branch information
Showing
9 changed files
with
855 additions
and
753 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.