We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f3992 commit 48709c7Copy full SHA for 48709c7
1 file changed
css-inline-3/Overview.bs
@@ -936,9 +936,13 @@ Initial Letter Wrapping: the 'initial-letter-wrap' property</h3>
936
<dt><dfn>all</dfn></dt>
937
<dd>
938
For each line of text impacted by the initial letter,
939
- the line box adjacent to the intial letter starts
+ the line box adjacent to the initial letter starts
940
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>
+ 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>
946
947
Note: This value is at-risk.
948
0 commit comments