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-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Former Editor: Daniel Glazman
17
17
Former Editor: Ian Hickson
18
18
Former Editor: Peter Linss
19
19
Former Editor: John Williams
20
-
Abstract: <b>Selectors</b> 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.
20
+
Abstract: <b>Selectors</b> 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.
21
21
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.
22
22
At Risk: the column combinator
23
23
At Risk: the '':drop()'' pseudo-class
@@ -489,7 +489,7 @@ Selectors Overview</h2>
489
489
Note: Some Level 4 selectors (noted above as "3-UI") were introduced in [[CSS3UI]].
490
490
491
491
<h3 id="profiles">
492
-
<a>Dynamic</a> vs <a>Static</a> Selector Profiles</h3>
492
+
<a>Live</a> vs <a>Snapshot</a> Selector Profiles</h3>
493
493
494
494
Selectors are used in many different contexts,
495
495
with wildly varying performance characteristics.
@@ -498,32 +498,32 @@ Selectors Overview</h2>
498
498
To accommodate this, two profiles of the Selectors spec are defined:
499
499
500
500
<dl>
501
-
<dt><dfn local-lt="dynamic">dynamic profile</dfn>
501
+
<dt><dfn local-lt="live">live profile</dfn>
502
502
<dd>
503
-
The <a>dynamic</a> profile is appropriate for use in any context,
504
-
including dynamic browser CSS selector matching.
503
+
The <a>live</a> profile is appropriate for use in any context,
504
+
including browser CSS selector matching, which is live.
505
505
It includes every selector defined in this document,
0 commit comments