-
Notifications
You must be signed in to change notification settings - Fork 708
/
Copy pathissues-cr-2018.bsi
243 lines (242 loc) · 9.06 KB
/
issues-cr-2018.bsi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
Draft: https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
Title: CSS Flexible Box Module Level 1
----
Issue 1.
Summary: Clarifications to size computation dependencies
From: dbaron
Comment: https://github.com/w3c/csswg-drafts/issues/2890
Open: Pending deeper investigation, scope of edits unknown
Previous: https://drafts.csswg.org/css-flexbox-1/issues-cr-2017#issue-14
----
Issue 2.
Summary: Investigate applying align-content to single-line flex containers
From: Tab Atkins and fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/3052
Open: Pending Web-compat investigation
Previous: https://drafts.csswg.org/css-flexbox-1/issues-cr-2017#issue-16
----
Issue 3.
Summary: Baseline alignment of inline flex containers
From: Manuel Rego Casasnovas
Comment: https://github.com/w3c/csswg-drafts/issues/3416
Response: https://github.com/w3c/csswg-drafts/issues/3416
Closed: Retracted
----
Issue 4.
Summary: Clarify referent in definite sizes section
From: Christian Biesinger
Comment: https://github.com/w3c/csswg-drafts/issues/3531
Changes: https://github.com/w3c/csswg-drafts/commit/dbd98f29f7d4cea59078a03b262c8b75f63ee66a
Closed: Accepted
Resolved: Editorial
----
Issue 5.
Summary: Collapse bullets 1 & 3 in definite sizes section
From: Christian Biesinger
Comment: https://github.com/w3c/csswg-drafts/issues/3531
Response: https://github.com/w3c/csswg-drafts/issues/3531#issuecomment-657785333
Closed: Invalid
----
Issue 6.
Summary: Initial values inconsistent with css-align
From: Eric Willigers
Comment: https://github.com/w3c/csswg-drafts/issues/3636
Response: https://github.com/w3c/csswg-drafts/issues/3636#issuecomment-463050318
Closed: Deferred
Verified: https://github.com/w3c/csswg-drafts/issues/3636#issuecomment-466987045
----
Issue 7.
Summary: Include padding in scrollable overflow area
From: fantasai
Comment: https://github.com/w3c/csswg-drafts/issues/3665
Response: https://github.com/w3c/csswg-drafts/issues/3665#issuecomment-484360912
Closed: Accepted / OutOfScope
Verified: Reporter is editor
----
Issue 8.
Summary: Missing change in changes section
From: Christian Biesinger
Comment: https://github.com/w3c/csswg-drafts/issues/3668
Response: https://github.com/w3c/csswg-drafts/issues/3668#issuecomment-624938271
Resolved: Editorial
Closed: Invalid
----
Issue 9.
Summary: Max-size clamping of specified size is superfluous
From: David Grogan
Comment: https://github.com/w3c/csswg-drafts/issues/3669
Response: https://github.com/w3c/csswg-drafts/issues/3669#issuecomment-484308507
Closed: Rejected
Resolved: Editorial
Verified: https://github.com/w3c/csswg-drafts/issues/3669#issuecomment-484577682
----
Issue 10.
Summary: Cross-axis max-size not taken into account
From: Christian Biesinger
Comment: https://github.com/w3c/csswg-drafts/issues/3736
Response: https://github.com/w3c/csswg-drafts/issues/3736#issuecomment-502849251
Closed: Accepted
Resolved: Bugfix
Verified: https://github.com/w3c/csswg-drafts/issues/3736#issuecomment-502854165
----
Issue 11.
Summary: Example characters are Chinese not Japanese
From: ringbell
Comment: https://github.com/w3c/csswg-drafts/issues/3957
Response: https://github.com/w3c/csswg-drafts/issues/3957#issuecomment-495062702
Comment: https://github.com/w3c/csswg-drafts/issues/3957#issuecomment-495265608
Response: https://github.com/w3c/csswg-drafts/issues/3957#issuecomment-495303500
Closed: Invalid
Resolved: Editorial
----
Issue 12.
Summary: Blockification should be based on computed value, not box display
From: Emilio Cobos Àlvarez
Comment: https://github.com/w3c/csswg-drafts/issues/4065
Response: https://github.com/w3c/csswg-drafts/issues/4065#issuecomment-548924024
Changes: https://github.com/w3c/csswg-drafts/commit/0db00e1870bcb74bd820f89beed168514d9a6ec5
Closed: Accepted
Resolved: https://lists.w3.org/Archives/Public/www-style/2019Nov/0009.html
Verified: https://github.com/w3c/csswg-drafts/issues/4065#issuecomment-553319697
----
Issue 13.
Summary: ICB clamping of orthogonal flows shoud apply to flex container itself
From: Tab Atkins
Comment: https://github.com/w3c/csswg-drafts/issues/4221
Open
----
Issue 14.
Summary: aspect ratio rules should also apply to other content-based sizes
From: Tab Atkins
Comment: https://github.com/w3c/csswg-drafts/issues/4226
Open
----
Issue 15.
Summary: Definiteness of inflexible item with min-height: auto
From: Christian Biesinger
Comment: https://github.com/w3c/csswg-drafts/issues/4305
Open
---
Issue 16.
Summary: min-height:auto should use "definite" rather than "percentage resolution"
From: Christian Biesinger
Comment: https://github.com/w3c/csswg-drafts/issues/4310
Open
----
Issue 17.
Summary: Should definite flex-basis always make main size definite?
From: Christian Biesinger
Comment: https://github.com/w3c/csswg-drafts/issues/4311
Open
----
Issue 18.
Summary: Do unresolable percentages prevent stretching?
From: Christian Biesinger
Comment: https://github.com/w3c/csswg-drafts/issues/4312
Response: https://github.com/w3c/csswg-drafts/issues/4312#issuecomment-531981125
Response: https://github.com/w3c/csswg-drafts/issues/4525#issuecomment-572762219
Closed: Accepted / no spec changes
Resolved: https://lists.w3.org/Archives/Public/www-style/2020Feb/0008.html
Verified: https://github.com/w3c/csswg-drafts/issues/4312#issuecomment-577645403
----
Issue 19.
Summary: Implementations don't include item margins in scrolling area
From: Takao Baba
Comment: https://github.com/w3c/csswg-drafts/issues/4577#issue-534711823
Response: https://github.com/w3c/csswg-drafts/issues/4577#issuecomment-624946612
Closed: Question
----
Issue 20.
Summary: Indefiniteness when sizing grid tracks in a flexible flex item
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/4852
Open
----
Issue 21.
Summary: Clamp all of specified/transferred/content sizes by max-size at once
From: Christian Biesinger
Comment: https://github.com/w3c/csswg-drafts/issues/4901
Response: https://github.com/w3c/csswg-drafts/issues/4901#issuecomment-721998482
Closed: Accepted
Resolved: Editorial
----
Issue 22.
Summary: target main size is undefined at beginning of flexible length resolution
From: Simon Sapin
Comment: https://github.com/w3c/csswg-drafts/issues/5179
Response: https://github.com/w3c/csswg-drafts/issues/5179#issuecomment-642918532
Changes: https://github.com/w3c/csswg-drafts/commit/91bab66ac6081f971c07f0d0007287439b04e6f7
Comment: https://github.com/w3c/csswg-drafts/issues/5179#issuecomment-643255222
Open
----
Issue 23.
Summary: Sizing replaced flex items: "perform layout" underdefined
From: Simon Sapin
Comment: https://github.com/w3c/csswg-drafts/issues/5188
Response: https://github.com/w3c/csswg-drafts/issues/5188#issuecomment-642924434
Changes: https://github.com/w3c/csswg-drafts/commit/ab0e4fe2142c730374cd106fbabac848c9e3c8f9
Closed: Accepted
Resolved: Editorial
Verified: https://github.com/w3c/csswg-drafts/issues/5188#issuecomment-643258449
----
Issue 24.
Summary: Conflicting definitions of used cross size
From: Simon Sapin
Comment: https://github.com/w3c/csswg-drafts/issues/5190
Response: https://github.com/w3c/csswg-drafts/issues/5190#issuecomment-642929504
Comment: https://github.com/w3c/csswg-drafts/issues/5190#issuecomment-643269004
Open
----
Issue 25.
Summary: Clarify aspect ratio calculations box
From: Christian Biesinger
Comment: https://github.com/w3c/csswg-drafts/issues/5246
Response: https://github.com/w3c/csswg-drafts/issues/5246#issuecomment-668848636
Closed: Accepted
Resolved: Editorial
Verified: https://github.com/w3c/csswg-drafts/issues/5246#issuecomment-682211322
----
Issue 26.
Summary: Undefined transferred size suggestion
From: David Grogan
Comment: https://github.com/w3c/csswg-drafts/issues/5347
Response: https://github.com/w3c/csswg-drafts/issues/5347#issuecomment-722005487
Resolved: Editorial
Verified: https://github.com/w3c/csswg-drafts/issues/5347#issuecomment-722015784
----
Issue 27.
Summary: Percentages don't account for gaps
From: Jacob Bearce
Comment: https://github.com/w3c/csswg-drafts/issues/5399
Response: https://github.com/w3c/csswg-drafts/issues/5399#issuecomment-669258207
Closed: Rejected
Resolved: Editor discretion
----
Issue 28.
Summary: Avoid percentage height quirk in new layout models
From: Oriol Brufau
Comment: https://github.com/w3c/csswg-drafts/issues/5545
Open
----
Issue 29.
Summary: Initial value of flex-grow incorrect?
From: Louis Lazaris
Comment: https://github.com/w3c/csswg-drafts/issues/5602
Response: https://github.com/w3c/csswg-drafts/issues/5602#issuecomment-706440060
Closed: Invalid
Verified: https://github.com/w3c/csswg-drafts/issues/5602#issuecomment-706580966
----
Issue 30.
Summary: Define -webkit- aliases in css-flexbox-1
From: Sam Sneddon
Comment: https://github.com/w3c/csswg-drafts/issues/5634
Open
----
Issue 31.
Summary: Does definite cross-size from container transfer across ratio?
From: Ting-yu Lin
Comment: https://github.com/w3c/csswg-drafts/issues/5663
Response: https://github.com/w3c/csswg-drafts/issues/5663#issuecomment-721453016
Closed: Accepted
Resolved: Editorial
----