Skip to content
Closed
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
2 changes: 1 addition & 1 deletion css-sizing-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ Preferred Size Properties: the 'width' and 'height' properties</h4>
Name: width, height
Value: auto | <<length-percentage [0,∞]>> | min-content | max-content | <nobr>fit-content(<<length-percentage [0,∞]>>)</nobr> | <<width/calc-size()>>
Initial: auto
Applies to: all elements except <a>non-replaced</a> <a>inlines</a>
Applies to: all elements except <a>non-replaced</a> inline elements. 'width' cannot be applied to row groups
Inherited: no
Logical property group: size
Percentages: relative to width/height of <a>containing block</a>
Expand Down