[predefined-counter-styles] Old Chinese Counting Rods

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.

Received on Friday, 12 August 2016 15:37:57 UTC