Skip to content

Commit 5960926

Browse files
committed
[css-shapes-1] shape-outside applies to initial letter boxes #5160
1 parent 3ffefcc commit 5960926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-shapes-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ Float Area Shape: the 'shape-outside' property</h3>
944944
Name: shape-outside
945945
Value: none | [ <<basic-shape>> || <<shape-box>> ] | <<image>>
946946
Initial: none
947-
Applies to: floats
947+
Applies to: floats and [=initial letter boxes=]
948948
Inherited: no
949949
Computed value: as <a href="#basic-shape-computed-values">defined</a> for <<basic-shape>> (with <<shape-box>> following, if supplied); else the computed <<image>>; else the keyword as specified
950950
Animation type: as <a href="#basic-shape-interpolation">defined</a> for <<basic-shape>>, otherwise discrete
@@ -1081,7 +1081,7 @@ Expanding a Shape: the 'shape-margin' property</h3>
10811081
Name: shape-margin
10821082
Value: <<length-percentage [0,∞]>>
10831083
Initial: 0
1084-
Applies to: floats
1084+
Applies to: floats and [=initial letter boxes=]
10851085
Inherited: no
10861086
Percentages: refer to the <a>inline size</a> of the containing block
10871087
Computed value: computed <<length-percentage>> value

0 commit comments

Comments
 (0)