Skip to content

Commit 83a8544

Browse files
committed
[selectors] Fix example markup.
1 parent 675b81c commit 83a8544

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

selectors/Overview.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
rel=dcterms.rights>
1212
<meta content="Selectors Level 4" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-06-28 name=dcterms.date>
14+
<meta content=2013-08-07 name=dcterms.date>
1515
<meta content="Elika J. Etemad" name=dcterms.creator>
1616
<meta content="Tab Atkins Jr." name=dcterms.creator>
1717
<meta content=W3C name=dcterms.publisher>
@@ -32,13 +32,13 @@
3232

3333
<h1 id=title>Selectors Level 4</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 June 2013</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 August 2013</h2>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a href="http://dev.w3.org/csswg/selectors4/">
41-
http://www.w3.org/TR/2013/ED-selectors4-20130628/</a>
41+
http://www.w3.org/TR/2013/ED-selectors4-20130807/</a>
4242

4343
<dt>Editor's draft:
4444

@@ -3816,23 +3816,23 @@ <h4 id=the-first-of-type-pseudo><span class=secno>12.6.3. </span> <a
38163816
<pre><!--
38173817
-->&lt;dl>
38183818
<!--
3819-
-->&lt;dt>gigogne&lt;/dt>
3819+
--> &lt;dt>gigogne&lt;/dt>
38203820
<!--
3821-
-->&lt;dd>
3821+
--> &lt;dd>
38223822
<!--
3823-
-->&lt;dl>
3823+
--> &lt;dl>
38243824
<!--
3825-
-->&lt;dt>fusée&lt;/dt>
3825+
--> &lt;dt>fusée&lt;/dt>
38263826
<!--
3827-
-->&lt;dd>multistage rocket&lt;/dd>
3827+
--> &lt;dd>multistage rocket&lt;/dd>
38283828
<!--
3829-
-->&lt;dt>table&lt;/dt>
3829+
--> &lt;dt>table&lt;/dt>
38303830
<!--
3831-
-->&lt;dd>nest of tables&lt;/dd>
3831+
--> &lt;dd>nest of tables&lt;/dd>
38323832
<!--
3833-
-->&lt;/dl>
3833+
--> &lt;/dl>
38343834
<!--
3835-
-->&lt;/dd>
3835+
--> &lt;/dd>
38363836
<!--
38373837
-->&lt;/dl></pre>
38383838
</div>

selectors/Overview.src.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2692,15 +2692,15 @@ <h4 id="the-first-of-type-pseudo">
26922692
elements in the following example but not for the third one:
26932693
<pre><!--
26942694
-->&lt;dl>&#xa;<!--
2695-
-->&lt;dt>gigogne&lt;/dt>&#xa;<!--
2696-
-->&lt;dd>&#xa;<!--
2697-
-->&lt;dl>&#xa;<!--
2698-
-->&lt;dt>fus&eacute;e&lt;/dt>&#xa;<!--
2699-
-->&lt;dd>multistage rocket&lt;/dd>&#xa;<!--
2700-
-->&lt;dt>table&lt;/dt>&#xa;<!--
2701-
-->&lt;dd>nest of tables&lt;/dd>&#xa;<!--
2702-
-->&lt;/dl>&#xa;<!--
2703-
-->&lt;/dd>&#xa;<!--
2695+
--> &lt;dt>gigogne&lt;/dt>&#xa;<!--
2696+
--> &lt;dd>&#xa;<!--
2697+
--> &lt;dl>&#xa;<!--
2698+
--> &lt;dt>fus&eacute;e&lt;/dt>&#xa;<!--
2699+
--> &lt;dd>multistage rocket&lt;/dd>&#xa;<!--
2700+
--> &lt;dt>table&lt;/dt>&#xa;<!--
2701+
--> &lt;dd>nest of tables&lt;/dd>&#xa;<!--
2702+
--> &lt;/dl>&#xa;<!--
2703+
--> &lt;/dd>&#xa;<!--
27042704
-->&lt;/dl></pre>
27052705
</div>
27062706

0 commit comments

Comments
 (0)