Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New counting style proposal: Ideographic counting mark #19

Closed
c933103 opened this issue Dec 9, 2017 · 3 comments
Closed

New counting style proposal: Ideographic counting mark #19

c933103 opened this issue Dec 9, 2017 · 3 comments

Comments

@c933103
Copy link

c933103 commented Dec 9, 2017

copy from w3c/csswg-drafts#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: " ";
}
@r12a
Copy link
Contributor

r12a commented Aug 23, 2019

Added for review to the ED at http://w3c.github.io/predefined-counter-styles/#cjk-tally-mark

How should i list your name in the acknowledgements section?

@faceless2
Copy link

faceless2 commented Aug 27, 2019

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

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

(reference: see https://www.unicode.org/L2/L2016/16065-tally-marks.pdf)

@r12a
Copy link
Contributor

r12a commented Sep 23, 2020

Since we focus on international writing systems, tally-mark seemed a little borderline for this doc, but i have now added it at #29

Thanks.

@r12a r12a closed this as completed Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants