Skip to content

Commit

Permalink
[css-shapes-1] shape-outside applies to initial letter boxes #5160
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai authored and astearns committed Dec 21, 2023
1 parent 78cbe41 commit 28c9e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-shapes-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ Float Area Shape: the 'shape-outside' property</h3>
Name: shape-outside
Value: none | [ <<basic-shape>> || <<shape-box>> ] | <<image>>
Initial: none
Applies to: floats
Applies to: floats and [=initial letter boxes=]
Inherited: no
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
Animation type: as <a href="#basic-shape-interpolation">defined</a> for <<basic-shape>>, otherwise discrete
Expand Down Expand Up @@ -1008,7 +1008,7 @@ Expanding a Shape: the 'shape-margin' property</h3>
Name: shape-margin
Value: <<length-percentage [0,∞]>>
Initial: 0
Applies to: floats
Applies to: floats and [=initial letter boxes=]
Inherited: no
Percentages: refer to the <a>inline size</a> of the containing block
Computed value: computed <<length-percentage>> value
Expand Down

0 comments on commit 28c9e9e

Please sign in to comment.