Skip to content

Commit 2dac521

Browse files
authored
[selectors-4] Fixes according latest changes (w3c#3788)
[selectors-4] Fixes according latest changes Co-authored-by: Tab Atkins Jr. <jackalmage@gmail.com>
2 parents 295ecb8 + 7211b2a commit 2dac521

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

selectors-4/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Former Editor: John Williams
2222
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 docu ment.
2323
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.
2424
At Risk: the column combinator
25-
At Risk: the '':drop()'' pseudo-class
2625
At Risk: the '':read-write'' pseudo-class
2726
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
2827
Ignored Vars: identifier, extended filtering, i
@@ -3426,7 +3425,7 @@ Grammar</h2>
34263425
34273426
<dfn noexport>&lt;attr-matcher></dfn> = [ '~' | '|' | '^' | '$' | '*' ]? '='
34283427
3429-
<dfn noexport>&lt;attr-modifier></dfn> = i
3428+
<dfn noexport>&lt;attr-modifier></dfn> = i | s
34303429
34313430
<dfn>&lt;pseudo-class-selector></dfn> = ':' <<ident-token>> |
34323431
':' <<function-token>> <<any-value>> ')'

0 commit comments

Comments
 (0)