w3c / predefined-counter-styles

Predefined Counter Styles
https://w3c.github.io/predefined-counter-styles/
Other
7 stars 14 forks source link

Old Chinese Counting Rods #12

Closed Crissov closed 7 years ago

Crissov commented 8 years ago
/**
 * Unicode block โ€œAncient Chinese Digitsโ€ U+1D360โ€“7F
 *
 * Ones: ๐  ๐ก ๐ข ๐ฃ ๐ค  ๐ฅ ๐ฆ ๐ง ๐จ 
 * Tens: ๐ฉ ๐ช ๐ซ ๐ฌ ๐ญ  ๐ฎ ๐ฏ ๐ฐ ๐ฑ
 */
@counter-style counting-rods {
  system: additive;
  range: 1 99;
  additive-symbols: 90 '\1D371', 80 '\1D370', 70 '\1D36F', 60 '\1D36E', 
                    50 '\1D36D', 40 '\1D36C', 30 '\1D36B', 20 '\1D36A', 10 '\1D369', 
                     9 '\1D368',  8 '\1D367',  7 '\1D366',  6 '\1D365', 
                     5 '\1D364',  4 '\1D363',  3 '\1D362',  2 '\1D361',  1 '\1D360', 
}
r12a commented 7 years ago

@Crissov this looks interesting. Are you able provide some information about how this style is used in the wild? It's just that we're trying to limit new styles to those we can show are actually used, so it would be good to have some supporting information of that kind. Thanks.

r12a commented 7 years ago

Er, um. I just realised what this is. I was thinking of something else. So my guess is that it isn't in common use these days. I'll leave this open just a little longer in case you want to reply. Otherwise i assume that people can find it at your counter styles site, which i'm thinking of linking to.

Crissov commented 7 years ago

I would guess the same, but I donโ€™t know for sure. Itโ€™s probably not used at all for list markers or pagination.

upsuper commented 7 years ago

As far as I know, nowadays Chinese people mostly use the ideographic tally marks for counting.

r12a commented 7 years ago

Ok, closing then. Thanks.