Skip to content

Commit 9609543

Browse files
authored
Remove at-risk status from :has() and :read-write
Makes at-risk features list consistent with the Changes section according to the resolution of #8168
1 parent 7ee1e95 commit 9609543

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

selectors-4/Overview.bs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ Former Editor: John Williams
2424
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.
2525
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.
2626
At Risk: the column combinator
27-
At Risk: the '':read-write'' pseudo-class
28-
At Risk: the '':has()'' pseudo-class
2927
At Risk: [=user action pseudo-classes=] applying to non-[=tree-abiding=] [=pseudo-elements=]
3028
At Risk: the '':blank'' pseudo-class
3129
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

0 commit comments

Comments
 (0)