You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: selectors-4/Overview.bs
+12-38Lines changed: 12 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Abstract: <a>Selectors</a> are patterns that match against elements in a tree, a
23
23
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.
24
24
At Risk: the column combinator
25
25
At Risk: the '':read-write'' pseudo-class
26
+
At Risk: the '':has()'' pseudo-class
26
27
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
27
28
Ignored Vars: identifier, extended filtering, i
28
29
</pre>
@@ -487,44 +488,6 @@ Selectors Overview</h2>
487
488
488
489
Note: Some Level 4 selectors (noted above as "3-UI") were introduced in [[CSS3UI]].
489
490
490
-
<h3 id="profiles">
491
-
<a>Live</a> vs <a>Snapshot</a> Selector Profiles</h3>
492
-
493
-
Selectors are used in many different contexts,
494
-
with wildly varying performance characteristics.
495
-
Some powerful selectors are unfortunately too slow
496
-
to realistically include in the more performance-sensitive contexts.
497
-
To accommodate this, two profiles of the Selectors spec are defined:
498
-
499
-
<dl>
500
-
<dt><dfn local-lt="live">live profile</dfn>
501
-
<dd>
502
-
The <a>live</a> profile is appropriate for use in any context,
503
-
including browser CSS selector matching, which is live.
504
-
It includes every selector defined in this document,
0 commit comments