Skip to content

Commit 1814d6c

Browse files
committed
forgot to remove a couple Unicode codepoints from Armenian example
1 parent fbc6e60 commit 1814d6c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-lists/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929

3030
<h1>CSS Lists Module Level 3</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 February
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 February
3333
2009</h2>
3434

3535
<dl>
3636
<dt>This version:
3737

38-
<dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-lists-20090210">http://www.w3.org/TR/2009/WD-css3-lists-20090210</a></dd> -->
38+
<dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-lists-20090211">http://www.w3.org/TR/2009/WD-css3-lists-20090211</a></dd> -->
3939
<a
4040
href="http://dev.w3.org/csswg/css3-lists">http://dev.w3.org/csswg/css3-lists</a>
4141

@@ -777,7 +777,7 @@ <h3 id=algorithmic><span class=secno>3.2 </span>Algorithmic</h3>
777777

778778
<div class=example>
779779
<p>Decimal 2951 in lower-armenian is &#x057D;&#x057B;&#x056E;&#x0561;
780-
U+0571 U+0302 U+057D U+057B U+056E U+0561.</p>
780+
U+057D U+057B U+056E U+0561.</p>
781781
</div>
782782

783783
<dt><dfn id=cjk-ideographic>cjk-ideographic</dfn>

css3-lists/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ <h3>Algorithmic</h3>
530530
<p>Numbers outside the range of the armenian system are rendered using the decimal numbering style.</p>
531531

532532
<div class="example">
533-
<p>Decimal 2951 in lower-armenian is &#x057D;&#x057B;&#x056E;&#x0561; U+0571 U+0302 U+057D U+057B U+056E U+0561.</p>
533+
<p>Decimal 2951 in lower-armenian is &#x057D;&#x057B;&#x056E;&#x0561; U+057D U+057B U+056E U+0561.</p>
534534
</div>
535535

536536
</dd>

0 commit comments

Comments
 (0)