File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2031,8 +2031,9 @@ Available Space in Orthogonal Flows</h4>
2031
2031
In such cases a percentage of the containing block’s <i> inline size</i> cannot be defined,
2032
2032
and <i> inline axis</i> computations cannot be resolved.
2033
2033
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)
2036
2037
is used as a <i> fallback</i>
2037
2038
in place of the <i> available inline space</i>
2038
2039
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
163
163
Response: https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-303775875
164
164
Comment: https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-316529430
165
165
Response: 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
166
168
Closed: Accepted
167
169
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Sep/0001.html
168
170
Verified: 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>
196
196
< 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 >
197
197
< 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 >
198
198
< 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 >
199
201
< span class ="a "> Closed: Accepted</ span >
200
202
< 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 >
201
203
< 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>
2095
2095
that would <a>stretch fit</a> into to the smaller of
2096
2096
<ul>
2097
2097
<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
2099
2099
<li> the initial containing block’s size
2100
2100
</dl>
2101
2101
You can’t perform that action at this time.
0 commit comments