Re: [predefined-counter-styles] New counting style proposal: Ideographic counting mark (#19)

The Unicode document referenced by Ken Lunde's blog above is http://www.unicode.org/L2/L2015/15328-tally-marks.pdf - it refers to four tally styles:

* tally
* box tally
* ideographic tally
* dot-dash tally

"cjk-tally-mark" covers the third, and I don't think that "box tally" and "dot-dash tally" have been encoded in Unicode (yet?). But the first has - for consistency shouldn't it be added as well? It would be

```css
@counter-style tally-mark {
  system: additive;
  additive-symbols: 5 '\1D378', 1 '\1D377'; /* symbols: 5 𝍸, 1 𝍷; */
  suffix: ' ';
}
```

-- 
GitHub Notification of comment by faceless2
Please view or discuss this issue at https://github.com/w3c/predefined-counter-styles/issues/19#issuecomment-525209838 using your GitHub account

Received on Tuesday, 27 August 2019 09:00:29 UTC