Re: [csswg-drafts] [css-counter-styles-3] Support automatically localized counters (#7959)

> Do you have a link to that map, please? That would help me to implement workaround for this issue.

It's based on the unicode bidi algorithm, not a direct script mapping. Individual characters can have a directionality, and you can then obtain a direction for *text* based on analyzing the characters used. I think all the details are in [Unicode TR9](https://unicode.org/reports/tr9/).

> I work on page internationalization on Wikimedia Meta-Wiki. For a given source page with a custom stylesheet (“templateStyles”), all translation pages use the same stylesheet.

Oh, interesting! All right, sounds reasonable to me at least. ^_^

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7959#issuecomment-1293794096 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 27 October 2022 16:39:05 UTC