Skip to content

Commit e001878

Browse files
committed
[selectors-4] Prep for publication
1 parent 99aeaae commit e001878

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

selectors-4/Overview.bs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Title: Selectors Level 4
33
Group: CSSWG
44
Shortname: selectors
55
Level: 4
6-
Status: ED
7-
Work Status: Revising
6+
Status: WD
7+
Work Status: Refining
88
ED: https://drafts.csswg.org/selectors
9-
TR: https://www.w3.org/TR/selectors4/
9+
TR: https://www.w3.org/TR/selectors-4/
1010
Previous Version: https://www.w3.org/TR/2013/WD-selectors4-20130502/
1111
Previous Version: https://www.w3.org/TR/2012/WD-selectors4-20120823/
1212
Previous Version: https://www.w3.org/TR/2011/WD-selectors4-20110929/
@@ -27,6 +27,7 @@ Ignored Vars: identifier, extended filtering
2727
</pre>
2828
<pre class=link-defaults>
2929
spec:css-syntax-3; type:dfn; text:identifier
30+
spec:css-display-3; type:property; text:display
3031
</pre>
3132

3233
<style>
@@ -242,6 +243,7 @@ Selectors Overview</h2>
242243
<td>an E element being the source anchor of a hyperlink
243244
targetting the current URL
244245
<td>[[#the-local-link-pseudo]]
246+
<td>4
245247
<tr>
246248
<td><code>E:target</code>
247249
<td>an E element being the target of the current URL
@@ -848,7 +850,7 @@ Pseudo-classes</h3>
848850
Pseudo-elements that exist in CSS
849851
are defined in [[CSS21]] (Level 2), [[SELECT]] (Level 3), and [[CSS-PSEUDO-4]] (Level 4).
850852

851-
<h4 id="pseudo-element syntax">
853+
<h4 id="pseudo-element-syntax">
852854
Syntax</h4>
853855

854856
The syntax of a <a>pseudo-element</a>
@@ -1885,7 +1887,7 @@ The Language Pseudo-class: '':lang()''</h3>
18851887
must be quoted as strings.)
18861888

18871889
Note: The <a>content language</a> of an element is defined by the document language.
1888-
For example, in HTML [[HTML5]], the <a>language</a> is determined by a
1890+
For example, in HTML [[HTML5]], the <a>content language</a> is determined by a
18891891
combination of the <code>lang</code> attribute, information from
18901892
<a element>meta</a> elements, and possibly also the protocol (e.g.
18911893
from HTTP headers). XML languages can use the <code>xml:lang</code>

0 commit comments

Comments
 (0)