File tree 1 file changed +4
-17
lines changed
1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -296,9 +296,7 @@ The <dfn element><code>ruby</code></dfn> element</h3>
296
296
to the following:
297
297
298
298
<pre><code highlight="html">
299
- <ruby lang=zh-TW>
300
- 美<rt>ㄇㄟˇ<rtc lang=zh-Latn>měi
301
- </ruby>
299
+ <ruby lang=zh-TW>美<rt>ㄇㄟˇ<rtc lang=zh-Latn>měi</ruby>
302
300
</code></pre>
303
301
</div>
304
302
@@ -357,10 +355,7 @@ The <dfn element><code>ruby</code></dfn> element</h3>
357
355
and therefore share the same markup:
358
356
359
357
<pre lang="zh-TW"><code highlight="html">
360
- <ruby lang=zh-TW>
361
- <rb>電<rb>腦
362
- <rt>ㄉㄧㄢˋ<rt>ㄋㄠˇ
363
- </ruby>
358
+ <ruby lang=zh-TW><rb>電<rb>腦<rt>ㄉㄧㄢˋ<rt>ㄋㄠˇ</ruby>
364
359
</code></pre>
365
360
</div>
366
361
@@ -851,11 +846,7 @@ The <dfn element><code>rtc</code></dfn> element</h3>
851
846
This enabled by the following markup:
852
847
853
848
<pre><code highlight="html">
854
- <ruby>
855
- <rb>上<rb>手
856
- <rt>じよう<rt>ず
857
- <rtc><rt>jou<rt>zu
858
- </ruby>
849
+ <ruby><rb>上<rb>手<rt>じよう<rt>ず<rtc><rt>jou<rt>zu</ruby>
859
850
</code></pre>
860
851
</div>
861
852
@@ -880,11 +871,7 @@ The <dfn element><code>rtc</code></dfn> element</h3>
880
871
Which is marked up as follows:
881
872
882
873
<pre><code highlight="html">
883
- <ruby>
884
- <rb>旧<rb>金<rb>山
885
- <rt>jiù<rt>jīn<rt>shān
886
- <rtc>San Francisco
887
- </ruby>
874
+ <ruby><rb>旧<rb>金<rb>山<rt>jiù<rt>jīn<rt>shān<rtc>San Francisco</ruby>
888
875
</code></pre>
889
876
890
877
Here, a single base run of three base characters
You can’t perform that action at this time.
0 commit comments