Skip to content

Commit 6ffad17

Browse files
committed
[css-ruby-1] Publication fixes.
1 parent 521c913 commit 6ffad17

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

css-ruby-1/Overview.bs

+12-10
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ Title: CSS Ruby Annotation Layout Module Level 1
33
Shortname: css-ruby
44
Level: 1
55
Status: ED
6-
Work Status: Exploring
6+
Work Status: Revising
77
Group: csswg
88
ED: https://drafts.csswg.org/css-ruby-1/
99
TR: https://www.w3.org/TR/css-ruby-1/
1010
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/
1113
Previous Version: https://www.w3.org/TR/2014/WD-css-ruby-1-20140805/
1214
Previous Version: https://www.w3.org/TR/2013/WD-css3-ruby-20130919/
1315
Editor: 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>
10.1 KB
Loading
10.1 KB
Loading
12.2 KB
Loading
10.2 KB
Loading

0 commit comments

Comments
 (0)