Skip to content

Commit 1d4c8f5

Browse files
committed
[css-inline-3] Inlinify the contents of an initial letter that is a non-atomic inline.
1 parent 9cb4ed0 commit 1d4c8f5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

css-inline-3/Overview.bs

+20
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,26 @@ Properties</h4>
603603
Additionally, all of the <a>sizing properties</a>
604604
and 'box-sizing' also apply to <a>initial letters</a>.
605605

606+
<h4 id="initial-letter-inlinification">
607+
Inlinification</h4>
608+
609+
The UA must ensure
610+
that all the contents of an <a>initial letter</a>
611+
that is not an <a>atomic inline</a>
612+
are <a>inline-level</a>
613+
by:
614+
615+
<ul>
616+
<li><a>Inlinifying</a> its children. (See [[css-display-3#transformations]].)
617+
<li><a>Suppressing line breaks</a>
618+
by converting all forced line breaks
619+
as defined for <a>collapsible</a> segment breaks in [[css-text-3#line-break-transform]].
620+
</ul>
621+
622+
Note: This is the same set of transformations
623+
applied to the content of <a>ruby annotations</a>
624+
in [[css-ruby-1]].
625+
606626
<h4 id="initial-letter-model">
607627
Layout Model</h4>
608628

0 commit comments

Comments
 (0)