File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2089,7 +2089,8 @@ Appendix A: Sample Style Sheets</h2>
2089
2089
2090
2090
rtc, :not(rtc) > rt {
2091
2091
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), {
2093
2094
font-size: 30%; } /* bopomofo */
2094
2095
</pre>
2095
2096
@@ -2263,6 +2264,7 @@ Changes since the 2 December 2021 WD</h3>
2263
2264
<ul>
2264
2265
<li> Made the computed-value adjustement of 'writing-mode' on [=inter-character annotations=]
2265
2266
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.
2266
2268
</ul>
2267
2269
2268
2270
<h3 id="changes-20200429">
You can’t perform that action at this time.
0 commit comments