Skip to content

Commit 4090f87

Browse files
committed
[css-ruby] Make bikeshed happy
1 parent 6347f58 commit 4090f87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-ruby-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -648,10 +648,10 @@ White Space Collapsing</h3>
648648
it will collapse across adjacent boxes in each line box
649649
following the standard <a href="https://www.w3.org/TR/css3-text/#white-space-rules">white space processing rules</a> [[!CSS-TEXT-3]].
650650
Annotations in separate [=ruby segments=]
651-
or separated by [=auto-hidden annotations=]
651+
or separated by [=hidden annotations=]
652652
are not considered adjacent;
653653
however all base-level content
654-
(including [=inter-character annotation boxes=],
654+
(including [=inter-character annotations=],
655655
which are treated as [=atomic inlines=])
656656
is.
657657
For [=collapsible white space=] between [=ruby segments=] ([=inter-segment white space=]),
@@ -694,7 +694,7 @@ Ruby Layout</h2>
694694
Each [=base container=] is then sized and positioned
695695
to contain exactly all of its [=ruby bases=]’ margin boxes--
696696
and all their associated [=inter-character=] [=ruby annotation=] margin boxes, if any--
697-
as well as the [=base containers|base=] and [=annotations containers=]
697+
as well as the [=base containers|base=] and [=annotation containers=]
698698
of any descendant [=ruby containers=]
699699
also participating in this [=inline formatting context=].
700700
(If a [=base container=] has no [=in-flow=] content,
@@ -713,7 +713,7 @@ Ruby Layout</h2>
713713

714714
Each [=interlinear=] [=annotation container=] is then sized and positioned
715715
to contain exactly all of its [=ruby annotations=]’ margin boxes
716-
as well as the [=base containers|base=] and [=annotations containers=]
716+
as well as the [=base containers|base=] and [=annotation containers=]
717717
of any descendant [=ruby containers=]
718718
also participating in this [=annotation level=]’s [=inline formatting context=].
719719
(If an [=annotation container=] has no [=in-flow=] content,
@@ -1179,7 +1179,7 @@ Sharing Annotation Space: the 'ruby-merge' property</h3>
11791179
This property controls how ruby annotation boxes should be rendered
11801180
when there are more than one in a ruby container box:
11811181
whether each pair should be kept separate,
1182-
the annotations should be <dfn lt="merged annotation">merged</dfn> and rendered as a group,
1182+
the annotations should be <dfn lt="merged annotation | merged">merged</dfn> and rendered as a group,
11831183
or the separation should be determined based on the space available.
11841184

11851185
Note: [=Inter-character annotations=] are always separate, and this property does not apply.

0 commit comments

Comments
 (0)