Skip to content

Commit

Permalink
[selectors-4] Prep for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Jan 31, 2018
1 parent 99aeaae commit e001878
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions selectors-4/Overview.bs
Expand Up @@ -3,10 +3,10 @@ Title: Selectors Level 4
Group: CSSWG
Shortname: selectors
Level: 4
Status: ED
Work Status: Revising
Status: WD
Work Status: Refining
ED: https://drafts.csswg.org/selectors
TR: https://www.w3.org/TR/selectors4/
TR: https://www.w3.org/TR/selectors-4/
Previous Version: https://www.w3.org/TR/2013/WD-selectors4-20130502/
Previous Version: https://www.w3.org/TR/2012/WD-selectors4-20120823/
Previous Version: https://www.w3.org/TR/2011/WD-selectors4-20110929/
Expand All @@ -27,6 +27,7 @@ Ignored Vars: identifier, extended filtering
</pre>
<pre class=link-defaults>
spec:css-syntax-3; type:dfn; text:identifier
spec:css-display-3; type:property; text:display
</pre>

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

<h4 id="pseudo-element syntax">
<h4 id="pseudo-element-syntax">
Syntax</h4>

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

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

0 comments on commit e001878

Please sign in to comment.