-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
These two CSS 4 selectors are supported by Mojo::DOM and still missing in @mojojs/dom.
| Pattern | Represents |
|---|---|
| E:scope | an E element being a designated reference element |
| E:has(rs1, rs2, …) | an E element, if either of the relative selectors rs1 or rs2, when evaluated with E as the :scope elements, match an element |
Scope handling already partially exists in the code, but is not used for anything yet.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed