Skip to content

Commit 5d649fb

Browse files
committed
Thousands in Armenian is expressed with bar on top, not with circonflexe http://lists.w3.org/Archives/Public/www-style/2009Feb/0348.html
1 parent 48f78cb commit 5d649fb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

css3-lists/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ <h3 id=algorithmic><span class=secno>3.2 </span>Algorithmic</h3>
509509
The appropriate digits are picked from the following list (at most one
510510
per column) and written in descending order by value (thousands first).
511511
<!-- Any characters in the most significant group are
512-
then combined with a circumflex accent, &#x25CC;&#x0302; U+0302.
512+
then combined with a macron accent, &#x25CC;&#x304; U+0304.
513513
25CC is a dotted circle -->
514514

515515
<table>
@@ -772,6 +772,7 @@ <h3 id=algorithmic><span class=secno>3.2 </span>Algorithmic</h3>
772772
<p class="issue">There are two letters for 10,000 and 20,000 (U+0555
773773
and U+0556 respectively), but whether and how they should be used is
774774
unclear.</p>
775+
Some clarification: http://lists.w3.org/Archives/Public/www-style/2009Feb/0348.html
775776
-->
776777

777778
<p>The suffix for the armenian numbering system is a dot (&#x002E; U+002E

css3-lists/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ <h3>Algorithmic</h3>
332332
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
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 macron accent, &#x25CC;&#x304; U+0304.
336336
25CC is a dotted circle -->
337337

338338
<table>
@@ -529,6 +529,7 @@ <h3>Algorithmic</h3>
529529
<p class="issue">There are two letters for 10,000 and 20,000 (U+0555
530530
and U+0556 respectively), but whether and how they should be used is
531531
unclear.</p>
532+
Some clarification: http://lists.w3.org/Archives/Public/www-style/2009Feb/0348.html
532533
-->
533534

534535
<p>The suffix for the armenian numbering system is a dot (&#x002E; U+002E FULL STOP).</p>

0 commit comments

Comments
 (0)