Skip to content

Commit 6ada5d7

Browse files
committed
Add back some of the Armenian prose, fix the example to match the new range limit and 7000s digit
1 parent eea2def commit 6ada5d7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

css3-lists/Overview.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -506,9 +506,10 @@ <h3 id=algorithmic><span class=secno>3.2 </span>Algorithmic</h3>
506506
<dd>This is a simple additive system defined for the range 1 to 9999.
507507
<!-- The digits are split into two groups of four (if there are
508508
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
509+
Within each group, -->
510+
The appropriate digits are picked from the following list (at most one
511+
per column) and written in descending order by value (thousands first).
512+
<!-- Any characters in the most significant group are
512513
then combined with a circumflex accent, &#x25CC;&#x0302; U+0302.
513514
25CC is a dotted circle -->
514515

@@ -775,10 +776,8 @@ <h3 id=algorithmic><span class=secno>3.2 </span>Algorithmic</h3>
775776
the decimal numbering style.</p>
776777

777778
<div class=example>
778-
<p>Decimal 7482951 in lower-armenian is
779-
&#x0578;&#x0582;&#x0302;&#x0576;&#x0302;&#x0571;&#x0302;&#x057D;&#x057B;&#x056E;&#x0561;
780-
U+0578 U+0582 U+0302 U+0576 U+0302 U+0571 U+0302 U+057D U+057B U+056E
781-
U+0561.</p>
779+
<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>
782781
</div>
783782

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

0 commit comments

Comments
 (0)