[csswg-drafts] [css-ruby-1] "zh-Hanb" or "zh-Hant", which is correct for 30% font-size rule? (#9873)

MurakamiShinyu has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-ruby-1] "zh-Hanb" or "zh-Hant", which is correct for 30% font-size rule? ==
https://drafts.csswg.org/css-ruby/#default-ua-ruby

```css
rtc:lang(zh-TW), :not(rtc) > rt:lang(zh-TW),
rtc:lang(zh-Hanb), :not(rtc) > rt:lang(zh-Hanb), {
  font-size: 30%; }               /* bopomofo */
```

I think the "zh-Hanb" means Chenese with bopomofo script, but I found the following descriptin in the "Changes since the 2 December 2021 WD":

> - Added `zh-Hant` to rule applying [font-size: 30%](https://drafts.csswg.org/css-fonts-5/#descdef-font-face-font-size) to [ruby annotations](https://drafts.csswg.org/css-ruby/#ruby-annotation-box) in HTML.

"zh-Hanb" or "zh-Hant", which is correct?


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9873 using your GitHub account


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

Received on Monday, 29 January 2024 02:41:43 UTC