Skip to content

Commit f77304d

Browse files
committed
[css-inline-3] Define that initial letters are extracted from their parents, geometrically-speaking. #2184
1 parent ce97d1e commit f77304d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

css-inline-3/Overview.bs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,6 +1188,19 @@ Edge Effects: Indentation and Hanging Punctuation</h4>
11881188
<figcaption>Initial letter with text indent. </figcaption>
11891189
</figure>b
11901190

1191+
<h4 id="initial-letter-ancestors">
1192+
Ancestor Inlines</h4>
1193+
1194+
If the <a>initial letter box</a> is contained by <a>inline box</a> ancestors,
1195+
the boundaries of those <a>inline boxes</a> are drawn
1196+
to exclude the <a>initial letter box</a>,
1197+
as if it were outside their startmost <a>margin edge</a>.
1198+
This is a purely geometric operation:
1199+
it does not affect e.g.
1200+
property inheritance or
1201+
the effective 'letter-spacing' between the <a>initial letter box</a>
1202+
and subsequent content.
1203+
11911204
<h4 id="initial-letter-multi-line">
11921205
Multi-line Initial Letters</h4
11931206

0 commit comments

Comments
 (0)