Skip to content

Commit 6b1e2a2

Browse files
committed
[css-initial-3] Match interaction of outline / shape-margin / margin to floats. #5119
1 parent c2cde52 commit 6b1e2a2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-inline-3/Overview.bs

+4-3
Original file line numberDiff line numberDiff line change
@@ -2289,12 +2289,13 @@ Initial Letter Wrapping: the 'initial-letter-wrap' property</h3>
22892289
<dd>
22902290
For each line of text impacted by the [=initial letter=],
22912291
the [=line box=] adjacent to the [=initial letter=] starts
2292-
at the start-most point that touches the ink of the initial letter,
2293-
plus the amount of the <a>initial letter</a>’s end-side border+padding+margin.
2292+
at the start-most point that touches the ink of the initial letter.
22942293

22952294
If the value of ''shape-outside'' is not ''none'',
22962295
''shape-outside'' is used instead of the glyph outline.
2297-
In both cases, 'shape-margin' is applied to expand the outline.
2296+
In both cases, 'shape-margin' is applied to expand the outline,
2297+
and the resulting outline is clipped
2298+
by the [=initial letter=]’s [=margin edges=].
22982299

22992300
Note: This value is at-risk.
23002301

0 commit comments

Comments
 (0)