Chrome 149 user action pseudo-class top-layer boundary#29960
Chrome 149 user action pseudo-class top-layer boundary#29960chrisdavidmills wants to merge 4 commits into
Conversation
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
| }, | ||
| "top-layer_ancestor_matching_boundary": { | ||
| "__compat": { | ||
| "description": "Observes [top-layer ancestor matching boundary](https://developer.mozilla.org/docs/Web/CSS/Reference/Selectors/Pseudo-classes#top-layer_ancestor_matching_boundary) behavior", |
There was a problem hiding this comment.
https://developer.mozilla.org/docs/Web/CSS/Reference/Selectors/Pseudo-classes#top-layer_ancestor_matching_boundary does not seem to exist yet.
Also: I wonder if the description could describe the behavior, rather than just naming it?
There was a problem hiding this comment.
The content is on its way; see mdn/content#44615.
There was a problem hiding this comment.
I can see why you'd want the description to be a bit more, well, descriptive, but it is tricky in this case, as the behavior change is quite subtle and difficult to describe without a demonstration; hence, linking to the section that describes and demonstrates it in detail.
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
Summary
Chrome 149 adds User Action pseudo-class top-layer matching boundary behavior: see https://chromestatus.com/feature/6296574159355904.
This PR adds a sub-data point to the
:hover,:active, and:focus-withindata to cover this.Test results and supporting details
Related issues