Skip to content

Commit 0bc6442

Browse files
committed
[css-writing-modes-3] Make everything undefined. (OK, not everything, just non-CSS2.1 things.) #4231
1 parent f9412c4 commit 0bc6442

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

css-writing-modes-3/Overview.bs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2039,15 +2039,17 @@ Available Space of Orthogonal Flows</h4>
20392039
<h4 id="orthogonal-layout">
20402040
Auto-sizing Orthogonal Flow Roots</h4>
20412041

2042-
The [=automatic size=] of an [=orthogonal flow=]
2042+
The [=automatic inline size=] of a [=block-level=] or [=block container=] [=orthogonal flow=]
20432043
(i.e. the size used when its [=preferred size property=] is ''width/auto'')
2044-
is calculating as its [=fit-content size=], i.e.
2045-
<code>min([=max-content size=], max([=min-content size=], [=stretch-fit size=])</code>,
2044+
is calculating as its [=fit-content size=] in its [=inline axis=], i.e.
2045+
<code>min([=max-content inline size=], max([=min-content inline size=], [=stretch-fit inline size=])</code>,
20462046
where the [=available space=] is
20472047
either the corresponding size of the [=containing block=] if that is [=definite=],
20482048
or else the [=fallback size=] as defined [[#orthogonal-auto|above]].
20492049

20502050
The [=automatic sizing=] of orthogonal [=multi-column containers=]
2051+
(in both axes)
2052+
and of other [=display types=] not mentioned above
20512053
is undefined in this level;
20522054
see <a href="https://www.w3.org/TR/css-writing-modes-4/#auto-multicol">CSS Writing Modes Level 4</a>.
20532055

0 commit comments

Comments
 (0)