Skip to content

Commit 48709c7

Browse files
committed
[css-inline] shape-outside can affect initial-letter-wrap, issue w3c#885
1 parent 01f3992 commit 48709c7

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

css-inline-3/Overview.bs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -936,9 +936,13 @@ Initial Letter Wrapping: the 'initial-letter-wrap' property</h3>
936936
<dt><dfn>all</dfn></dt>
937937
<dd>
938938
For each line of text impacted by the initial letter,
939-
the line box adjacent to the intial letter starts
939+
the line box adjacent to the initial letter starts
940940
at the start-most point that touches the ink of the initial letter,
941-
plus the amount of the <a>initial letter</a>’s end-side border+padding+margin.</dd>
941+
plus the amount of the <a>initial letter</a>’s end-side border+padding+margin.
942+
943+
If the value of ''shape-outside'' is not ''none'',
944+
''shape-outside'' is used instead of the glyph margin.
945+
</dd>
942946

943947
Note: This value is at-risk.
944948

0 commit comments

Comments
 (0)