Skip to content

Commit 07d1ca7

Browse files
committed
[css-writing-modes] Clarify axis referred to in orthogonal flows auto-sizing note. Fixes #1825.
1 parent c1c2e82 commit 07d1ca7

3 files changed

Lines changed: 21 additions & 7 deletions

File tree

css-writing-modes-3/Overview.bs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1983,11 +1983,13 @@ Orthogonal Flows</h3>
19831983

19841984
<div class="note" id="orthogonal-shrink-to-fit">
19851985
Note that this section requires that
1986-
when an auto-sized child box establishes an orthogonal flow,
1987-
the used size of the child
1986+
when a child box auto-sized in its block axis
1987+
establishes an orthogonal flow,
1988+
the used block size of the child
19881989
is calculated to fit its content;
19891990
and this resulting content-based size
1990-
is used as input to the <i>inline-axis</i> <var>min-content</var> and <var>max-content</var> of the parent.
1991+
is used as input to the <i>inline-axis</i>
1992+
<var>min-content</var> and <var>max-content</var> of the parent.
19911993
<p>
19921994
This means that when applying shrink-to-fit formula to a box
19931995
such as an inline-block, float, or table-cell,
@@ -2478,8 +2480,11 @@ Privacy and Security Considerations {#priv-sec}
24782480
to use the nearest fixed-size <a>scrollport</a> where available.
24792481
(<a href="https://github.com/w3c/csswg-drafts/issues/1391">Issue 1391</a>)
24802482
<li>Added Privacy and Security Considerations section.
2483+
<li>Miscellaneous editorial clarifications.
24812484
</ul>
24822485

2486+
A <a href="https://drafts.csswg.org/css-writing-modes-3/issues-cr-2015">Disposition of Comments</a> is available.
2487+
24832488
<h3 class="no-num" id="changes-201311">
24842489
Changes since the <a href="https://www.w3.org/TR/2014/CR-css-writing-modes-3-20140320/">March
24852490
2014 CSS Writing Modes Module Level 3 Candidate Recommendation</a></h3>

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,11 @@ From: Xidorn Quan
172172
Comment: https://github.com/w3c/csswg-drafts/issues/1782
173173
Response: https://github.com/w3c/csswg-drafts/issues/1782#issuecomment-328216538
174174
Open: =WG= Resolve.
175-
----
175+
----
176+
Issue 23.
177+
Summary: Clarify which axis is described in orthogonal flows sizing note
178+
From: Florian Rivoal
179+
Comment: https://github.com/w3c/csswg-drafts/issues/1825
180+
Response: https://github.com/w3c/csswg-drafts/issues/1825#issuecomment-330680353
181+
Closed: Accepted
182+
----

css-writing-modes/Overview.bs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2012,11 +2012,13 @@ Orthogonal Flows</h3>
20122012

20132013
<div class="note" id="orthogonal-shrink-to-fit">
20142014
Note that this section requires that
2015-
when an auto-sized child box establishes an orthogonal flow,
2016-
the used size of the child
2015+
when a child box auto-sized in its block axis
2016+
establishes an orthogonal flow,
2017+
the used block size of the child
20172018
is calculated to fit its content;
20182019
and this resulting content-based size
2019-
is used as input to the <i>inline-axis</i> <var>min-content</var> and <var>max-content</var> of the parent.
2020+
is used as input to the <i>inline-axis</i>
2021+
<var>min-content</var> and <var>max-content</var> of the parent.
20202022
<p>
20212023
This means that when applying shrink-to-fit formula to a box
20222024
such as an inline-block, float, or table-cell,

0 commit comments

Comments
 (0)