W3C home > Mailing lists > Public > public-i18n-archive@w3.org > July to September 2019

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

From: Mike Bremford via GitHub <sysbot+gh@w3.org>
Date: Tue, 27 Aug 2019 09:00:27 +0000
To: public-i18n-archive@w3.org
Message-ID: <issue_comment.created-525209838-1566896426-sysbot+gh@w3.org>
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

This archive was generated by hypermail 2.4.0 : Monday, 4 July 2022 18:09:40 UTC