Skip to content

Commit a8b46d6

Browse files
committed
[css-ruby] Define (and cross-link) "ruby columns"
1 parent b724164 commit a8b46d6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css-ruby-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Ruby Box Model</h2>
165165
associated with one or more levels of [=ruby annotation=] elements representing the annotations.
166166
The structure of ruby is similar to that of a table:
167167
there are “rows” (the [=base text level=], each [=annotation level=])
168-
and “columns” (each [=ruby base=] and its corresponding [=ruby annotations=]).
168+
and “[=columns=]” (each [=ruby base=] and its corresponding [=ruby annotations=]).
169169

170170
Consecutive bases and annotations are grouped together into [=ruby segments=].
171171
Within a [=ruby segment=], a [=ruby annotation=] may span multiple [=ruby bases=].
@@ -440,7 +440,7 @@ Annotation Pairing</h3>
440440
However, if there are multiple [=annotation levels=],
441441
it can be associated with multiple [=ruby annotations=].
442442

443-
Once [=pairing=] is complete, ruby column units are defined,
443+
Once [=pairing=] is complete, <dfn local-lt=column>ruby column</dfn> units are defined,
444444
each represented by a single [=ruby base=]
445445
and one [=ruby annotation=] (possibly an empty, anonymous one)
446446
from each [=annotation level=] in its [=ruby segment=].
@@ -719,7 +719,7 @@ Ruby Layout</h2>
719719
A [=ruby container=] (or fragment thereof)
720720
measures as wide as the content of its widest level.
721721
Similarly, [=ruby base boxes=] and [=ruby annotation boxes=]
722-
within a ruby column have the measure of the widest content in that column.
722+
within a [=ruby column=] have the measure of the widest content in that [=column=].
723723
In the case of [=spanning annotations=]
724724
(whether actually spanning or pretending to span per 'ruby-merge'),
725725
the measures of the [=ruby annotation box=] and
@@ -1080,7 +1080,7 @@ Sharing Annotation Space: the 'ruby-merge' property</h3>
10801080
<dl dfn-for=ruby-merge dfn-type=value>
10811081
<dt><dfn>separate</dfn>
10821082
<dd>
1083-
Each ruby annotation box is rendered in the same column(s) as its corresponding base box(es).
1083+
Each ruby annotation box is rendered in the same [=column=](s) as its corresponding base box(es).
10841084
This style is called “mono ruby” in [[JLREQ]].
10851085

10861086
<div class="example">
@@ -1274,7 +1274,7 @@ Ruby Text Decoration</h3>
12741274

12751275
Issue: This section needs some clarification about
12761276
drawing decorations between the content of adjacent bases/annotations.
1277-
Depends on if those boxes are as wide as their column or not.
1277+
Depends on if those boxes are as wide as their [=column=] or not.
12781278

12791279
<h2 id="edge-effects">
12801280
Edge Effects</h2>

0 commit comments

Comments
 (0)