Skip to content

Commit 5870054

Browse files
authored
[selectors-4] Fixes according latest changes
- Removed `:drop()` from the at-risk feature list since removed from the spec - Added `s` to `Ignored Vars`. Not sure its needed - Added `s` to `<attr-modifier>` syntax
1 parent f01ef14 commit 5870054

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

selectors-4/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ 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
28-
Ignored Vars: identifier, extended filtering, i
27+
Ignored Vars: identifier, extended filtering, i, s
2928
</pre>
3029
<pre class=link-defaults>
3130
spec:css-syntax-3; type:dfn; text:identifier
@@ -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)