Re: [predefined-counter-styles] Make some local counter styles the default for some of the languages (#65)

I think there is still a value in respecting BCP47 language codes and `-u-nu` extension of it, for example `(123).toLocaleString('fa')` results in '۱۲۳' but (123).toLocaleString('fa-u-nu-latn') results in '۱۲۳' so difference within a language should be resolved with a different BCP47 tag rather than just ignoring BCP47 altogether in CSS but considering it in `toLocaleString` API. (am aware this also drifts a bit from my original request and I don't want to push for this at any cost but just to see if we can remove one more locale assumption and need for manual tweak from HTML)


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


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

Received on Sunday, 15 December 2024 16:24:19 UTC