@@ -3,11 +3,13 @@ Title: CSS Ruby Annotation Layout Module Level 1
3
3
Shortname : css-ruby
4
4
Level : 1
5
5
Status : ED
6
- Work Status : Exploring
6
+ Work Status : Revising
7
7
Group : csswg
8
8
ED : https://drafts.csswg.org/css-ruby-1/
9
9
TR : https://www.w3.org/TR/css-ruby-1/
10
10
Test 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/
11
13
Previous Version : https://www.w3.org/TR/2014/WD-css-ruby-1-20140805/
12
14
Previous Version : https://www.w3.org/TR/2013/WD-css3-ruby-20130919/
13
15
Editor : Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
@@ -571,19 +573,19 @@ Unit Pairing and Spanning Annotations</h4>
571
573
<div class="example">
572
574
The following diagram shows the pairing of
573
575
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 > ):
575
577
576
578
<pre class=highlight>
577
579
<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>
578
580
<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>
579
581
<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>
580
582
</pre>
581
583
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
587
589
automatcally generated to pair with [=intra-ruby white space=] in another level.
588
590
[=Ruby containers=] , [=base containers=] , and [=annotation containers=] are omitted.
589
591
@@ -905,9 +907,9 @@ Inline-axis Interlinear Layout</h4>
905
907
[=base boxes=] and [=annotation boxes=] are assumed to have ''ruby-align: center'' ,
906
908
while <!--[=base containers=] and --> [=annotation containers=] are assumed to have ''ruby-align: space-between'' .
907
909
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=] .
911
913
[=Ruby containers=] , [=base containers=] , and [=annotation containers=] are omitted.
912
914
913
915
<dl>
0 commit comments