[predefined-counter-styles] Old Chinese Counting Rods

Christoph Pรคper via GitHub <[email protected]> Fri, 12 Aug 2016 15:37:50 +0000
Newsgroups gmane.org.w3c.internationalization.general
Message-ID <[email protected]>
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';
}
```


See https://github.com/w3c/predefined-counter-styles/issues/12
Please do NOT reply to this email. If you'd like to contribute to the 
discussion, please do so at the above link. You will need to subscribe
 yourself to the issue (using the button provided by that page) to 
receive notifications of further comments.