@@ -1353,10 +1353,10 @@ Sharing Annotation Space: the 'ruby-merge' property</h3>
1353
1353
This style is called “mono ruby” in [[JLREQ]] .
1354
1354
1355
1355
<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>
1360
1360
</div>
1361
1361
</dd>
1362
1362
@@ -1370,10 +1370,11 @@ Sharing Annotation Space: the 'ruby-merge' property</h3>
1370
1370
except that [=ruby annotations=] are kept together with their respective [=ruby bases=] when breaking lines.
1371
1371
1372
1372
<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>
1377
1378
However, the second one renders the same as ''ruby-position: separate''
1378
1379
when the two bases are split across lines.
1379
1380
</div>
@@ -1411,7 +1412,7 @@ Sharing Annotation Space: the 'ruby-merge' property</h3>
1411
1412
across [=ruby annotations=] or [=ruby base|bases=] ,
1412
1413
even merged ones,
1413
1414
due to [=bidi isolation=] .
1414
- See [[#bidi]] and [[# css-text-3#boundary-shaping]] .
1415
+ See [[#bidi]] and [[css-text-3#boundary-shaping]] .
1415
1416
1416
1417
<h3 id="ruby-align-property"><span id="rubyalign"></span>
1417
1418
Ruby Text Distribution: the 'ruby-align' property</h3>
0 commit comments