Skip to content

Commit e43713a

Browse files
committed
[css-flexbox] Add DoC
1 parent 6a1e980 commit e43713a

3 files changed

Lines changed: 563 additions & 1 deletion

File tree

bin/issuegen.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
s/(http\S+)/<a href='\1'>\1<\/a>/g;
175175

176176
# Anchor issue number
177-
s/Issue (\d+)\./Issue \1. <a href='#issue-\1'>#<\/a>/;
177+
s/Issue (\w+)\./Issue \1. <a href='#issue-\1'>#<\/a>/;
178178
my $index = $1;
179179

180180
# Color coding WG response

css-flexbox/issues-cr-20160526.bsi

Lines changed: 250 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,250 @@
1+
2+
Draft: https://www.w3.org/TR/2016/CR-css-flexbox-1-20160526/
3+
Title: CSS Flexible Box Layout
4+
Issues: https://github.com/w3c/csswg-drafts/labels/css-flexbox-1
5+
6+
----
7+
Issue 1.
8+
Summary: Scrollable oveflow vs alignment
9+
From: Christian Biesinger
10+
Comment: https://lists.w3.org/Archives/Public/www-style/2016May/0107.html
11+
Response: https://lists.w3.org/Archives/Public/www-style/2016Jun/0109.html
12+
Closed: Accepted
13+
Notes: Fixed in css-align-3
14+
Changes: https://github.com/w3c/csswg-drafts/commit/ea5c14795ccf05786ab1b1c45e80d7c9d4841bdf
15+
Resolved: Bugfix
16+
----
17+
Issue 2.
18+
Summary: Add property for switching keyboarding order DOM vs flex order
19+
From: Léonie Watson
20+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Jun/0119.html
21+
Response: https://lists.w3.org/Archives/Public/www-style/2016Jun/0123.html
22+
Response: https://lists.w3.org/Archives/Public/www-style/2016Jun/0124.html
23+
Response: https://lists.w3.org/Archives/Public/www-style/2016Jun/0125.html
24+
Open: Rejected
25+
Notes: See previous discussions on a11y vs layout reordering and
26+
https://drafts.csswg.org/css-flexbox/#flow-order
27+
https://drafts.csswg.org/css-flexbox/#order-accessibility
28+
Resolved: =WG= Discuss.
29+
----
30+
Issue 3.
31+
Summary: min-height vs border-box sizing
32+
From: Christian Biesinger
33+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Jun/0163.html
34+
Response: https://lists.w3.org/Archives/Public/www-style/2016Jun/0164.html
35+
Closed: Invalid
36+
Verified: https://lists.w3.org/Archives/Public/www-style/2016Jun/0173.html
37+
----
38+
Issue 4.
39+
Summary: Add justify-content: space-evenly
40+
From: Bejamin Strauß
41+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Jul/0034.html
42+
Response: https://lists.w3.org/Archives/Public/www-style/2016Jul/0035.html
43+
Closed: Out-of-scope
44+
Notes: Already added through CSS Box Alignment module.
45+
----
46+
Issue 5.
47+
Summary: Percentage margins for intrinsic sizing
48+
From: Christian Biesinger
49+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Jul/0061.html
50+
Comment: https://github.com/w3c/csswg-drafts/issues/359 (duped to 347)
51+
Comment: https://github.com/w3c/csswg-drafts/issues/347
52+
Response:
53+
Open: =WG= Discuss.
54+
----
55+
Issue 6.
56+
Summary: Definiteness of flex items’ main size depending on flex-basis
57+
From: Geoffrey Sneddon
58+
Comment: https://lists.w3.org/Archives/Public/www-style/2017Jan/0068.html
59+
Response:
60+
Open: =WG= Discuss.
61+
----
62+
Issue 7.
63+
Summary: Spec lists incorrect initial value for 'flex'
64+
From: xgq frms
65+
From: philix
66+
From: raphaelgoetter
67+
Comment: https://lists.w3.org/Archives/Public/www-style/2017Mar/0030.html
68+
Comment: https://github.com/w3c/csswg-drafts/issues/183
69+
Comment: https://github.com/w3c/csswg-drafts/issues/634
70+
Response: https://lists.w3.org/Archives/Public/www-style/2017Mar/0034.html
71+
Response: https://github.com/w3c/csswg-drafts/issues/183#issuecomment-227652791
72+
Response: https://github.com/w3c/csswg-drafts/issues/634#issuecomment-255542169
73+
Closed: Accepted
74+
Resolved: Bugfix
75+
Notes: =TF= Follow up to OP once update hits /TR
76+
----
77+
Issue 8.
78+
Summary: Flexbox spec currently has "Printer" as its title
79+
From: dholbert
80+
Comment: https://github.com/w3c/csswg-drafts/issues/182
81+
Response: https://github.com/w3c/csswg-drafts/issues/182#issuecomment-225712448
82+
Closed: Accepted
83+
Resolved: Editorial
84+
----
85+
Issue 9.
86+
Summary: block-axis baselines
87+
From: Mats Palmgren
88+
Comment: https://github.com/w3c/csswg-drafts/issues/197
89+
Response: https://github.com/w3c/csswg-drafts/issues/197#issuecomment-248331296
90+
Closed: Rejected
91+
Resolved: https://lists.w3.org/Archives/Public/www-style/2016Nov/0076.html
92+
----
93+
Issue 10.
94+
Summary: More precise definition of baseline-alignment sizing impact
95+
From: François Remy
96+
Comment: https://github.com/w3c/csswg-drafts/issues/372
97+
Response: https://github.com/w3c/csswg-drafts/issues/372#issuecomment-237375117
98+
Closed: Accepted
99+
Resolved: Editorial
100+
Verified: https://github.com/w3c/csswg-drafts/issues/372#issuecomment-237377783
101+
----
102+
Issue 11.
103+
Summary: Intrinsic Sizing Algo forgets to clamp by min size
104+
From: Christian Biesinger
105+
Comment: https://github.com/w3c/csswg-drafts/issues/361
106+
Response: https://github.com/w3c/csswg-drafts/issues/361#issuecomment-280448350
107+
Closed: Accepted
108+
Resolved: Bugfix
109+
Verified: =biesi= Review.
110+
----
111+
Issue 12.
112+
Summary: 'auto' keyword missing from flex-basis
113+
From: p2227
114+
Comment: https://github.com/w3c/csswg-drafts/issues/329
115+
Response: https://github.com/w3c/csswg-drafts/issues/329#issuecomment-233586411
116+
Closed: Invalid
117+
Verified: https://github.com/w3c/csswg-drafts/issues/329#event-728412033
118+
----
119+
Issue 13.
120+
Summary: baseline-alignment fallback should be start not flex-start
121+
From: fantasai
122+
Comment: https://github.com/w3c/csswg-drafts/issues/332
123+
Response: https://github.com/w3c/csswg-drafts/issues/332#issuecomment-277107165
124+
Closed: Invalid
125+
Verified: reporter is editor
126+
----
127+
Issue 14.
128+
Summary: Error in axis-mapping table
129+
From: funorpain
130+
Comment: https://github.com/w3c/csswg-drafts/issues/205
131+
Changes: https://github.com/w3c/csswg-drafts/commit/29e6b0adab5cc559202f7fd321c620b17e6046b1
132+
Closed: Accepted
133+
Resolved: Bugfix
134+
----
135+
Issue 15.
136+
Summary: Absolute ratio flex impossible with margins/padding
137+
From: fantasai
138+
Comment: https://github.com/w3c/csswg-drafts/issues/316
139+
Open: =WG= Discuss.
140+
----
141+
Issue 16A.
142+
Summary: Baselines of empty boxes and other cases of baseline synthesis
143+
From: François Remy
144+
Comment: https://github.com/w3c/csswg-drafts/issues/373
145+
Response: https://github.com/w3c/csswg-drafts/issues/373#issuecomment-242863486
146+
Response: https://github.com/w3c/csswg-drafts/issues/373#issuecomment-244829198
147+
Closed: Accepted
148+
Resolved: https://lists.w3.org/Archives/Public/www-style/2016Sep/0000.html
149+
----
150+
Issue 16B.
151+
Summary: Baselines of empty boxes
152+
From: fantasai
153+
Comment: https://github.com/w3c/csswg-drafts/issues/439
154+
Response: https://github.com/w3c/csswg-drafts/issues/439#issuecomment-246571933
155+
Closed: Accepted
156+
Resolved: https://lists.w3.org/Archives/Public/www-style/2016Sep/0028.html
157+
----
158+
Issue 17.
159+
Summary: Error in example: s/align-content/align-self/
160+
From: Daniel Holbert
161+
Comment: https://github.com/w3c/csswg-drafts/issues/436
162+
Closed: Accepted
163+
Changes: https://github.com/w3c/csswg-drafts/commit/e377000a95363800f3d945358aee80eea2daade6
164+
Resolved: Bugfix
165+
----
166+
Issue 18.
167+
Summary: Static position not following hypothetical position loses use cases
168+
From: jlukic
169+
Comment: https://github.com/w3c/csswg-drafts/issues/401
170+
Open: =WG= Discuss.
171+
----
172+
Issue 19A.
173+
Summary: Computing out align-self auto is problematic
174+
From: Daniel Holbert
175+
Comment: https://github.com/w3c/csswg-drafts/issues/440
176+
Response: https://github.com/w3c/csswg-drafts/issues/440#issuecomment-244791183
177+
Comment: https://github.com/w3c/csswg-drafts/issues/440#issuecomment-244824005
178+
Response: https://github.com/w3c/csswg-drafts/issues/440#issuecomment-247595259
179+
Closed: Accepted
180+
Resolved: https://lists.w3.org/Archives/Public/www-style/2016Sep/0041.html
181+
----
182+
Issue 19B.
183+
Summary: Why changing static position when align-self: auto?
184+
From: Christian Biesinger
185+
Comment: https://github.com/w3c/csswg-drafts/issues/440#issuecomment-268110480
186+
Response: https://github.com/w3c/csswg-drafts/issues/440#issuecomment-280459999
187+
Closed: Accepted
188+
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Mar/0001.html
189+
----
190+
Issue 19C.
191+
Summary: Ambiguous lookup for align-self: auto
192+
From: Emilio
193+
Comment: https://github.com/w3c/csswg-drafts/issues/440#issuecomment-281680347
194+
Response: https://github.com/w3c/csswg-drafts/issues/440#issuecomment-282097463
195+
Closed: Accepted
196+
Resolved: Editorial
197+
----
198+
Issue 20.
199+
Summary: Flex properties applying to table wrapper box
200+
From: Daniel Holbert
201+
Comment: https://github.com/w3c/csswg-drafts/issues/547
202+
Response: https://github.com/w3c/csswg-drafts/issues/547#issuecomment-277108563
203+
Response: https://github.com/w3c/csswg-drafts/issues/547#issuecomment-278414959
204+
From: Florian Rivoal
205+
Comment: https://github.com/w3c/csswg-drafts/issues/948
206+
Response: https://github.com/w3c/csswg-drafts/issues/948#issuecomment-277320547
207+
Closed: Accepted
208+
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Feb/0046.html
209+
----
210+
Issue 21.
211+
Summary: Errors in update to align-self: auto
212+
From: Javier Fernandez
213+
Comment: https://github.com/w3c/csswg-drafts/issues/644
214+
Closed: Accepted
215+
Resolved: Bugfix
216+
----
217+
Issue 22.
218+
Summary: Define 'align-content: space-between' for one line in multiline flex
219+
From: markbrown
220+
Comment: https://github.com/w3c/csswg-drafts/issues/718
221+
Response: https://github.com/w3c/csswg-drafts/issues/718#issuecomment-263037457
222+
Closed: Accepted
223+
Resolved: Bugfix
224+
----
225+
Issue 23.
226+
Summary: Typo
227+
From: Mats Palmgren
228+
Comment: https://github.com/w3c/csswg-drafts/issues/792
229+
Response: https://github.com/w3c/csswg-drafts/issues/792#issuecomment-280439482
230+
Closed: Accepted
231+
Resolved: Editorial
232+
----
233+
Issue 24.
234+
Summary: Missing terminology definitions for flex container axes
235+
From: Geoffrey Sneddon
236+
Comment: https://github.com/w3c/csswg-drafts/issues/981
237+
Response: https://github.com/w3c/csswg-drafts/issues/981#issuecomment-280451297
238+
Closed: Accepted
239+
Resolved: Editorial
240+
Verified: https://github.com/w3c/csswg-drafts/issues/981#issuecomment-280456508
241+
----
242+
Issue 25.
243+
Summary: Baseline alignment using visual or logical “first” item?
244+
From: fantasai
245+
Comment: https://github.com/w3c/csswg-drafts/issues/995
246+
Comment: https://github.com/w3c/csswg-drafts/issues/995#issuecomment-281750174
247+
Response: https://github.com/w3c/csswg-drafts/issues/995#issuecomment-282100035
248+
Closed: Accepted
249+
Resolved:
250+
----

0 commit comments

Comments
 (0)