-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Implement the :valid and :invalid pseudo-classes #10781
Copy link
Copy link
Closed
Labels
A-content/cssInteracting with CSS from web content (parsing, serializing, introspection)Interacting with CSS from web content (parsing, serializing, introspection)A-content/domInteracting with the DOM from web contentInteracting with the DOM from web contentC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueI-enhancementNo impact; the issue is a missing or proposed feature.No impact; the issue is a missing or proposed feature.S-blocked-on-externalSomething, somewhere else, needs to happen before this PR can be merged.Something, somewhere else, needs to happen before this PR can be merged.
Description
- Spec: https://html.spec.whatwg.org/multipage/#selector-invalid.
- Code:
components/style/selector_impl.rs,components/layout/wrapper.rs,components/script/dom/element.rs. - Test:
html/semantics/selectors/pseudo-classes/valid-invalid.html,dom/nodes/Element-closest.html.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-content/cssInteracting with CSS from web content (parsing, serializing, introspection)Interacting with CSS from web content (parsing, serializing, introspection)A-content/domInteracting with the DOM from web contentInteracting with the DOM from web contentC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueI-enhancementNo impact; the issue is a missing or proposed feature.No impact; the issue is a missing or proposed feature.S-blocked-on-externalSomething, somewhere else, needs to happen before this PR can be merged.Something, somewhere else, needs to happen before this PR can be merged.