Skip to content

Commit 3800bae

Browse files
committed
[css-ruby-1] Add zh-Hanb to 30% font-size rule w3c#775
1 parent d2d7acc commit 3800bae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-ruby-1/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2089,7 +2089,8 @@ Appendix A: Sample Style Sheets</h2>
20892089

20902090
rtc, :not(rtc) > rt {
20912091
font-size: 50%; }
2092-
rtc:lang(zh-TW), :not(rtc) > rt:lang(zh-TW) {
2092+
rtc:lang(zh-TW), :not(rtc) > rt:lang(zh-TW),
2093+
rtc:lang(zh-Hanb), :not(rtc) > rt:lang(zh-Hanb), {
20932094
font-size: 30%; } /* bopomofo */
20942095
</pre>
20952096

@@ -2263,6 +2264,7 @@ Changes since the 2 December 2021 WD</h3>
22632264
<ul>
22642265
<li>Made the computed-value adjustement of 'writing-mode' on [=inter-character annotations=]
22652266
apply to the [=ruby annotation box=] rather than the [=ruby annotation container box=].
2267+
<li>Added <code>zh-Hant</code> to rule applying ''font-size: 30%'' to [=ruby annotations=] in HTML.
22662268
</ul>
22672269

22682270
<h3 id="changes-20200429">

0 commit comments

Comments
 (0)