[predefined-counter-styles] New counting style proposal: Ideographic counting mark

c933103 has just created a new issue for https://github.com/w3c/predefined-counter-styles:

== New counting style proposal: Ideographic counting mark ==
copy from https://github.com/w3c/csswg-drafts/issues/2097
Note that relevant characters still have not been encoded into Unicode yet. See https://blogs.adobe.com/CCJKType/2016/01/ideographic-tally-marks.html
```
@counter-style cjk-tally-mark{
  system: additive;
  additive-symbols: 5 "\1D376", 4 "\1D375", 3 "\1D374", 2 "\1D373", 1 "\1D372";
  /* Relevant chracters still in proposal status in Unicode, see https://blogs.adobe.com/CCJKType/2016/01/ideographic-tally-marks.html */
  suffix: " ";
}
````

Please view or discuss this issue at https://github.com/w3c/predefined-counter-styles/issues/19 using your GitHub account

Received on Saturday, 9 December 2017 22:39:54 UTC