File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -2015,8 +2015,9 @@ Available Space in Orthogonal Flows</h4>
2015
2015
but its <i> available inline space</i> to be indefinite.
2016
2016
In such cases a percentage of the containing block’s <i> inline size</i> cannot be defined,
2017
2017
and <i> inline axis</i> computations cannot be resolved.
2018
- In these cases, the nearest ancestor <a>scrollport</a> ’s size
2019
- (or if there are none, the initial containing block’s size)
2018
+ In these cases, the smaller of
2019
+ the nearest fixed-size ancestor <a>scrollport</a> ’s size (if any)
2020
+ or the initial containing block’s size
2020
2021
is used as a <i> fallback</i>
2021
2022
in place of the <i> available inline space</i>
2022
2023
for calculations that require a definite <i> available inline space</i> .
@@ -2471,7 +2472,7 @@ Privacy and Security Considerations {#priv-sec}
2471
2472
<li> Deferred the ''digits'' value of 'text-combine-upright' to Level 4.
2472
2473
<li> Deferred the automatic multi-column behavior of orthogonal flows to Level 4.
2473
2474
<li> Changed the fallback “available space” for orthogonal flows
2474
- to use the nearest <a>scrollport</a> where available.
2475
+ to use the nearest fixed-size <a>scrollport</a> where available.
2475
2476
(<a href="https://github.com/w3c/csswg-drafts/issues/1391">Issue 1391</a> )
2476
2477
<li> Added Privacy and Security Considerations section.
2477
2478
</ul>
Original file line number Diff line number Diff line change @@ -2044,8 +2044,9 @@ Available Space in Orthogonal Flows</h4>
2044
2044
but its <i> available inline space</i> to be indefinite.
2045
2045
In such cases a percentage of the containing block’s <i> inline size</i> cannot be defined,
2046
2046
and <i> inline axis</i> computations cannot be resolved.
2047
- In these cases, the nearest ancestor <a>scrollport</a> ’s size
2048
- (or if there are none, the initial containing block’s size)
2047
+ In these cases, the smaller of
2048
+ the nearest fixed-size ancestor <a>scrollport</a> ’s size (if any)
2049
+ or the initial containing block’s size
2049
2050
is used as a <i> fallback</i>
2050
2051
in place of the <i> available inline space</i>
2051
2052
for calculations that require a definite <i> available inline space</i> .
@@ -2079,8 +2080,8 @@ Auto-sizing Block Containers in Orthogonal Flows</h4>
2079
2080
that would <a>stretch fit</a> into to the smaller of
2080
2081
<ul>
2081
2082
<li> the <i> available space</i>
2082
- <li> the nearest ancestor <a>scrollport</a> ’s <a>size</a> ,
2083
- or, if there is none, the initial containing block’s <i> size</i>
2083
+ <li> the nearest fixed-size ancestor <a>scrollport</a> ’s <a>size</a>
2084
+ <li> the initial containing block’s <i> size</i>
2084
2085
</dl>
2085
2086
2086
2087
<div class="note">
You can’t perform that action at this time.
0 commit comments