You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-counter-styles/Overview.bs
+1-19Lines changed: 1 addition & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1595,15 +1595,6 @@ Longhand East Asian Counter Styles</h3>
1595
1595
The formal styles are typically used in financial and legal documents,
1596
1596
as their characters are more difficult to alter into each other.
1597
1597
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
-
1607
1598
<div class="example">
1608
1599
The following table shows examples of these styles, particularly some ways in which they differ.
1609
1600
@@ -1620,7 +1611,6 @@ Longhand East Asian Counter Styles</h3>
1620
1611
<th>100
1621
1612
<th>101
1622
1613
<th>6001
1623
-
<th>10,000
1624
1614
</thead>
1625
1615
<tbody>
1626
1616
<tr><th scope="row">''japanese-informal''
@@ -1634,7 +1624,6 @@ Longhand East Asian Counter Styles</h3>
1634
1624
<td>百
1635
1625
<td>百一
1636
1626
<td>六千一
1637
-
<td>一万
1638
1627
<tr><th scope="row">''japanese-formal''
1639
1628
<td>零
1640
1629
<td>壱
@@ -1646,7 +1635,6 @@ Longhand East Asian Counter Styles</h3>
1646
1635
<td>壱百
1647
1636
<td>壱百壱
1648
1637
<td>六阡壱
1649
-
<td>壱萬
1650
1638
<tr><th scope="row">''korean-hangul-formal''
1651
1639
<td>영
1652
1640
<td>일
@@ -1658,7 +1646,6 @@ Longhand East Asian Counter Styles</h3>
1658
1646
<td>일백
1659
1647
<td>일백일
1660
1648
<td>육천일
1661
-
<td>일만
1662
1649
<tr><th scope="row">''korean-hanja-informal''
1663
1650
<td>零
1664
1651
<td>一
@@ -1670,7 +1657,6 @@ Longhand East Asian Counter Styles</h3>
1670
1657
<td>百
1671
1658
<td>百一
1672
1659
<td>六千一
1673
-
<td>萬
1674
1660
<tr><th scope="row">''korean-hanja-formal''
1675
1661
<td>零
1676
1662
<td>壹
@@ -1682,7 +1668,6 @@ Longhand East Asian Counter Styles</h3>
1682
1668
<td>壹百
1683
1669
<td>壹百壹
1684
1670
<td>六仟壹
1685
-
<td>壹萬
1686
1671
<tr><th scope="row">''simp-chinese-informal''
1687
1672
<td>零
1688
1673
<td>一
@@ -1694,7 +1679,6 @@ Longhand East Asian Counter Styles</h3>
1694
1679
<td>一百
1695
1680
<td>一百零一
1696
1681
<td>六千零一
1697
-
<td>一万
1698
1682
<tr><th scope="row">''simp-chinese-formal''
1699
1683
<td>零
1700
1684
<td>壹
@@ -1706,7 +1690,6 @@ Longhand East Asian Counter Styles</h3>
1706
1690
<td>壹佰
1707
1691
<td>壹佰零壹
1708
1692
<td>陆仟零壹
1709
-
<td>壹万
1710
1693
<tr><th scope="row">''trad-chinese-informal''
1711
1694
<td>零
1712
1695
<td>一
@@ -1718,7 +1701,6 @@ Longhand East Asian Counter Styles</h3>
1718
1701
<td>一百
1719
1702
<td>一百零一
1720
1703
<td>六千零一
1721
-
<td>一萬
1722
1704
<tr><th scope="row">''trad-chinese-formal''
1723
1705
<td>零
1724
1706
<td>壹
@@ -1730,7 +1712,6 @@ Longhand East Asian Counter Styles</h3>
1730
1712
<td>壹佰
1731
1713
<td>壹佰零壹
1732
1714
<td>陸仟零壹
1733
-
<td>壹萬
1734
1715
</tbody>
1735
1716
</table>
1736
1717
</div>
@@ -1745,6 +1726,7 @@ Longhand East Asian Counter Styles</h3>
1745
1726
Note: Implementations are encouraged to research and implement counter representations beyond 10k
1746
1727
and report back to the CSS Working Group with data
1747
1728
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>.
0 commit comments