Skip to content

Commit 1fe7e4a

Browse files
committed
[css-flexbox] Fix typo from broken S&R.
1 parent fbe6e8d commit 1fe7e4a

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2265,7 +2265,7 @@ Line Length Determination</h3>
22652265
If the flex item has ...
22662266
<ul>
22672267
<li>an intrinsic aspect ratio,
2268-
<li>a <i>flex basis</i> of ''flex-basis/main-size'', and
2268+
<li>a <i>flex basis</i> of ''width/auto'', and
22692269
<li>a <i>definite</i> <i>cross size</i>
22702270
</ul>
22712271
then the <i>flex base size</i> is calculated from its inner <i>cross size</i>

css-flexbox/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2186,7 +2186,7 @@ <h3 class="heading settled" data-level=9.2 id=line-sizing><span class=secno>9.2
21862186
If the flex item has ...
21872187
<ul>
21882188
<li>an intrinsic aspect ratio,
2189-
<li>a <a data-link-type=dfn href=#flex-basis title="flex basis">flex basis</a> of <a class=css data-link-for=flex-basis data-link-type=maybe href=#valdef-flex-basis-main-size title=main-size>main-size</a>, and
2189+
<li>a <a data-link-type=dfn href=#flex-basis title="flex basis">flex basis</a> of <span class=css data-link-for=width>auto</span>, and
21902190
<li>a <a data-link-type=dfn href=#definite title=definite>definite</a> <a data-link-type=dfn href=#cross-size title="cross size">cross size</a>
21912191
</ul>
21922192
then the <a data-link-type=dfn href=#flex-base-size title="flex base size">flex base size</a> is calculated from its inner <a data-link-type=dfn href=#cross-size title="cross size">cross size</a>

css-flexbox/issues-lc-20140325.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0046.html
111111
Note: This was discussed earlier, see
112112
http://lists.w3.org/Archives/Public/www-style/2012Jun/0029.html
113113
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0192.html
114-
Response:
114+
Response:
115115
Closed: Rejected
116116
Verified: WG member comment
117117
----
@@ -228,7 +228,10 @@ Issue 28.
228228
Summary: Clarify "any definite size constraints"
229229
From: Daniel Holbert
230230
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jul/0053.html
231-
Open
231+
Response: http://lists.w3.org/Archives/Public/www-style/2014Aug/0268.html
232+
Comment: http://lists.w3.org/Archives/Public/www-style/2014Aug/0270.html
233+
Comment: http://lists.w3.org/Archives/Public/www-style/2014Aug/0271.html
234+
Closed: Accepted
232235
----
233236
Issue 29.
234237
Summary: Possible typo in main-size keyword conversion

0 commit comments

Comments
 (0)