@@ -565,7 +565,7 @@ english17 <i lt=''>20WERBEH english19 18WERBEH</i>
565
565
<!-- -->english16
566
566
567
567
<!-- -->english17 <i lt=''> 18WERBEH
568
- <!-- -->20WERBEH english19</a >
568
+ <!-- -->20WERBEH english19</i >
569
569
</pre>
570
570
571
571
<p> Notice that because <samp> HEBREW18</samp> must be read before <samp> english19</samp> ,
@@ -2057,12 +2057,20 @@ Available Space in Orthogonal Flows</h4>
2057
2057
but its <a>available inline space</a> to be indefinite.
2058
2058
In such cases a percentage of the containing block’s <a>inline size</a> cannot be defined,
2059
2059
and <a>inline axis</a> computations cannot be resolved.
2060
- In these cases, the smaller of
2061
- the nearest fixed-size ancestor <a>scrollport</a> ’s size (if any)
2062
- or the initial containing block’s size
2063
- is used as a <a>fallback</a>
2060
+ In these cases,
2061
+ an additional constraint is used as a <a>fallback</a>
2064
2062
in place of the <a>available inline space</a>
2065
- for calculations that require a definite <a>available inline space</a> .
2063
+ for calculations that require a definite <a>available inline space</a> --
2064
+ the smallest of
2065
+ <ul>
2066
+ <li> the size represented by
2067
+ the containing block’s inner <a>max size</a> (if that is fixed)
2068
+ floored by its inner <a>min size</a> (if that is fixed)
2069
+ <li> the nearest ancestor <a>scrollport</a> ’s inner size if that is fixed,
2070
+ else / capped by its inner <a>max size</a> if that is fixed,
2071
+ floored by its inner <a>min size</a> if that is fixed
2072
+ <li> the initial containing block’s size
2073
+ </ul>
2066
2074
2067
2075
<p> See [[!CSS3-SIZING]] for further details on CSS sizing terminology and concepts.
2068
2076
@@ -2090,10 +2098,16 @@ Auto-sizing Block Containers in Orthogonal Flows</h4>
2090
2098
2091
2099
<dt><var> constraint</var>
2092
2100
<dd> the <a>inline-axis</a> size
2093
- that would <a>stretch fit</a> into to the smaller of
2101
+ that would <a>stretch fit</a> into to the smallest of
2094
2102
<ul>
2095
- <li> the <a>available space</a>
2096
- <li> the nearest ancestor <a>scrollport</a> ’s inner size if that is fixed, else its inner max-size if that is fixed
2103
+ <li> the <a>available space</a> :
2104
+ the containing block’s size if that is fixed,
2105
+ else the size represented by
2106
+ the containing block’s inner <a>max size</a> (if that is fixed)
2107
+ floored by its inner <a>min size</a> (if that is fixed)
2108
+ <li> the nearest ancestor <a>scrollport</a> ’s inner size if that is fixed,
2109
+ else / capped by its inner <a>max size</a> if that is fixed,
2110
+ floored by its inner <a>min size</a> if that is fixed
2097
2111
<li> the initial containing block’s size
2098
2112
</dl>
2099
2113
0 commit comments