Skip to content

Commit f3f13c0

Browse files
committed
Change Armenian numbering to use the single character Yiwn for 7000, as recommended by Richard Ishida in http://lists.w3.org/Archives/Public/www-style/2009Jan/0488.html
1 parent 1e98578 commit f3f13c0

2 files changed

Lines changed: 8 additions & 17 deletions

File tree

css3-lists/Overview.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -696,9 +696,9 @@ <h3 id=algorithmic><span class=secno>3.2 </span>Algorithmic</h3>
696696
<tr>
697697
<td>7000
698698

699-
<td>&#x0578;&#x0582;
699+
<td>&#x0582;
700700

701-
<td>U+0578 U+0582
701+
<td>U+0582
702702

703703
<td>700
704704

@@ -769,10 +769,6 @@ <h3 id=algorithmic><span class=secno>3.2 </span>Algorithmic</h3>
769769
<td>U+0569
770770
</table>
771771

772-
<p>The two characters for the 7000 digit should be combined and rendered
773-
as one character. When the U+0302 character combines with the 7000
774-
characters, it does so as if the two characters were one.</p>
775-
776772
<p>The suffix for the armenian numbering system is a dot &#x002E; U+002E.</p>
777773

778774
<p>Numbers outside the range of the armenian system are rendered using
@@ -3291,9 +3287,9 @@ <h3 id=algorithmic><span class=secno>3.2 </span>Algorithmic</h3>
32913287
<tr>
32923288
<td>7000
32933289

3294-
<td>&#x0548;&#x0552;
3290+
<td>&#x0552;
32953291

3296-
<td>U+0548 U+0552
3292+
<td>U+0552
32973293

32983294
<td>700
32993295

css3-lists/Overview.src.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,8 @@ <h3>Algorithmic</h3>
470470

471471
<tr>
472472
<td>7000</td>
473-
<td>&#x0578;&#x0582;</td>
474-
<td>U+0578 U+0582</td>
473+
<td>&#x0582;</td>
474+
<td>U+0582</td>
475475

476476
<td>700</td>
477477
<td>&#x0579;</td>
@@ -525,11 +525,6 @@ <h3>Algorithmic</h3>
525525
</tbody>
526526
</table>
527527

528-
<p>The two characters for the 7000 digit should be combined and
529-
rendered as one character. When the U+0302 character combines with
530-
the 7000 characters, it does so as if the two characters were
531-
one.</p>
532-
533528
<p>The suffix for the armenian numbering system is a dot &#x002E; U+002E.</p>
534529

535530
<p>Numbers outside the range of the armenian system are rendered using the decimal numbering style.</p>
@@ -2409,8 +2404,8 @@ <h3>Algorithmic</h3>
24092404

24102405
<tr>
24112406
<td>7000</td>
2412-
<td>&#x0548;&#x0552;</td>
2413-
<td>U+0548 U+0552</td>
2407+
<td>&#x0552;</td>
2408+
<td>U+0552</td>
24142409

24152410
<td>700</td>
24162411
<td>&#x0549;</td>

0 commit comments

Comments
 (0)