Skip to content

Commit afff04e

Browse files
committed
[css-counter-styles] Remove more references to 10k+ values in CJK. Add a link to old extended implementation to the impl note.
1 parent 92f71c7 commit afff04e

File tree

2 files changed

+242
-278
lines changed

2 files changed

+242
-278
lines changed

css-counter-styles/Overview.bs

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,15 +1595,6 @@ Longhand East Asian Counter Styles</h3>
15951595
The formal styles are typically used in financial and legal documents,
15961596
as their characters are more difficult to alter into each other.
15971597

1598-
1599-
1600-
1601-
1602-
1603-
Note: The examples above show the number 11,111,
1604-
which is not often used as a counter value,
1605-
but illustrates the differences among the systems.
1606-
16071598
<div class="example">
16081599
The following table shows examples of these styles, particularly some ways in which they differ.
16091600

@@ -1620,7 +1611,6 @@ Longhand East Asian Counter Styles</h3>
16201611
<th>100
16211612
<th>101
16221613
<th>6001
1623-
<th>10,000
16241614
</thead>
16251615
<tbody>
16261616
<tr><th scope="row">''japanese-informal''
@@ -1634,7 +1624,6 @@ Longhand East Asian Counter Styles</h3>
16341624
<td>
16351625
<td>百一
16361626
<td>六千一
1637-
<td>一万
16381627
<tr><th scope="row">''japanese-formal''
16391628
<td>
16401629
<td>
@@ -1646,7 +1635,6 @@ Longhand East Asian Counter Styles</h3>
16461635
<td>壱百
16471636
<td>壱百壱
16481637
<td>六阡壱
1649-
<td>壱萬
16501638
<tr><th scope="row">''korean-hangul-formal''
16511639
<td>
16521640
<td>
@@ -1658,7 +1646,6 @@ Longhand East Asian Counter Styles</h3>
16581646
<td>일백
16591647
<td>일백일
16601648
<td>육천일
1661-
<td>일만
16621649
<tr><th scope="row">''korean-hanja-informal''
16631650
<td>
16641651
<td>
@@ -1670,7 +1657,6 @@ Longhand East Asian Counter Styles</h3>
16701657
<td>
16711658
<td>百一
16721659
<td>六千一
1673-
<td>
16741660
<tr><th scope="row">''korean-hanja-formal''
16751661
<td>
16761662
<td>
@@ -1682,7 +1668,6 @@ Longhand East Asian Counter Styles</h3>
16821668
<td>壹百
16831669
<td>壹百壹
16841670
<td>六仟壹
1685-
<td>壹萬
16861671
<tr><th scope="row">''simp-chinese-informal''
16871672
<td>
16881673
<td>
@@ -1694,7 +1679,6 @@ Longhand East Asian Counter Styles</h3>
16941679
<td>一百
16951680
<td>一百零一
16961681
<td>六千零一
1697-
<td>一万
16981682
<tr><th scope="row">''simp-chinese-formal''
16991683
<td>
17001684
<td>
@@ -1706,7 +1690,6 @@ Longhand East Asian Counter Styles</h3>
17061690
<td>壹佰
17071691
<td>壹佰零壹
17081692
<td>陆仟零壹
1709-
<td>壹万
17101693
<tr><th scope="row">''trad-chinese-informal''
17111694
<td>
17121695
<td>
@@ -1718,7 +1701,6 @@ Longhand East Asian Counter Styles</h3>
17181701
<td>一百
17191702
<td>一百零一
17201703
<td>六千零一
1721-
<td>一萬
17221704
<tr><th scope="row">''trad-chinese-formal''
17231705
<td>
17241706
<td>
@@ -1730,7 +1712,6 @@ Longhand East Asian Counter Styles</h3>
17301712
<td>壹佰
17311713
<td>壹佰零壹
17321714
<td>陸仟零壹
1733-
<td>壹萬
17341715
</tbody>
17351716
</table>
17361717
</div>
@@ -1745,6 +1726,7 @@ Longhand East Asian Counter Styles</h3>
17451726
Note: Implementations are encouraged to research and implement counter representations beyond 10k
17461727
and report back to the CSS Working Group with data
17471728
when a generally-accepted answer is discovered.
1729+
Some previous research on this topic is contained in an <a href="http://www.w3.org/TR/2013/WD-css-counter-styles-3-20130718/#extended-cjk">earlier draft</a>.
17481730

17491731
<!--
17501732
██ ████ ██ ██ ████ ████████ ████████ ████████ ██████ ██ ██ ██

0 commit comments

Comments
 (0)