Skip to content

Commit 42b489e

Browse files
committed
[css-ruby] Harmonize ininification with css-display
1 parent c473984 commit 42b489e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css-ruby/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,15 +246,16 @@ Anonymous Ruby Box Generation</h3>
246246

247247
<ol>
248248

249-
<li id="anon-gen-inlinize"><strong>Inlinize block-level boxes:</strong>
249+
<li id="anon-gen-inlinize"><strong><a>Inlinify</a> block-level boxes:</strong>
250250
Any in-flow boxes directly contained by a
251251
<i>ruby container</i>,
252252
<i>ruby base container</i>,
253253
<i>ruby annotation container</i>,
254254
<i>ruby base box</i>,
255255
or <i>ruby annotation box</i>
256-
are forced to be inline-level boxes,
257-
and their 'display' value computed accordingly.
256+
are “<a>inlinified</a>” per [[!CSS-DISPLAY-3]]),
257+
and their 'display' value computed accordingly,
258+
so that they contain only inline-level content.
258259
For example,
259260
the 'display' property of an in-flow element with ''display: block''
260261
parented by an element with ''display: ruby-text''

0 commit comments

Comments
 (0)