Skip to content

Commit 6deebb5

Browse files
committed
[css-flexbox] Update DoC
1 parent be6913e commit 6deebb5

2 files changed

Lines changed: 149 additions & 56 deletions

File tree

Lines changed: 115 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
23
<title>CSS Flexible Box Layout Module Level 1 Disposition of Comments for 2014-03-25 LCWD</title>
34
<style type="text/css">
45
.a { background: lightgreen }
@@ -31,144 +32,203 @@ <h1>CSS Flexible Box Layout Module Level 1 Disposition of Comments for 2014-03-2
3132
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
3233
<code>Verified</code> indicates commentor's acceptance of the response.</p>
3334
<pre class='oi' id='issue-1'>
34-
Issue 1. <a href="#issue-1">#</a>
35+
Issue 1. <a href='#issue-1'>#</a>
3536
Summary: Which size do percentage heights on flex items resolve against?
3637
From: Greg Whitworth
37-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0062.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0062.html</a>
38-
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0073.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0073.html</a>
38+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0062.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0062.html</a>
39+
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0073.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0073.html</a>
3940
Closed: Invalid
4041
Resolved: Editor's discretion
4142
</pre>
4243
<pre class='a' id='issue-2'>
43-
Issue 2. <a href="#issue-2">#</a>
44+
Issue 2. <a href='#issue-2'>#</a>
4445
Summary: Typos
4546
From: Daniel Holbert
46-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0090.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0090.html</a>
47-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0091.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0091.html</a>
48-
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0100.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0100.html</a>
47+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0090.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0090.html</a>
48+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0091.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0091.html</a>
49+
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0100.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0100.html</a>
4950
Closed: Accepted
5051
Resolved: Editorial
5152
</pre>
5253
<pre class='a' id='issue-3'>
53-
Issue 3. <a href="#issue-3">#</a>
54+
Issue 3. <a href='#issue-3'>#</a>
5455
Summary: Excessive recalculation of free space
5556
From: Daniel Holbert
56-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0097.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0097.html</a>
57-
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0098.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0098.html</a>
57+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0097.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0097.html</a>
58+
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0098.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0098.html</a>
5859
Closed: Accepted
59-
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0099.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0099.html</a>
60+
Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0099.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0099.html</a>
6061
Resolved: Bugfix
6162
</pre>
6263
<pre class='a' id='issue-4'>
63-
Issue 4. <a href="#issue-4">#</a>
64+
Issue 4. <a href='#issue-4'>#</a>
6465
Summary: Mishandling of zero free space
6566
From: Daniel Holbert
66-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0106.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0106.html</a>
67-
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0113.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0113.html</a>
67+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0106.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0106.html</a>
68+
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0113.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0113.html</a>
6869
Closed: Accepted
6970
Resolved: Bugfix
7071
</pre>
7172
<pre class='a' id='issue-5'>
72-
Issue 5. <a href="#issue-5">#</a>
73+
Issue 5. <a href='#issue-5'>#</a>
7374
Summary: Change 'flex' animatability to "yes, always"
7475
From: Daniel Holbert
75-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0169.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0169.html</a>
76-
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0175.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0175.html</a>
76+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0169.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0169.html</a>
77+
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0175.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0175.html</a>
7778
Closed: Accepted
7879
Resolved: Bugfix
7980
</pre>
8081
<pre class='r' id='issue-6'>
81-
Issue 6. <a href="#issue-6">#</a>
82+
Issue 6. <a href='#issue-6'>#</a>
8283
Summary: Use inline size for block-axis percentage padding
8384
From: Christian Biesinger
84-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0184.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0184.html</a>
85-
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014May/0015.html">http://lists.w3.org/Archives/Public/www-style/2014May/0015.html</a>
85+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0184.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0184.html</a>
86+
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0015.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0015.html</a>
8687
Closed: Rejected
87-
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0373.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0373.html</a>
88+
Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0373.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0373.html</a>
8889
</pre>
8990
<pre class='a' id='issue-7'>
90-
Issue 7. <a href="#issue-7">#</a>
91+
Issue 7. <a href='#issue-7'>#</a>
9192
Summary: Alternate wording for resolving flex lengths
9293
From: Daniel Holbert
93-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0223.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0223.html</a>
94+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0223.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0223.html</a>
9495
Closed: Retracted
95-
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0252.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0252.html</a>
96+
Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0252.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0252.html</a>
9697
</pre>
9798
<pre class='open' id='issue-8'>
98-
Issue 8. <a href="#issue-8">#</a>
99+
Issue 8. <a href='#issue-8'>#</a>
99100
Summary: Alternate wording for resolving flex lengths Take II
100101
From: Daniel Holbert
101-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0253.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0253.html</a>
102-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0398.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0398.html</a>
102+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0253.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0253.html</a>
103+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0398.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0398.html</a>
103104
Open
104105
Note: Current spec has both variants available for review.
105106
</pre>
106107
<pre class='a' id='issue-9'>
107-
Issue 9. <a href="#issue-9">#</a>
108+
Issue 9. <a href='#issue-9'>#</a>
108109
Summary: Better handling of max-height on flex containers
109110
From: Greg Whitworth
110-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0292.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0292.html</a>
111-
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0293.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0293.html</a>
112-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0294.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0294.html</a>
113-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0297.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0297.html</a>
111+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0292.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0292.html</a>
112+
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0293.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0293.html</a>
113+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0294.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0294.html</a>
114+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0297.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0297.html</a>
114115
Closed: Accepted
115-
Resolved: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0373.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0373.html</a>
116+
Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0373.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0373.html</a>
116117
</pre>
117118
<pre class='a' id='issue-10'>
118-
Issue 10. <a href="#issue-10">#</a>
119+
Issue 10. <a href='#issue-10'>#</a>
119120
Summary: Regression in flex resolution algorithm
120121
From: Daniel Holbert
121-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0311.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0311.html</a>
122-
Proposal: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0397.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0397.html</a>
122+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0311.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0311.html</a>
123+
Proposal: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0397.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0397.html</a>
123124
Closed: Accepted
124125
Verified: (In IRC)
125126
Resolved: Editor's discretion
126127
</pre>
127128
<pre class='a' id='issue-11'>
128-
Issue 11. <a href="#issue-11">#</a>
129+
Issue 11. <a href='#issue-11'>#</a>
129130
Summary: Missing negation in description of 'auto'
130131
From: Greg Whitworth
131-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0430.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0430.html</a>
132-
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014May/0016.html">http://lists.w3.org/Archives/Public/www-style/2014May/0016.html</a>
132+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0430.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0430.html</a>
133+
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0016.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0016.html</a>
133134
Closed: Accepted
134135
Resolved: Bugfix
135136
</pre>
136137
<pre class='open' id='issue-12'>
137-
Issue 12. <a href="#issue-12">#</a>
138+
Issue 12. <a href='#issue-12'>#</a>
138139
Summary: Clarify impact of alignment properties on abspos items
139140
From: Rossen Atanassov
140-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014May/0043.html">http://lists.w3.org/Archives/Public/www-style/2014May/0043.html</a>
141+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0043.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0043.html</a>
141142
Open
142143
</pre>
143-
<pre class='open' id='issue-13'>
144-
Issue 13. <a href="#issue-13">#</a>
144+
<pre class='r' id='issue-13'>
145+
Issue 13. <a href='#issue-13'>#</a>
145146
Summary: Make 'flex-basis: auto' compute through to main size property value
146147
From: Tab Atkins
147-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014May/0046.html">http://lists.w3.org/Archives/Public/www-style/2014May/0046.html</a>
148+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0046.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0046.html</a>
148149
Note: This was discussed earlier, see
149-
<a href="http://lists.w3.org/Archives/Public/www-style/2012Jun/0029.html">http://lists.w3.org/Archives/Public/www-style/2012Jun/0029.html</a>
150-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014May/0192.html">http://lists.w3.org/Archives/Public/www-style/2014May/0192.html</a>
151-
Open
150+
<a href='http://lists.w3.org/Archives/Public/www-style/2012Jun/0029.html'>http://lists.w3.org/Archives/Public/www-style/2012Jun/0029.html</a>
151+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0192.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0192.html</a>
152+
Response:
153+
Closed: Rejected
152154
</pre>
153155
<pre class='' id='issue-14'>
154-
Issue 14. <a href="#issue-14">#</a>
156+
Issue 14. <a href='#issue-14'>#</a>
155157
Summary: Editorial comments
156158
From: Alan Stearns
157-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014May/0057.html">http://lists.w3.org/Archives/Public/www-style/2014May/0057.html</a>
158-
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014May/0195.html">http://lists.w3.org/Archives/Public/www-style/2014May/0195.html</a>
159+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0057.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0057.html</a>
160+
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0195.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0195.html</a>
159161
Closed: Rejected/Accepted
160162
</pre>
161163
<pre class='open' id='issue-15'>
162-
Issue 15. <a href="#issue-15">#</a>
164+
Issue 15. <a href='#issue-15'>#</a>
163165
Summary: Editorial simplification of flex distribution step
164166
From: Daniel Holbert
165-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014May/0169.html">http://lists.w3.org/Archives/Public/www-style/2014May/0169.html</a>
167+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0169.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0169.html</a>
166168
Open
167169
</pre>
168170
<pre class='open' id='issue-16'>
169-
Issue 16. <a href="#issue-16">#</a>
171+
Issue 16. <a href='#issue-16'>#</a>
170172
Summary: Min-height tweak to skip intrinsic aspect ratio items
171173
From: Greg Whitworth
172-
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014May/0177.html">http://lists.w3.org/Archives/Public/www-style/2014May/0177.html</a>
174+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0177.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0177.html</a>
173175
Open
174176
</pre>
177+
<pre class='a' id='issue-17'>
178+
Issue 17. <a href='#issue-17'>#</a>
179+
Summary: Typo
180+
From: Daniel Holbert
181+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0424.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0424.html</a>
182+
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0425.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0425.html</a>
183+
Closed: Accepted
184+
Resolved: Editorial
185+
</pre>
186+
<pre class='a' id='issue-18'>
187+
Issue 18. <a href='#issue-18'>#</a>
188+
Summary: min-size: auto rules should be main-axis specific
189+
From: Daniel Holbert
190+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0074.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0074.html</a>
191+
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0076.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0076.html</a>
192+
Closed: Accepted
193+
Resolved: Bugfix
194+
</pre>
195+
<pre class='a' id='issue-19'>
196+
Issue 19. <a href='#issue-19'>#</a>
197+
Summary: min-size: auto should reference 'width' only for flex-basis: auto
198+
From: Daniel Holbert
199+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0459.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0459.html</a>
200+
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0007.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0007.html</a>
201+
Closed: Accepted
202+
Resolved: Editors' discretion; PENDING WG RESOLUTION
203+
</pre>
204+
<pre class='a' id='issue-20'>
205+
Issue 20. <a href='#issue-20'>#</a>
206+
Summary: Need keyword for 'auto' flex-basis, which no longer = max-content
207+
Proposal: Rename 'auto' to something else, make 'auto' the auto keywordl.
208+
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0107.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0107.html</a>
209+
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0008.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0008.html</a>
210+
Closed: Accepted
211+
Resolved: PENDING WG DISCUSSION
212+
</pre>
213+
<script>
214+
(function () {
215+
var sheet = document.styleSheets[0];
216+
function addCheckbox(className) {
217+
var element = document.querySelector('*.' + className);
218+
var span = document.createElement('span');
219+
span.innerHTML = element.innerHTML;
220+
element.innerHTML = null;
221+
var check = document.createElement('input');
222+
check.type = 'checkbox';
223+
check.checked = true;
224+
sheet.addRule('pre.' + className, '');
225+
var rule = sheet.rules[sheet.rules.length - 1];
226+
check.onchange = function (e) {
227+
rule.style.display = this.checked ? 'block' : 'none';
228+
}
229+
element.appendChild(check);
230+
element.appendChild(span);
231+
}
232+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
233+
}());
234+
</script>

css-flexbox/issues-lc-20140325.txt

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0046.html
108108
Note: This was discussed earlier, see
109109
http://lists.w3.org/Archives/Public/www-style/2012Jun/0029.html
110110
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0192.html
111-
Open
111+
Response:
112+
Closed: Rejected
112113
----
113114
Issue 14.
114115
Summary: Editorial comments
@@ -128,3 +129,35 @@ Summary: Min-height tweak to skip intrinsic aspect ratio items
128129
From: Greg Whitworth
129130
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0177.html
130131
Open
132+
----
133+
Issue 17.
134+
Summary: Typo
135+
From: Daniel Holbert
136+
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jun/0424.html
137+
Response: http://lists.w3.org/Archives/Public/www-style/2014Jun/0425.html
138+
Closed: Accepted
139+
Resolved: Editorial
140+
----
141+
Issue 18.
142+
Summary: min-size: auto rules should be main-axis specific
143+
From: Daniel Holbert
144+
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jun/0074.html
145+
Response: http://lists.w3.org/Archives/Public/www-style/2014Jun/0076.html
146+
Closed: Accepted
147+
Resolved: Bugfix
148+
----
149+
Issue 19.
150+
Summary: min-size: auto should reference 'width' only for flex-basis: auto
151+
From: Daniel Holbert
152+
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jun/0459.html
153+
Response: http://lists.w3.org/Archives/Public/www-style/2014Jul/0007.html
154+
Closed: Accepted
155+
Resolved: Editors' discretion; PENDING WG RESOLUTION
156+
----
157+
Issue 20.
158+
Summary: Need keyword for 'auto' flex-basis, which no longer = max-content
159+
Proposal: Rename 'auto' to something else, make 'auto' the auto keywordl.
160+
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jun/0107.html
161+
Response: http://lists.w3.org/Archives/Public/www-style/2014Jul/0008.html
162+
Closed: Accepted
163+
Resolved: PENDING WG DISCUSSION

0 commit comments

Comments
 (0)