Skip to content

Commit 1e98578

Browse files
committed
Limit Armenian to 9999 as recommended by Richard Ishida in http://lists.w3.org/Archives/Public/www-style/2009Jan/0488.html
1 parent 8de31bb commit 1e98578

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

css3-lists/Overview.html

Lines changed: 9 additions & 9 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 9 February
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 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-20090209">http://www.w3.org/TR/2009/WD-css3-lists-20090209</a></dd> -->
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> -->
3939
<a
4040
href="http://dev.w3.org/csswg/css3-lists">http://dev.w3.org/csswg/css3-lists</a>
4141

@@ -503,13 +503,13 @@ <h3 id=algorithmic><span class=secno>3.2 </span>Algorithmic</h3>
503503
<dt><dfn id=armenian>armenian</dfn>, <dfn
504504
id=lower-armenian>lower-armenian</dfn>
505505

506-
<dd>This is a simple additive system defined for the range 1 to 99999999.
507-
The digits are split into two groups of four (if there are less than
508-
eight digits, the least significant group is filled first). Within each
509-
group, appropriate digits are picked from the following list (at most one
510-
per column) and written in descending order by value (thousands first).
511-
Any characters in the most significant group are then combined with a
512-
circumflex accent, &#x25CC;&#x0302; U+0302. <!--
506+
<dd>This is a simple additive system defined for the range 1 to 9999.
507+
<!-- The digits are split into two groups of four (if there are
508+
less than eight digits, the least significant group is filled first).
509+
Within each group, appropriate digits are picked from the following
510+
list (at most one per column) and written in descending order by value
511+
(thousands first). Any characters in the most significant group are
512+
then combined with a circumflex accent, &#x25CC;&#x0302; U+0302.
513513
25CC is a dotted circle -->
514514

515515
<table>

css3-lists/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,12 +327,12 @@ <h3>Algorithmic</h3>
327327
<dt><dfn>armenian</dfn>, <dfn>lower-armenian</dfn></dt>
328328

329329
<dd>This is a simple additive system defined for the range 1 to
330-
99999999. The digits are split into two groups of four (if there are
330+
9999. <!-- The digits are split into two groups of four (if there are
331331
less than eight digits, the least significant group is filled first).
332332
Within each group, appropriate digits are picked from the following
333333
list (at most one per column) and written in descending order by value
334334
(thousands first). Any characters in the most significant group are
335-
then combined with a circumflex accent, &#x25CC;&#x0302; U+0302. <!--
335+
then combined with a circumflex accent, &#x25CC;&#x0302; U+0302.
336336
25CC is a dotted circle -->
337337

338338
<table>

0 commit comments

Comments
 (0)