Skip to content

Commit 3628be7

Browse files
committed
[css-flexbox] more issues list tweaking
1 parent ead93a8 commit 3628be7

2 files changed

Lines changed: 28 additions & 4 deletions

File tree

css-flexbox/issues-lc-20140925.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,35 +164,47 @@ <h1>CSS Flexible Box Layout Level 1 Disposition of Comments for 2014-09-25 LCWD<
164164
<pre class='a' id='issue-18'>
165165
Issue 18. <a href='#issue-18'>#</a>
166166
Summary: Spec conflicts with itself on interpretation of break controls
167+
From: fantasai
167168
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jan/0349.html'>https://lists.w3.org/Archives/Public/www-style/2015Jan/0349.html</a>
168169
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0263.html'>https://lists.w3.org/Archives/Public/www-style/2015Feb/0263.html</a>
169170
Closed: Accepted</pre>
170171
<pre class=' open' id='issue-19'>
171172
Issue 19. <a href='#issue-19'>#</a>
172-
Summary: Blink refuses to implement percentage-margin change.
173+
Summary: Blink refuses to implement percentage-margin change
174+
From: Tab Atkins Jr.
173175
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0521.html'>https://lists.w3.org/Archives/Public/www-style/2015Feb/0521.html</a>
174176
Note: Accepting this reversal will require a corresponding change to Grid.
175177
Open</pre>
176178
<pre class='a' id='issue-20'>
177179
Issue 20. <a href='#issue-20'>#</a>
178-
Summary: Definite flexed size requires definite flex container main size.
180+
Summary: Definite flexed size requires definite flex container main size
181+
From: fantasai
179182
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0022.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0022.html</a>
180183
Closed: Accepted
181184
Resolved: Bugfix</pre>
182185
<pre class='a' id='issue-21'>
183186
Issue 21. <a href='#issue-21'>#</a>
184187
Summary: Clarify that flex base size doesn't include min/max clamping
188+
From: Daniel Holbert
185189
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0377.html'>https://lists.w3.org/Archives/Public/www-style/2015Feb/0377.html</a>
186190
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0428.html'>https://lists.w3.org/Archives/Public/www-style/2015Feb/0428.html</a>
187191
Closed: Accepted
188192
Resolved: Bugfix</pre>
189193
<pre class='a' id='issue-22'>
190194
Issue 22. <a href='#issue-22'>#</a>
191195
Summary: Clarify whether layout is required for min/max-content sizing.
196+
From: Christian Biesinger
192197
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Apr/0049.html'>https://lists.w3.org/Archives/Public/www-style/2015Apr/0049.html</a>
193198
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0044.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0044.html</a>
194199
Closed: Accepted
195200
Resolved: Bugfix</pre>
201+
<pre class='oi' id='issue-23'>
202+
Issue 23. <a href='#issue-23'>#</a>
203+
Summary: Should justify-self:stretch compute to flex-start, or just act like it?
204+
From: Javier Fernandez
205+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Apr/0247.html'>https://lists.w3.org/Archives/Public/www-style/2015Apr/0247.html</a>
206+
Closed: OutOfScope
207+
Note: Filed against CSS Align</pre>
196208
<script>
197209
(function () {
198210
var sheet = document.styleSheets[0];

css-flexbox/issues-lc-20140925.txt

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,33 +142,45 @@ Closed: Deferred
142142
----
143143
Issue 18.
144144
Summary: Spec conflicts with itself on interpretation of break controls
145+
From: fantasai
145146
Comment: https://lists.w3.org/Archives/Public/www-style/2015Jan/0349.html
146147
Response: https://lists.w3.org/Archives/Public/www-style/2015Feb/0263.html
147148
Closed: Accepted
148149
----
149150
Issue 19.
150-
Summary: Blink refuses to implement percentage-margin change.
151+
Summary: Blink refuses to implement percentage-margin change
152+
From: Tab Atkins Jr.
151153
Comment: https://lists.w3.org/Archives/Public/www-style/2015Feb/0521.html
152154
Note: Accepting this reversal will require a corresponding change to Grid.
153155
Open
154156
----
155157
Issue 20.
156-
Summary: Definite flexed size requires definite flex container main size.
158+
Summary: Definite flexed size requires definite flex container main size
159+
From: fantasai
157160
Comment: https://lists.w3.org/Archives/Public/www-style/2015Mar/0022.html
158161
Closed: Accepted
159162
Resolved: Bugfix
160163
----
161164
Issue 21.
162165
Summary: Clarify that flex base size doesn't include min/max clamping
166+
From: Daniel Holbert
163167
Comment: https://lists.w3.org/Archives/Public/www-style/2015Feb/0377.html
164168
Comment: https://lists.w3.org/Archives/Public/www-style/2015Feb/0428.html
165169
Closed: Accepted
166170
Resolved: Bugfix
167171
----
168172
Issue 22.
169173
Summary: Clarify whether layout is required for min/max-content sizing.
174+
From: Christian Biesinger
170175
Comment: https://lists.w3.org/Archives/Public/www-style/2015Apr/0049.html
171176
Response: https://lists.w3.org/Archives/Public/www-style/2015May/0044.html
172177
Closed: Accepted
173178
Resolved: Bugfix
174179
----
180+
Issue 23.
181+
Summary: Should justify-self:stretch compute to flex-start, or just act like it?
182+
From: Javier Fernandez
183+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Apr/0247.html
184+
Closed: OutOfScope
185+
Note: Filed against CSS Align
186+
----

0 commit comments

Comments
 (0)