@@ -1353,10 +1353,10 @@ Sharing Annotation Space: the 'ruby-merge' property</h3>
13531353 This style is called “mono ruby” in [[JLREQ]] .
13541354
13551355 <div class="example">
1356- For example, the following two markups render the same:
1357- <pre highlight=html> <ruby>無<rt>む</ruby><ruby>常<rt>じょう</ruby> </pre>
1358- and:
1359- <pre highlight=html > <ruby style="ruby-merge:separate"><rb>無<rb>常<rt>む<rt>じょう</ruby></pre>
1356+ For example, the following two lines render the same:
1357+ <pre highlight=html>
1358+ <p><ruby>無<rt>む</ruby><ruby>常<rt>じょう</ruby>
1359+ <p ><ruby style="ruby-merge:separate"><rb>無<rb>常<rt>む<rt>じょう</ruby></pre>
13601360 </div>
13611361 </dd>
13621362
@@ -1370,10 +1370,11 @@ Sharing Annotation Space: the 'ruby-merge' property</h3>
13701370 except that [=ruby annotations=] are kept together with their respective [=ruby bases=] when breaking lines.
13711371
13721372 <div class="example">
1373- The following two markups render the same both characters fit on one line:
1374- <pre highlight=html> <ruby>無常<rt>むじょう</ruby></pre>
1375- and:
1376- <pre highlight=html> <ruby style="ruby-merge:merge"><rb>無<rb>常<rt>む<rt>じょう</ruby></pre>
1373+ The following two lines render the same
1374+ if both characters fit on one line:
1375+ <pre highlight=html>
1376+ <p><ruby>無常<rt>むじょう</ruby>
1377+ <p><ruby style="ruby-merge:merge"><rb>無<rb>常<rt>む<rt>じょう</ruby></pre>
13771378 However, the second one renders the same as ''ruby-position: separate''
13781379 when the two bases are split across lines.
13791380 </div>
@@ -1411,7 +1412,7 @@ Sharing Annotation Space: the 'ruby-merge' property</h3>
14111412 across [=ruby annotations=] or [=ruby base|bases=] ,
14121413 even merged ones,
14131414 due to [=bidi isolation=] .
1414- See [[#bidi]] and [[# css-text-3#boundary-shaping]] .
1415+ See [[#bidi]] and [[css-text-3#boundary-shaping]] .
14151416
14161417<h3 id="ruby-align-property"><span id="rubyalign"></span>
14171418Ruby Text Distribution: the 'ruby-align' property</h3>
0 commit comments