- From: Christoph Päper via GitHub <sysbot+gh@w3.org>
- Date: Fri, 12 Aug 2016 15:37:50 +0000
- To: public-i18n-archive@w3.org
Crissov has just created a new issue for
https://github.com/w3c/predefined-counter-styles:
== Old Chinese Counting Rods ==
``` css
/**
* Unicode block “Ancient Chinese Digits” U+1D360–7F
*
* Ones: 𝍠 𝍡 𝍢 𝍣 𝍤 𝍥 𝍦 𝍧 𝍨
* Tens: 𝍩 𝍪 𝍫 𝍬 𝍭 𝍮 𝍯 𝍰 𝍱
*/
@counter-style counting-rods {
system: additive;
range: 1 99;
additive-symbols: 1 '\1D360', 2 '\1D361', 3 '\1D362', 4
'\1D363', 5 '\1D364',
6 '\1D365', 7 '\1D366', 8 '\1D367', 9
'\1D368',
10 '\1D369', 20 '\1D36A', 30 '\1D36B', 40
'\1D36C', 50 '\1D36D',
60 '\1D36E', 70 '\1D36F', 80 '\1D370', 90
'\1D371';
}
```
Please view or discuss this issue at
https://github.com/w3c/predefined-counter-styles/issues/12 using your
GitHub account
Received on Friday, 12 August 2016 15:37:56 UTC