@@ -3,11 +3,13 @@ Title: CSS Ruby Annotation Layout Module Level 1
33Shortname : css-ruby
44Level : 1
55Status : ED
6- Work Status : Exploring
6+ Work Status : Revising
77Group : csswg
88ED : https://drafts.csswg.org/css-ruby-1/
99TR : https://www.w3.org/TR/css-ruby-1/
1010Test Suite : https://www.w3.org/International/tests/repo/results/css-ruby
11+ Previous Version : https://www.w3.org/TR/2021/WD-css-ruby-1-20210310/
12+ Previous Version : https://www.w3.org/TR/2020/WD-css-ruby-1-20200429/
1113Previous Version : https://www.w3.org/TR/2014/WD-css-ruby-1-20140805/
1214Previous Version : https://www.w3.org/TR/2013/WD-css3-ruby-20130919/
1315Editor : Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
@@ -571,19 +573,19 @@ Unit Pairing and Spanning Annotations</h4>
571573 <div class="example">
572574 The following diagram shows the pairing of
573575 regular [=base=] and [=annotation=] boxes
574- as well as the pairing of [=intra-ruby white space=] (represented as <tt > ws</tt > ):
576+ as well as the pairing of [=intra-ruby white space=] (represented as <samp > ws</samp > ):
575577
576578 <pre class=highlight>
577579 <span class=column> |</span><span class=annot> [</span> s p a n n i n g a n n o t a t i o n <span class=annot>] </span><span class=column> |</span>
578580 <span class=column> |</span><span class=annot> [</span> a1 <span class=annot>] </span><span class=column> |</span><span class=annot> [</span>ws<span class=annot>] </span><span class=column> |</span><span class=annot> [</span> a2 <span class=annot>] </span><span class=column> |</span><span class=annot> [</span> <span class=annot>] </span><span class=column> |</span><span class=annot> [</span> a3 <span class=annot>] </span><span class=column> |</span><span class=annot> [</span>ws<span class=annot>] </span><span class=column> |</span><span class=annot> [</span> a4 <span class=annot>] </span><span class=column> |</span>
579581 <span class=column> |</span><span class=base> [</span> b1 <span class=base>] </span><span class=column> |</span><span class=base> [</span>ws<span class=base>] </span><span class=column> |</span><span class=base> [</span> b2 <span class=base>] </span><span class=column> |</span><span class=base> [</span>ws<span class=base>] </span><span class=column> |</span><span class=base> [</span> b3 <span class=base>] </span><span class=column> |</span><span class=base> [</span> <span class=base>] </span><span class=column> |</span><span class=base> [</span> b4 <span class=base>] </span><span class=column> |</span>
580582 </pre>
581583
582- Blue brackets (<tt class=base> [ ] </tt > ) represent [=base boxes=] ,
583- red brackets (<tt class=annot> [ ] </tt > ) represent [=annotation boxes=] ,
584- gray bars (<tt class=column> |</tt > ) represent the limits of [=ruby columns=] ,
585- <tt class=ws> [ws] </tt > represents [=intra-ruby white space=] ,
586- and <tt > []</tt > represents an empty anonymous base or annotation
584+ Blue brackets (<samp class=base> [ ] </samp > ) represent [=base boxes=] ,
585+ red brackets (<samp class=annot> [ ] </samp > ) represent [=annotation boxes=] ,
586+ gray bars (<samp class=column> |</samp > ) represent the limits of [=ruby columns=] ,
587+ <samp class=ws> [ws] </samp > represents [=intra-ruby white space=] ,
588+ and <samp > []</samp > represents an empty anonymous base or annotation
587589 automatcally generated to pair with [=intra-ruby white space=] in another level.
588590 [=Ruby containers=] , [=base containers=] , and [=annotation containers=] are omitted.
589591
@@ -905,9 +907,9 @@ Inline-axis Interlinear Layout</h4>
905907 [=base boxes=] and [=annotation boxes=] are assumed to have ''ruby-align: center'' ,
906908 while <!--[=base containers=] and --> [=annotation containers=] are assumed to have ''ruby-align: space-between'' .
907909
908- Blue brackets (<tt class=base> [ ] </tt > ) represent [=base boxes=] ,
909- red brackets (<tt class=annot> [ ] </tt > ) represent [=annotation boxes=] ,
910- and gray bars (<tt class=column> |</tt > ) represent the limits of [=ruby columns=] .
910+ Blue brackets (<samp class=base> [ ] </samp > ) represent [=base boxes=] ,
911+ red brackets (<samp class=annot> [ ] </samp > ) represent [=annotation boxes=] ,
912+ and gray bars (<samp class=column> |</samp > ) represent the limits of [=ruby columns=] .
911913 [=Ruby containers=] , [=base containers=] , and [=annotation containers=] are omitted.
912914
913915 <dl>
0 commit comments