Skip to content

Commit aa9776a

Browse files
committed
[css-writing-modes] Add max-size as a constraint on orthogonal flows' auto size, per WG resolution. #1391
1 parent 2e7b57f commit aa9776a

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

css-writing-modes-3/Overview.bs

+3-2
Original file line numberDiff line numberDiff 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>.

css-writing-modes-3/issues-cr-2015.bs-issues

+2
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ Comment: https://github.com/w3c/csswg-drafts/issues/1391
163163
Response: https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-303775875
164164
Comment: https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-316529430
165165
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
166168
Closed: Accepted
167169
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Sep/0001.html
168170
Verified: Reporter is editor

css-writing-modes-3/issues-cr-2015.html

+2
Original file line numberDiff line numberDiff 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">&#x2208;</abbr></a></span>
201203
<span class="a">Verified: Reporter is editor</span></pre>

css-writing-modes/Overview.bs

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)