File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2031,8 +2031,9 @@ Available Space in Orthogonal Flows</h4>
20312031 In such cases a percentage of the containing block’s <i> inline size</i> cannot be defined,
20322032 and <i> inline axis</i> computations cannot be resolved.
20332033 In these cases, the smaller of
2034- the nearest fixed-size ancestor <a>scrollport</a> ’s size (if any)
2035- or the initial containing block’s size
2034+ the initial containing block’s size or
2035+ the nearest ancestor <a>scrollport</a> ’s inner size
2036+ if that size is fixed (else its inner max-size, if that is fixed)
20362037 is used as a <i> fallback</i>
20372038 in place of the <i> available inline space</i>
20382039 for calculations that require a definite <i> available inline space</i> .
Original file line number Diff line number Diff line change @@ -163,6 +163,8 @@ Comment: https://github.com/w3c/csswg-drafts/issues/1391
163163Response: https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-303775875
164164Comment: https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-316529430
165165Response: https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-320215251
166+ Comment: https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-330713088
167+ Response: https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-332581365
166168Closed: Accepted
167169Resolved: https://lists.w3.org/Archives/Public/www-style/2017Sep/0001.html
168170Verified: Reporter is editor
Original file line number Diff line number Diff line change @@ -196,6 +196,8 @@ <h1>CSS Writing Modes Level 3 Disposition of Comments for 2015-12-15 CR</h1>
196196< span > Response: < a href ='https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-303775875 '> https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-303775875</ a > </ span >
197197< span > Comment: < a href ='https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-316529430 '> https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-316529430</ a > </ span >
198198< span > Response: < a href ='https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-320215251 '> https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-320215251</ a > </ span >
199+ < span > Comment: < a href ='https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-330713088 '> https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-330713088</ a > </ span >
200+ < span > Response: < a href ='https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-332581365 '> https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-332581365</ a > </ span >
199201< span class ="a "> Closed: Accepted</ span >
200202< span > Resolved: < a href ='https://lists.w3.org/Archives/Public/www-style/2017Sep/0001.html '> https://lists.w3.org/Archives/Public/www-style/2017Sep/0001.html</ a > < a href ="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Sep/0001.html "> < abbr title ="Thread "> ∈</ abbr > </ a > </ span >
201203< span class ="a "> Verified: Reporter is editor</ span > </ pre >
Original file line number Diff line number Diff line change @@ -2095,7 +2095,7 @@ Auto-sizing Block Containers in Orthogonal Flows</h4>
20952095 that would <a>stretch fit</a> into to the smaller of
20962096 <ul>
20972097 <li> the <i> available space</i>
2098- <li> the nearest fixed-size ancestor <a>scrollport</a> ’s inner size
2098+ <li> the nearest ancestor <a>scrollport</a> ’s inner size if that is fixed, else its inner max-size if that is fixed
20992099 <li> the initial containing block’s size
21002100 </dl>
21012101
You can’t perform that action at this time.
0 commit comments