Skip to content

Commit 4b4b77d

Browse files
committed
Make armenian alias upper-armenian instead of lower-armenian, comment out comment about 10,000 and 20,000 markers
1 parent 1814d6c commit 4b4b77d

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

css3-lists/Overview.src.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ <h3>Algorithmic</h3>
324324
upper-roman
325325
</dd>
326326

327-
<dt><dfn>armenian</dfn>, <dfn>lower-armenian</dfn></dt>
327+
<dt><dfn>lower-armenian</dfn></dt>
328328

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
@@ -525,6 +525,12 @@ <h3>Algorithmic</h3>
525525
</tbody>
526526
</table>
527527

528+
<!--
529+
<p class="issue">There are two letters for 10,000 and 20,000 (U+0555
530+
and U+0556 respectively), but whether and how they should be used is
531+
unclear.</p>
532+
-->
533+
528534
<p>The suffix for the armenian numbering system is a dot &#x002E; U+002E.</p>
529535

530536
<p>Numbers outside the range of the armenian system are rendered using the decimal numbering style.</p>
@@ -2264,7 +2270,7 @@ <h3>Algorithmic</h3>
22642270
</table>
22652271
</dd>
22662272

2267-
<dt><dfn>upper-armenian</dfn></dt>
2273+
<dt><dfn>armenian</dfn>, <dfn>upper-armenian</dfn></dt>
22682274

22692275
<dd>This system is identical to the <span>lower-armenian</span>
22702276
system but uses the following codepoints instead.
@@ -2459,10 +2465,6 @@ <h3>Algorithmic</h3>
24592465
</tbody>
24602466
</table>
24612467

2462-
<p class="issue">There are two letters for 10,000 and 20,000 (U+0555
2463-
and U+0556 respectively), but whether and how they should be used is
2464-
unclear.</p>
2465-
24662468
<div class="example">
24672469
<p>Decimal 2951 in upper-armenian is &#x054D;&#x054B;&#x053E;&#x0531; U+054D U+054B U+053E U+0531.</p>
24682470
</div>

0 commit comments

Comments
 (0)