Skip to content

Commit eea2def

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css3-lists/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,9 @@ <h3>Algorithmic</h3>
329329
<dd>This is a simple additive system defined for the range 1 to
330330
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).
332-
Within each group, appropriate digits are picked from the following
332+
Within each group, --> The appropriate digits are picked from the following
333333
list (at most one per column) and written in descending order by value
334-
(thousands first). Any characters in the most significant group are
334+
(thousands first). <!-- Any characters in the most significant group are
335335
then combined with a circumflex accent, &#x25CC;&#x0302; U+0302.
336336
25CC is a dotted circle -->
337337

@@ -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 7482951 in lower-armenian is &#x0578;&#x0582;&#x0302;&#x0576;&#x0302;&#x0571;&#x0302;&#x057D;&#x057B;&#x056E;&#x0561; U+0578 U+0582 U+0302 U+0576 U+0302 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+0571 U+0302 U+057D U+057B U+056E U+0561.</p>
534534
</div>
535535

536536
</dd>

0 commit comments

Comments
 (0)