Skip to content

Commit 06991ed

Browse files
committed
[css-exclusions] fix validation error
1 parent 6d74b0a commit 06991ed

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

css-exclusions/Exclusions.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ <h3 id="exclusions-order">Exclusions order</h3>
754754
<li>Define collision-avoidance behavior
755755
for positioning schemes without it,
756756
and use this behavior by default with exclusions.</li>
757-
<ol>
757+
</ol>
758758
</div>
759759

760760
<h3 id="exclusions-processing-model">Processing model</h3>

css-exclusions/Overview.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Exclusions Module Level 1" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-05-16 name=dcterms.date>
15+
<meta content=2013-05-21 name=dcterms.date>
1616
<meta content="Vincent Hardy" name=dcterms.creator>
1717
<meta content="Rossen Atanassov" name=dcterms.creator>
1818
<meta content="Alan Stearns" name=dcterms.creator>
@@ -55,14 +55,14 @@
5555

5656
<h1 id=css-exclusions-module>CSS Exclusions Module Level 1</h1>
5757

58-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 May 2013</h2>
58+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 May 2013</h2>
5959

6060
<dl>
6161
<dt>This version:
6262

6363
<dd><a
6464
href="http://dev.w3.org/csswg/css-exclusions/">http://dev.w3.org/csswg/css-exclusions/</a></dd>
65-
<!--<dd><a href="http://dev.w3.org/csswg/css-exclusions/">http://www.w3.org/TR/2013/WD-css-exclusions-20130516/</a></dd>-->
65+
<!--<dd><a href="http://dev.w3.org/csswg/css-exclusions/">http://www.w3.org/TR/2013/WD-css-exclusions-20130521/</a></dd>-->
6666

6767
<dt>Latest version:
6868

@@ -947,8 +947,6 @@ <h3 id=exclusions-order><span class=secno>3.4. </span>Exclusions order</h3>
947947
<li>Define collision-avoidance behavior for positioning schemes without
948948
it, and use this behavior by default with exclusions.
949949
</ol>
950-
951-
<ol></ol>
952950
</div>
953951

954952
<h3 id=exclusions-processing-model><span class=secno>3.5. </span>Processing

css-exclusions/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ <h3 id="exclusions-order">Exclusions order</h3>
680680
<li>Define collision-avoidance behavior
681681
for positioning schemes without it,
682682
and use this behavior by default with exclusions.</li>
683-
<ol>
683+
</ol>
684684
</div>
685685

686686
<h3 id="exclusions-processing-model">Processing model</h3>

0 commit comments

Comments
 (0)