Skip to content

Commit 5d2d582

Browse files
committed
Fix minor errors
--HG-- extra : rebase_source : 1b7984089d6b955e1b3e09c990458e08f350740e
1 parent b5b1933 commit 5d2d582

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

selectors4/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
<h1 id=title>Selectors Level 4</h1>
2121

22-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 May 2012</h2>
22+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 May 2012</h2>
2323

2424
<dl>
2525
<dt>This version: <!--
26-
<dd><a href="http://www.w3.org/TR/2012/ED-selectors4-20120517/">
27-
http://www.w3.org/TR/2012/WD-selectors4-20120517/</a>
26+
<dd><a href="http://www.w3.org/TR/2012/ED-selectors4-20120530/">
27+
http://www.w3.org/TR/2012/WD-selectors4-20120530/</a>
2828
2929
<dt>Editor's draft:
3030
-->
@@ -394,7 +394,7 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
394394
Descendant combinator</a>
395395

396396
<li><a href="#child-combinators"><span class=secno>14.2. </span> Child
397-
combinators</a>
397+
combinator</a>
398398

399399
<li><a href="#adjacent-sibling-combinators"><span class=secno>14.3.
400400
</span> Next-sibling combinator</a>
@@ -749,7 +749,7 @@ <h2 id=overview><span class=secno>2. </span> Selectors Overview</h2>
749749

750750
<td><a href="#scope-pseudo">The scope pseudo-class</a>
751751

752-
<td>3
752+
<td>4
753753

754754
<tbody>
755755
<tr>
@@ -3199,7 +3199,7 @@ <h3 id=descendant-combinators><span class=secno>14.1. </span> Descendant
31993199
<pre>div p *[href]</pre>
32003200
</div>
32013201

3202-
<h3 id=child-combinators><span class=secno>14.2. </span> Child combinators</h3>
3202+
<h3 id=child-combinators><span class=secno>14.2. </span> Child combinator</h3>
32033203

32043204
<p>A <dfn id=child-combinator>child combinator</dfn> describes a childhood
32053205
relationship between two elements. A child combinator is made of the

selectors4/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ <h2 id=overview>
291291
<td><code>E:scope</code>
292292
<td>an E element being a designated contextual reference element
293293
<td><a href="#scope-pseudo">The scope pseudo-class</a>
294-
<td>3
294+
<td>4
295295
<tbody>
296296
<tr>
297297
<td><code>E:current</code>
@@ -2420,7 +2420,7 @@ <h3 id=descendant-combinators>
24202420
</div>
24212421

24222422
<h3 id=child-combinators>
2423-
Child combinators</h3>
2423+
Child combinator</h3>
24242424

24252425
<p>A <dfn>child combinator</dfn> describes a childhood relationship
24262426
between two elements. A child combinator is made of the

0 commit comments

Comments
 (0)