Skip to content

[css-shapes-1] propdef fixes #9722

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css-shapes-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,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 @@ -1081,7 +1081,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