-
Notifications
You must be signed in to change notification settings - Fork 715
[css-scroll-anchoring-1] Add priority candidates for scroll anchor selection #5018 #5050
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks ok, thanks!
I removed the insertion caret from the priority lists, since I think having the focused element be prioritized over it largely handles it. In other words, I'm failing to come up with any reasonable example that has an insertion caret but not a focused element. |
Caret browsing in Gecko? |
It was specified as insertion caret here in the text here: https://drafts.csswg.org/css-ui-3/#propdef-caret-color I think the Gecko caret browsing is what the non-normative text refers to as a navigation caret. We can definitely add that back in, but perhaps with different wording |
The PR adds scroll anchoring priority candidates which would be used before the DOM order children are considered as scroll anchors.
#5018