@@ -2006,7 +2006,7 @@ Orthogonal Flows</h3>
2006
2006
</div>
2007
2007
2008
2008
<h4 id="orthogonal-auto">
2009
- Available Sizes in Orthogonal Flows</h4>
2009
+ Available Space in Orthogonal Flows</h4>
2010
2010
2011
2011
<p> It is common in CSS for a containing block to have a definite <i> inline size</i> ,
2012
2012
but not a definite <i> block size</i> .
@@ -2015,19 +2015,19 @@ Available Sizes in Orthogonal Flows</h4>
2015
2015
for example: its width is given by the calculations in
2016
2016
<a href="https://www.w3.org/TR/CSS21/visudet.html#blockwidth">10.3.3</a> ,
2017
2017
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
2019
2019
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> ,
2021
2021
which would otherwise be the <i> block size</i> of the containing block,
2022
2022
is infinite.
2023
2023
2024
2024
<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.
2027
2027
In such cases a percentage of the containing block’s <i> inline size</i> cannot be defined,
2028
2028
and <i> inline axis</i> computations cannot be resolved.
2029
2029
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>
2031
2031
for calculations that require a definite <i> available inline size</i> .
2032
2032
2033
2033
<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>
2060
2060
<dd> the <i> inline-axis</i> size
2061
2061
that would match the box's <i> inline-axis</i> outer edges to the smaller of
2062
2062
<ul>
2063
- <li> the <i> available size </i>
2063
+ <li> the <i> available space </i>
2064
2064
<li> the initial containing block’s <i> size</i>
2065
2065
</dl>
2066
2066
@@ -2124,7 +2124,7 @@ Auto-sizing Block Containers in Orthogonal Flows</h4>
2124
2124
or the <i> max-content block size</i> of the content
2125
2125
(if only one column was used).
2126
2126
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> ,
2128
2128
thus laying out its contents into a single column.
2129
2129
(Note that this can, however, result in content that is clipped
2130
2130
or otherwise inaccessible if it overflows its containing block.)
@@ -2136,12 +2136,12 @@ Auto-sizing Other Orthogonal Flow Roots</h4>
2136
2136
2137
2137
<p> In order to limit the length of lines,
2138
2138
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
2140
2140
(which typically occurs when they establish an <i> orthogonal flow</i> ).
2141
2141
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>
2143
2143
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>
2145
2145
to block containers they contain,
2146
2146
possibly triggering that special auto-sizing behavior on those block containers
2147
2147
even though they do not themselves establish an <i> orthogonal flow</i> .
@@ -2150,10 +2150,10 @@ Auto-sizing Other Orthogonal Flow Roots</h4>
2150
2150
<p> For example,
2151
2151
a table or <i> flex container</i> establishing an <i> orthogonal flow</i>
2152
2152
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,
2154
2154
this effectively lays the box out at its <i> max-content size</i> .
2155
2155
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>
2157
2157
and so behave accordingly.
2158
2158
</div>
2159
2159
0 commit comments