File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments