Skip to content

Commit

Permalink
Remove at-risk status from :has() and :read-write (#8242)
Browse files Browse the repository at this point in the history
Makes at-risk features list consistent with the Changes section according to the resolution of #8168
  • Loading branch information
SelenIT authored Jan 11, 2023
1 parent 42943a7 commit daef34e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions selectors-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Former Editor: John Williams
Abstract: <a>Selectors</a> are patterns that match against elements in a tree, and as such form one of several technologies that can be used to select nodes in a document. Selectors have been optimized for use with HTML and XML, and are designed to be usable in performance-critical code. They are a core component of <abbr title="Cascading Style Sheets">CSS</abbr> (Cascading Style Sheets), which uses Selectors to bind style properties to elements in the document.
Abstract: Selectors Level 4 describes the selectors that already exist in [[!SELECT]], and further introduces new selectors for CSS and other languages that may need them.
At Risk: the column combinator
At Risk: the '':read-write'' pseudo-class
At Risk: the '':has()'' pseudo-class
At Risk: [=user action pseudo-classes=] applying to non-[=tree-abiding=] [=pseudo-elements=]
At Risk: the '':blank'' pseudo-class
Ignored Terms: function token, Document, DocumentFragment, math, h1, shadow tree, querySelector(), quirks mode, button, a, span, object, p, div, q, area, link, label, input, html, em, li, ol, pre, CSS Value Definition Syntax
Expand Down

0 comments on commit daef34e

Please sign in to comment.