@@ -2006,7 +2006,7 @@ Orthogonal Flows</h3>
20062006 </div>
20072007
20082008<h4 id="orthogonal-auto">
2009- Available Sizes in Orthogonal Flows</h4>
2009+ Available Space in Orthogonal Flows</h4>
20102010
20112011 <p> It is common in CSS for a containing block to have a definite <i> inline size</i> ,
20122012 but not a definite <i> block size</i> .
@@ -2015,19 +2015,19 @@ Available Sizes in Orthogonal Flows</h4>
20152015 for example: its width is given by the calculations in
20162016 <a href="https://www.w3.org/TR/CSS21/visudet.html#blockwidth">10.3.3</a> ,
20172017 but its <i> block size</i> depends on its contents.
2018- In such cases the <i> available inline size </i> is defined
2018+ In such cases the <i> available inline space </i> is defined
20192019 as the <i> inline size</i> of the containing block;
2020- but the <i> available block size </i> ,
2020+ but the <i> available block space </i> ,
20212021 which would otherwise be the <i> block size</i> of the containing block,
20222022 is infinite.
20232023
20242024 <p> Putting a box in an <i> orthogonal flow</i> allows the opposite to happen:
2025- for the <i> available block size </i> to be definite,
2026- but the <i> available inline size </i> to be indefinite.
2025+ for the <i> available block space </i> to be definite,
2026+ but the <i> available inline space </i> to be indefinite.
20272027 In such cases a percentage of the containing block’s <i> inline size</i> cannot be defined,
20282028 and <i> inline axis</i> computations cannot be resolved.
20292029 In these cases, the initial containing block's size is used
2030- as a <i> fallback</i> variable in place of the <i> available inline size </i>
2030+ as a <i> fallback</i> variable in place of the <i> available inline space </i>
20312031 for calculations that require a definite <i> available inline size</i> .
20322032
20332033 <p class="issue"> What is this section trying to say? I can't remember. :(
@@ -2060,7 +2060,7 @@ Auto-sizing Block Containers in Orthogonal Flows</h4>
20602060 <dd> the <i> inline-axis</i> size
20612061 that would match the box's <i> inline-axis</i> outer edges to the smaller of
20622062 <ul>
2063- <li> the <i> available size </i>
2063+ <li> the <i> available space </i>
20642064 <li> the initial containing block’s <i> size</i>
20652065 </dl>
20662066
@@ -2124,7 +2124,7 @@ Auto-sizing Block Containers in Orthogonal Flows</h4>
21242124 or the <i> max-content block size</i> of the content
21252125 (if only one column was used).
21262126 If the UA does not support CSS Multi-column Layout [[!CSS3COL]] ,
2127- the UA may instead calculate the box's <i> block size</i> assuming an infinite <i> available block size </i> ,
2127+ the UA may instead calculate the box's <i> block size</i> assuming infinite <i> available block space </i> ,
21282128 thus laying out its contents into a single column.
21292129 (Note that this can, however, result in content that is clipped
21302130 or otherwise inaccessible if it overflows its containing block.)
@@ -2136,12 +2136,12 @@ Auto-sizing Other Orthogonal Flow Roots</h4>
21362136
21372137 <p> In order to limit the length of lines,
21382138 block containers have special auto-sizing behavior (defined <a href="#auto-multicol">above</a> )
2139- when their <i> available inline size </i> is infinite
2139+ when their <i> available inline space </i> is infinite
21402140 (which typically occurs when they establish an <i> orthogonal flow</i> ).
21412141
2142- <p> Other layout models simply lay out into the infinite <i> available inline size </i>
2142+ <p> Other layout models simply lay out into the infinite <i> available inline space </i>
21432143 at their <i> max-content size</i> .
2144- However, they pass through the infinite <i> available inline size </i>
2144+ However, they pass through the infinite <i> available inline space </i>
21452145 to block containers they contain,
21462146 possibly triggering that special auto-sizing behavior on those block containers
21472147 even though they do not themselves establish an <i> orthogonal flow</i> .
@@ -2150,10 +2150,10 @@ Auto-sizing Other Orthogonal Flow Roots</h4>
21502150 <p> For example,
21512151 a table or <i> flex container</i> establishing an <i> orthogonal flow</i>
21522152 is laid out into its given <i> available space</i> .
2153- If its <i> available inline size </i> is infinite,
2153+ If its <i> available inline space </i> is infinite,
21542154 this effectively lays the box out at its <i> max-content size</i> .
21552155 However, any of its table cells or <i> flex items</i> that are <i> block containers</i>
2156- are laid out assuming infinite <i> available inline size </i>
2156+ are laid out assuming infinite <i> available inline space </i>
21572157 and so behave accordingly.
21582158 </div>
21592159
0 commit comments