From 1c731bcaa37692058cd05189ca7ebe0422502bef Mon Sep 17 00:00:00 2001 From: Tab Atkins-Bittner Date: Thu, 10 Oct 2019 13:48:18 -0700 Subject: [PATCH] [css-sizing-4] Pull over the heading structure from Sizing 3 for later expansion. --- css-sizing-4/Overview.bs | 119 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) diff --git a/css-sizing-4/Overview.bs b/css-sizing-4/Overview.bs index 405b52c3f00..0be46f5c863 100644 --- a/css-sizing-4/Overview.bs +++ b/css-sizing-4/Overview.bs @@ -60,6 +60,113 @@ Values also accept the CSS-wide keywords keywords as their property value. For readability they have not been repeated explicitly. + + + + +

+Terminology

+ + +

+Auto Box Sizes

+ + +

+Intrinsic Size Contributions

+ + +

+Intrinsic Size Constraints

+ + + + +

+Specifying Box Sizes

+ +

+Sizing Properties

+ + +

+Preferred Size Properties: the 'width' and 'height' properties

+ + +

+Minimum Size Properties: the 'min-width' and 'min-height' properties

+ + +

+Maximum Size Properties: the 'max-width' and 'max-height' properties

+ + + +

+Sizing Values: the <>, ''width/auto'' | ''max-width/none'', ''width/min-content'', ''width/max-content'', and ''width/fit-content()'' values

+ + +

+“Behaving as ''width/auto''”

+ + +

+Containing or Excluding Floats

+ + + + +

+Box Edges for Sizing: the 'box-sizing' property

+ + + +

+New Column Sizing Values: the ''column-width/min-content'', ''column-width/max-content'', and ''column-width/fit-content()'' values

+ + + +

Aspect Ratios

@@ -278,6 +385,18 @@ Automatic Content-based Minimum Sizes + + + +

Intrinsic Size Determination