[css-overflow-5] Update scroll-marker-group to include modes #12122#13627
Merged
danielsakhapov merged 2 commits intoMar 17, 2026
Conversation
flackr
reviewed
Mar 11, 2026
|
|
||
| * The roles of ''::scroll-marker-group'' and ''::scroll-marker'' are `navigation` and `link` respectively. | ||
| * All ''::scroll-marker'' pseudo-elements are tab stops, in order. | ||
| * Activating a ''::scroll-marker'' pseudo-element <a lt='scroll a target into view'>scrolls its originating element into view</a> and sets the <a href="https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation-starting-point">sequential focus navigation starting point</a> to the [=originating element=], losing focus from the ''::scroll-marker''. |
Contributor
There was a problem hiding this comment.
The activation behavior is also specified in the activation section. I think in practice we try to have a single normative specification and if there are additional locations they are non-normative (e.g. notes).
TLDR; can we either:
- remove the activation behavior here and add references to the sections explaining the behavioral changes based on the mode from this section, or
- in the activation behavior section, instead of having a switch, call to this section to invoke mode specific activation behavior
flackr
approved these changes
Mar 17, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.