File tree 1 file changed +14
-2
lines changed 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -443,8 +443,6 @@ Anonymous Ruby Box Generation</h3>
443
443
is wrapped in an anonymous [=ruby annotation container=] .
444
444
</ol>
445
445
446
- Issue: Make <a href="http://lists.w3.org/Archives/Public/www-archive/2014Jun/att-0027/PastedGraphic-1.png">this diagram</a> into an example.
447
-
448
446
Once all ruby layout structures are properly parented,
449
447
the UA can start to associate bases with their annotations.
450
448
@@ -453,6 +451,20 @@ Anonymous Ruby Box Generation</h3>
453
451
in its internal structures,
454
452
as long as [=pairing=] and layout behaves as if they existed.
455
453
454
+ <div class="example">
455
+ The following markup diagram representing the various boxes
456
+ shows where [=intra-ruby white space=] is preserved or discarded:
457
+ <xmp highlight=html style="white-space: normal; overflow-wrap: break-word">
458
+ <ruby> ×<rbc> ×<rb></rb> ⬕<rb></rb> ×</rbc> ☒<rtc> ×<rt></rt> ⬔<rt></rt> ×</rtc> ◼<rbc> ×<rb></rb> …</rtc> ×</ruby>
459
+ </xmp>
460
+ where
461
+ * × represents [[#anony-gen-trim-space|discarded leading/trailing white space]]
462
+ * ☒ represents [[#anon-gen-discard-space|discarded inter-level white space]]
463
+ * ⬕ represents [=inter-base white space=]
464
+ * ⬔ represents [=inter-annotation white space=]
465
+ * ◼ represents [=inter-segment white space=]
466
+ </div>
467
+
456
468
<h3 id="ruby-pairing">
457
469
Annotation Pairing</h3>
458
470
You can’t perform that action at this time.
0 commit comments