-
Notifications
You must be signed in to change notification settings - Fork 707
/
Copy pathissues-2011.html
447 lines (440 loc) · 51.4 KB
/
issues-2011.html
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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Multi-column Layout Module Level 1 Disposition of Comments for 2011-04-12 CR</title>
<style type="text/css">
pre { border: solid thin silver; padding: 0.2em; white-space: normal; }
pre > span { display: block; white-space: pre; }
.a { background: #52E052 }
.d { background: #8CCBF2 }
.oi { background: #E0CB52 }
.r { background: orange }
.fo { background: #f66 }
pre.a { background: #E9FBE9 }
pre.d { background: #DEF }
pre.oi { background: #FCFAEE }
pre.r { background: #FFEECC }
pre.fo { background: #FBE9E9 }
.open { border: solid red; }
:target { box-shadow: 0.25em 0.25em 0.25em; }
a[href^=mid], a[href~=flatten] { text-decoration: none; }
abbr { font-weight: bold; }
</style>
<h1>CSS Multi-column Layout Module Level 1 Disposition of Comments for 2011-04-12 CR</h1>
<p>Dated Draft: <a href="http://www.w3.org/TR/2011/CR-css3-multicol-20110412">http://www.w3.org/TR/2011/CR-css3-multicol-20110412</a>
<p>Editor's Draft: <a href="http://drafts.csswg.org/css3-multicol/">http://drafts.csswg.org/css3-multicol/</a>
<p>The following color coding convention is used for comments:</p>
<ul>
<li class="a">Accepted or Rejected and positive response
<li class="r">Rejected and no response
<li class="fo">Rejected and negative response
<li class="d">Deferred
<li class="oi">Out-of-Scope or Invalid and not verified
</ul>
<p class=open>Open issues are marked like this</p>
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
<code>Verified</code> indicates commentor's acceptance of the response.</p>
<pre class=' a' id='issue-1'>
<span>Issue 1. <a href='#issue-1'>#</a></span>
<span>Summary: allow percentages for `column-gap`</span>
<span>From: Chris Harvey</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1321'>https://github.com/w3c/csswg-drafts/issues/1321</a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2013Feb/0572.html'>https://lists.w3.org/Archives/Public/www-style/2013Feb/0572.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Feb/0572.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1321#issuecomment-298845182'>https://github.com/w3c/csswg-drafts/issues/1321#issuecomment-298845182</a></span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1321#issuecomment-300548136'>https://github.com/w3c/csswg-drafts/issues/1321#issuecomment-300548136</a></span></pre>
<pre class=' a' id='issue-2'>
<span>Issue 2. <a href='#issue-2'>#</a></span>
<span>Summary: definition of `column-span` should say what happens without an ancestor multicol</span>
<span>From: David Baron</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1074'>https://github.com/w3c/csswg-drafts/issues/1074</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1074#issuecomment-289172502'>https://github.com/w3c/csswg-drafts/issues/1074#issuecomment-289172502</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1074#issuecomment-289882650'>https://github.com/w3c/csswg-drafts/issues/1074#issuecomment-289882650</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1074#issuecomment-290106054'>https://github.com/w3c/csswg-drafts/issues/1074#issuecomment-290106054</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Apr/0018.html'>https://lists.w3.org/Archives/Public/www-style/2017Apr/0018.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Apr/0018.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-3'>
<span>Issue 3. <a href='#issue-3'>#</a></span>
<span>Summary: definition of `column-span: all` repeats itself</span>
<span>From: David Baron</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1073'>https://github.com/w3c/csswg-drafts/issues/1073</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-4'>
<span>Issue 4. <a href='#issue-4'>#</a></span>
<span>Summary: Does 'column-span' work on tables?</span>
<span>From: David Baron</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1071'>https://github.com/w3c/csswg-drafts/issues/1071</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-284115806'>https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-284115806</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-284139730'>https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-284139730</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-284532508'>https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-284532508</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-287919103'>https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-287919103</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-289877175'>https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-289877175</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-290150304'>https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-290150304</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Mar/0088.html<Paste>'>https://lists.w3.org/Archives/Public/www-style/2017Mar/0088.html<Paste></a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Mar/0088.html<Paste>"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-5'>
<span>Issue 5. <a href='#issue-5'>#</a></span>
<span>Summary: minimum and preferred width of multicol is not defined</span>
<span>From: François Remy</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/420'>https://github.com/w3c/csswg-drafts/issues/420</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/420#issuecomment-253261529'>https://github.com/w3c/csswg-drafts/issues/420#issuecomment-253261529</a></span>
<span class="oi">Closed: Invalid</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/420#issuecomment-253434545'>https://github.com/w3c/csswg-drafts/issues/420#issuecomment-253434545</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Oct/0091.html'>https://lists.w3.org/Archives/Public/www-style/2016Oct/0091.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016Oct/0091.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-6'>
<span>Issue 6. <a href='#issue-6'>#</a></span>
<span>Summary: Clarify that column-* properties only apply to block containers</span>
<span>From: Sebastian Zartner</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1364'>https://github.com/w3c/csswg-drafts/issues/1364</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1364#issuecomment-310139377'>https://github.com/w3c/csswg-drafts/issues/1364#issuecomment-310139377</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Jun/0028.html'>https://lists.w3.org/Archives/Public/www-style/2017Jun/0028.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Jun/0028.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-7'>
<span>Issue 7. <a href='#issue-7'>#</a></span>
<span>Summary: Clipping of content that overflows a column</span>
<span>From: Chris Rebert</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/314'>https://github.com/w3c/csswg-drafts/issues/314</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/314#issuecomment-232662653'>https://github.com/w3c/csswg-drafts/issues/314#issuecomment-232662653</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/314#issuecomment-233462863'>https://github.com/w3c/csswg-drafts/issues/314#issuecomment-233462863</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/314#issuecomment-263801631'>https://github.com/w3c/csswg-drafts/issues/314#issuecomment-263801631</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/314#issuecomment-287126356'>https://github.com/w3c/csswg-drafts/issues/314#issuecomment-287126356</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/314#issuecomment-310138645'>https://github.com/w3c/csswg-drafts/issues/314#issuecomment-310138645</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Jun/0028.html'>https://lists.w3.org/Archives/Public/www-style/2017Jun/0028.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Jun/0028.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-8'>
<span>Issue 8. <a href='#issue-8'>#</a></span>
<span>Summary: Remove concept of available width and have pseudo-algorithm depend on used width</span>
<span>From: Simon Sapin</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2012Sep/0484.html'>https://lists.w3.org/Archives/Public/www-style/2012Sep/0484.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2012Sep/0484.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2012Oct/0226.html'>https://lists.w3.org/Archives/Public/www-style/2012Oct/0226.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2012Oct/0226.html"><abbr title="Thread">∈</abbr></a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2013Apr/0347.html'>https://lists.w3.org/Archives/Public/www-style/2013Apr/0347.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Apr/0347.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Closed: Accepted </span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2013Feb/0471.html'>https://lists.w3.org/Archives/Public/www-style/2013Feb/0471.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Feb/0471.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-9'>
<span>Issue 9. <a href='#issue-9'>#</a></span>
<span>Summary: References to Paged Media </span>
<span>From: David Baron</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Mar/0043.html'>https://lists.w3.org/Archives/Public/www-style/2013Mar/0043.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Mar/0043.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Mar/0046.html'>https://lists.w3.org/Archives/Public/www-style/2013Mar/0046.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Mar/0046.html"><abbr title="Thread">∈</abbr></a> </span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1746'>https://github.com/w3c/csswg-drafts/issues/1746</a></span>
<span class="a">Closed: Accepted </span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1746#issuecomment-380731574'>https://github.com/w3c/csswg-drafts/issues/1746#issuecomment-380731574</a></span></pre>
<pre class=' d' id='issue-10'>
<span>Issue 10. <a href='#issue-10'>#</a></span>
<span>Summary: Intrinsic Sizing of Multicol Elements</span>
<span>From Fantasai</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0333.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0333.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Mar/0333.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0344.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0344.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Mar/0344.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0346.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0346.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Mar/0346.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0478.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0478.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Mar/0478.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0482.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0482.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Mar/0482.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0483.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0483.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Mar/0483.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0487.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0487.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Mar/0487.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0505.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0505.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Mar/0505.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0526.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0526.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Mar/0526.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Apr/0008.html'>https://lists.w3.org/Archives/Public/www-style/2015Apr/0008.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Apr/0008.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Apr/0009.html'>https://lists.w3.org/Archives/Public/www-style/2015Apr/0009.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Apr/0009.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Apr/0010.html'>https://lists.w3.org/Archives/Public/www-style/2015Apr/0010.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Apr/0010.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Apr/0225.html'>https://lists.w3.org/Archives/Public/www-style/2015Apr/0225.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Apr/0225.html"><abbr title="Thread">∈</abbr></a></span>
<span class="d">Closed: Deferred</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1742#issuecomment-342001345'>https://github.com/w3c/csswg-drafts/issues/1742#issuecomment-342001345</a></span></pre>
<pre class=' a' id='issue-11'>
<span>Issue 11. <a href='#issue-11'>#</a></span>
<span>Summary: Should margins collapse on spanning elements </span>
<span>From: Håkon Wium Lie</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2011Sep/0509.html'>https://lists.w3.org/Archives/Public/www-style/2011Sep/0509.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2011Sep/0509.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2011Oct/0591.html'>https://lists.w3.org/Archives/Public/www-style/2011Oct/0591.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2011Oct/0591.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2011Nov/0480.html'>https://lists.w3.org/Archives/Public/www-style/2011Nov/0480.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2011Nov/0480.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2011Nov/0540.html'>https://lists.w3.org/Archives/Public/www-style/2011Nov/0540.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2011Nov/0540.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2011Nov/0698.html'>https://lists.w3.org/Archives/Public/www-style/2011Nov/0698.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2011Nov/0698.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2011Nov/0701.html'>https://lists.w3.org/Archives/Public/www-style/2011Nov/0701.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2011Nov/0701.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2011Nov/0734.html'>https://lists.w3.org/Archives/Public/www-style/2011Nov/0734.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2011Nov/0734.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2011Dec/0109.html'>https://lists.w3.org/Archives/Public/www-style/2011Dec/0109.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2011Dec/0109.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2011Dec/0262.html'>https://lists.w3.org/Archives/Public/www-style/2011Dec/0262.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2011Dec/0262.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-12'>
<span>Issue 12. <a href='#issue-12'>#</a></span>
<span>Summary: Column rule drawing order</span>
<span>From: Peter Salas</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Jan/0251.html'>https://lists.w3.org/Archives/Public/www-style/2013Jan/0251.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Jan/0251.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Closed: Accepted </span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2013Feb/0363.html'>https://lists.w3.org/Archives/Public/www-style/2013Feb/0363.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Feb/0363.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-13'>
<span>Issue 13. <a href='#issue-13'>#</a></span>
<span>Summary: Text describing column boxes as block container boxes </span>
<span>From: Anton Prowse</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2011Dec/0058.html'>https://lists.w3.org/Archives/Public/www-style/2011Dec/0058.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2011Dec/0058.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2012Jan/0392.html'>https://lists.w3.org/Archives/Public/www-style/2012Jan/0392.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2012Jan/0392.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Apr/0338.html'>https://lists.w3.org/Archives/Public/www-style/2013Apr/0338.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Apr/0338.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1738'>https://github.com/w3c/csswg-drafts/issues/1738</a></span>
<span class="a">Closed: Accepted </span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1738#issuecomment-342661881'>https://github.com/w3c/csswg-drafts/issues/1738#issuecomment-342661881</a></span></pre>
<pre class=' a' id='issue-14'>
<span>Issue 14. <a href='#issue-14'>#</a></span>
<span>Summary: z-index and pseudo stacking contexts, column rules are painted in the inline content layer</span>
<span>From: fantasai </span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2012Jul/0546.html'>https://lists.w3.org/Archives/Public/www-style/2012Jul/0546.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2012Jul/0546.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Closed: Accepted </span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2013Feb/0363.html'>https://lists.w3.org/Archives/Public/www-style/2013Feb/0363.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Feb/0363.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-15'>
<span>Issue 15. <a href='#issue-15'>#</a></span>
<span>Summary: z-order of column rule and column scrolling</span>
<span>From: Morten Stenshorne</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Sep/0777.html'>https://lists.w3.org/Archives/Public/www-style/2013Sep/0777.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Sep/0777.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Sep/0006.html'>https://lists.w3.org/Archives/Public/www-style/2013Sep/0006.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Sep/0006.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Sep/0777.html'>https://lists.w3.org/Archives/Public/www-style/2013Sep/0777.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Sep/0777.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Oct/0241.html'>https://lists.w3.org/Archives/Public/www-style/2013Oct/0241.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Oct/0241.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Oct/0242.html'>https://lists.w3.org/Archives/Public/www-style/2013Oct/0242.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Oct/0242.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1739'>https://github.com/w3c/csswg-drafts/issues/1739</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1739#issuecomment-342659978'>https://github.com/w3c/csswg-drafts/issues/1739#issuecomment-342659978</a></span></pre>
<pre class=' a' id='issue-16'>
<span>Issue 16. <a href='#issue-16'>#</a></span>
<span>Summary: Remove Example XVII in CR </span>
<span>From: Gérard Talbot </span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Jul/0498.html'>https://lists.w3.org/Archives/Public/www-style/2013Jul/0498.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Jul/0498.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Jul/0507.html'>https://lists.w3.org/Archives/Public/www-style/2013Jul/0507.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Jul/0507.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1740'>https://github.com/w3c/csswg-drafts/issues/1740</a> </span>
<span class="a">Closed: Accepted </span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1740#issuecomment-342662336'>https://github.com/w3c/csswg-drafts/issues/1740#issuecomment-342662336</a></span></pre>
<pre class=' a' id='issue-17'>
<span>Issue 17. <a href='#issue-17'>#</a></span>
<span>Summary: Contradictions about whether zero is allowed for 'column-width'</span>
<span>From: David Baron </span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2011May/0338.html'>https://lists.w3.org/Archives/Public/www-style/2011May/0338.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2011May/0338.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1741'>https://github.com/w3c/csswg-drafts/issues/1741</a></span>
<span class="a">Closed: Accepted </span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1741#issuecomment-373091628'>https://github.com/w3c/csswg-drafts/issues/1741#issuecomment-373091628</a></span></pre>
<pre class=' a' id='issue-18'>
<span>Issue 18. <a href='#issue-18'>#</a></span>
<span>Summary: Changed "Content in the normal flow" to "Floated or in-flow content"</span>
<span>From: Håkon Wium Lie</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013May/0253.html'>https://lists.w3.org/Archives/Public/www-style/2013May/0253.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013May/0253.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial </span></pre>
<pre class=' a' id='issue-19'>
<span>Issue 19. <a href='#issue-19'>#</a></span>
<span>Summary: Revised pseudo-algorithm </span>
<span>From: Bert Bos </span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Apr/0347.html'>https://lists.w3.org/Archives/Public/www-style/2013Apr/0347.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Apr/0347.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Apr/att-0225/tmp.html'>https://lists.w3.org/Archives/Public/www-style/2013Apr/att-0225/tmp.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Apr/att-0225/tmp.html"><abbr title="Thread">∈</abbr></a> </span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013May/0253.html'>https://lists.w3.org/Archives/Public/www-style/2013May/0253.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013May/0253.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Jun/0629.html'>https://lists.w3.org/Archives/Public/www-style/2013Jun/0629.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Jun/0629.html"><abbr title="Thread">∈</abbr></a> </span>
<span class="a">Closed: Accepted </span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2013Feb/0471.html'>https://lists.w3.org/Archives/Public/www-style/2013Feb/0471.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Feb/0471.html"><abbr title="Thread">∈</abbr></a> </span></pre>
<pre class=' a' id='issue-20'>
<span>Issue 20. <a href='#issue-20'>#</a></span>
<span>Summary: Properties columns, column-width, column-count "apply to block containers"</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Feb/0536.html'>https://lists.w3.org/Archives/Public/www-style/2013Feb/0536.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Feb/0536.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Closed: Accepted </span>
<span>Resolved: Editorial </span></pre>
<pre class=' a' id='issue-21'>
<span>Issue 21. <a href='#issue-21'>#</a></span>
<span>From: Gérard Talbot</span>
<span>Summary: margin collapsing between column-spanning element and blocks in column boxes</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Sep/0356.html'>https://lists.w3.org/Archives/Public/www-style/2013Sep/0356.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Sep/0356.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Sep/0510.html'>https://lists.w3.org/Archives/Public/www-style/2013Sep/0510.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Sep/0510.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Oct/0247.html'>https://lists.w3.org/Archives/Public/www-style/2013Oct/0247.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Oct/0247.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Closed: Accepted </span>
<span>Resolved: Editorial </span></pre>
<pre class='open ' id='issue-22'>
<span>Issue 22. <a href='#issue-22'>#</a></span>
<span>From: Philippe Verdy</span>
<span>Summary: break-* properties and non-paged media; "break-fill" property proposal for child elements</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2014Jan/0027.html'>https://lists.w3.org/Archives/Public/www-style/2014Jan/0027.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2014Jan/0027.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1743'>https://github.com/w3c/csswg-drafts/issues/1743</a></span>
<span>Open</span></pre>
<pre class=' a' id='issue-23'>
<span>Issue 23. <a href='#issue-23'>#</a></span>
<span>From: Robert O'Callahan </span>
<span>Summary: Remove the restriction about overflow columns only being in continuous media in the statement that column-fill has no effect on overflow columns</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2011Dec/0455.html'>https://lists.w3.org/Archives/Public/www-style/2011Dec/0455.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2011Dec/0455.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Aug/0274.html'>https://lists.w3.org/Archives/Public/www-style/2013Aug/0274.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Aug/0274.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Aug/0304.html'>https://lists.w3.org/Archives/Public/www-style/2013Aug/0304.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Aug/0304.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Closed: Accepted </span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2013Sep/0471.html'>https://lists.w3.org/Archives/Public/www-style/2013Sep/0471.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Sep/0471.html"><abbr title="Thread">∈</abbr></a> </span></pre>
<pre class=' a' id='issue-24'>
<span>Issue 24. <a href='#issue-24'>#</a></span>
<span>Summary: Have two keywords for balancing - "balance" and either "balance-last" or "balance-all", depending on what implementations (including Prince and AH) do by default.</span>
<span class="a">Closed: Accepted </span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2013Sep/0471.html'>https://lists.w3.org/Archives/Public/www-style/2013Sep/0471.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Sep/0471.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-25'>
<span>Issue 25. <a href='#issue-25'>#</a></span>
<span>Summary: To balance columns, you just make the row as short as possible (honoring breaking controls, sizes, etc.), then flow normally into that height. No explicit "balancing" occurs (but it's a common effect).</span>
<span class="a">Closed: Accepted </span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2013Sep/0471.html'>https://lists.w3.org/Archives/Public/www-style/2013Sep/0471.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Sep/0471.html"><abbr title="Thread">∈</abbr></a> </span></pre>
<pre class=' a' id='issue-26'>
<span>Issue 26. <a href='#issue-26'>#</a></span>
<span>From: Håkon Wium Lie</span>
<span>Summary: Can overflow content influence column height?</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Oct/0396.html'>https://lists.w3.org/Archives/Public/www-style/2013Oct/0396.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Oct/0396.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Oct/0397.html'>https://lists.w3.org/Archives/Public/www-style/2013Oct/0397.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Oct/0397.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Oct/0423.html'>https://lists.w3.org/Archives/Public/www-style/2013Oct/0423.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Oct/0423.html"><abbr title="Thread">∈</abbr></a> </span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1745'>https://github.com/w3c/csswg-drafts/issues/1745</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1745#issuecomment-380745583'>https://github.com/w3c/csswg-drafts/issues/1745#issuecomment-380745583</a></span></pre>
<pre class=' a' id='issue-27'>
<span>Issue 27. <a href='#issue-27'>#</a></span>
<span>From: Virgil Palanciuc</span>
<span>Summary: Inconsistency with definition of column-rule-width </span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2010Nov/0416.html'>https://lists.w3.org/Archives/Public/www-style/2010Nov/0416.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2010Nov/0416.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Sep/0550.html'>https://lists.w3.org/Archives/Public/www-style/2013Sep/0550.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Sep/0550.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Closed: Accepted </span>
<span>Resolved: Editorial </span></pre>
<pre class=' a' id='issue-28'>
<span>Issue 28. <a href='#issue-28'>#</a></span>
<span>From: James Holderness</span>
<span>Summary: Columns do not clip anything. (As if ::column just had overflow:visible by default.)</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Mar/0057.html'>https://lists.w3.org/Archives/Public/www-style/2013Mar/0057.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Mar/0057.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Aug/0269.html'>https://lists.w3.org/Archives/Public/www-style/2013Aug/0269.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Aug/0269.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Closed: Accepted </span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2013Sep/0471.html'>https://lists.w3.org/Archives/Public/www-style/2013Sep/0471.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2013Sep/0471.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-29'>
<span>Issue 29. <a href='#issue-29'>#</a></span>
<span>From: Rachel Andrew</span>
<span>Summary: Should reference to breaking values be removed from the introduction?</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1966'>https://github.com/w3c/csswg-drafts/issues/1966</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1966#issuecomment-343537878'>https://github.com/w3c/csswg-drafts/issues/1966#issuecomment-343537878</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-30'>
<span>Issue 30. <a href='#issue-30'>#</a></span>
<span>From: Rachel Andrew</span>
<span>Summary: Referring to the multicol element or container </span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1965'>https://github.com/w3c/csswg-drafts/issues/1965</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1965#issuecomment-343698710'>https://github.com/w3c/csswg-drafts/issues/1965#issuecomment-343698710</a></span>
<span class="a">Closed: Accepted </span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1965#issuecomment-346424523'>https://github.com/w3c/csswg-drafts/issues/1965#issuecomment-346424523</a></span></pre>
<pre class=' ' id='issue-31'>
<span>Issue 31. <a href='#issue-31'>#</a></span>
<span>From: Dennis Heuer</span>
<span>Summary: The examples in the specification are poorly made</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2018Jan/0037.html'>https://lists.w3.org/Archives/Public/www-style/2018Jan/0037.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Jan/0037.html"><abbr title="Thread">∈</abbr></a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2018Jan/0048.html'>https://lists.w3.org/Archives/Public/www-style/2018Jan/0048.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Jan/0048.html"><abbr title="Thread">∈</abbr></a></span>
<span class="">Closed: Duplicate</span>
<span>Resolved: Editors' discretion</span></pre>
<pre class=' r' id='issue-32'>
<span>Issue 32. <a href='#issue-32'>#</a></span>
<span>From: Dennis Heuer</span>
<span>Summary: The design of the column-rule property is not good</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2018Jan/0039.html'>https://lists.w3.org/Archives/Public/www-style/2018Jan/0039.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Jan/0039.html"><abbr title="Thread">∈</abbr></a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2018Jan/0051.html'>https://lists.w3.org/Archives/Public/www-style/2018Jan/0051.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Jan/0051.html"><abbr title="Thread">∈</abbr></a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: Editors' discretion</span></pre>
<pre class=' a' id='issue-33'>
<span>Issue 33. <a href='#issue-33'>#</a></span>
<span>From: Manuel Rego Casasnovas</span>
<span>Summary: Make "column-gap: normal" to be 1em in multi-column per spec</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2145'>https://github.com/w3c/csswg-drafts/issues/2145</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/2145#issuecomment-378781507'>https://github.com/w3c/csswg-drafts/issues/2145#issuecomment-378781507</a></span></pre>
<pre class=' a' id='issue-34'>
<span>Issue 34. <a href='#issue-34'>#</a></span>
<span>From: David Baron</span>
<span>Summary: column-span examples are unclear about visual/source order of text </span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1087'>https://github.com/w3c/csswg-drafts/issues/1087</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1087#issuecomment-371343134'>https://github.com/w3c/csswg-drafts/issues/1087#issuecomment-371343134</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editors' discretion </span></pre>
<pre class=' a' id='issue-35'>
<span>Issue 35. <a href='#issue-35'>#</a></span>
<span>From: David Baron</span>
<span>Summary: How do elements between column-span and its multicol ancestor appear around the span</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1072'>https://github.com/w3c/csswg-drafts/issues/1072</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1072#issuecomment-287932460'>https://github.com/w3c/csswg-drafts/issues/1072#issuecomment-287932460</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1072#issuecomment-342668025'>https://github.com/w3c/csswg-drafts/issues/1072#issuecomment-342668025</a> </span></pre>
<pre class=' a' id='issue-36'>
<span>Issue 36. <a href='#issue-36'>#</a></span>
<span>From: David Baron</span>
<span>Summary: Specification should define interaction between 'column-span' and 'column-fill'</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1075'>https://github.com/w3c/csswg-drafts/issues/1075</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1075#issuecomment-284141651'>https://github.com/w3c/csswg-drafts/issues/1075#issuecomment-284141651</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1075#issuecomment-284536538'>https://github.com/w3c/csswg-drafts/issues/1075#issuecomment-284536538</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1075#issuecomment-342669980'>https://github.com/w3c/csswg-drafts/issues/1075#issuecomment-342669980</a></span></pre>
<pre class=' r' id='issue-37'>
<span>Issue 37. <a href='#issue-37'>#</a></span>
<span>From: David Baron</span>
<span>Summary: Column rules should only be drawn to the height of the column contents</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2309'>https://github.com/w3c/csswg-drafts/issues/2309</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2309#issuecomment-365873057'>https://github.com/w3c/csswg-drafts/issues/2309#issuecomment-365873057</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/2309#issuecomment-380733360'>https://github.com/w3c/csswg-drafts/issues/2309#issuecomment-380733360</a></span></pre>
<pre class='open ' id='issue-38'>
<span>Issue 38. <a href='#issue-38'>#</a></span>
<span>From: Sam Sneddon</span>
<span>Summary: Pseudo-algorithm doesn't say when</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2488'>https://github.com/w3c/csswg-drafts/issues/2488</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2488#issuecomment-377432504'>https://github.com/w3c/csswg-drafts/issues/2488#issuecomment-377432504</a></span>
<span>Open</span></pre>
<pre class=' a' id='issue-39'>
<span>Issue 39. <a href='#issue-39'>#</a></span>
<span>From: Fantasai</span>
<span>Summary: Balancing and overflow columns</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2549'>https://github.com/w3c/csswg-drafts/issues/2549</a></span>
<span class="a">Closed: Accepted </span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/2549#issuecomment-380753480'>https://github.com/w3c/csswg-drafts/issues/2549#issuecomment-380753480</a></span></pre>
<pre class=' r' id='issue-40'>
<span>Issue 40. <a href='#issue-40'>#</a></span>
<span>From: David Baron</span>
<span>Summary: How does absolute positioning work in a containing block that was split by a column-span?</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1894'>https://github.com/w3c/csswg-drafts/issues/1894</a></span>
<span class="r">Closed: Rejected as defined in Fragmentation spec</span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1894#issuecomment-342673130'>https://github.com/w3c/csswg-drafts/issues/1894#issuecomment-342673130</a></span></pre>
<pre class=' a' id='issue-41'>
<span>Issue 41. <a href='#issue-41'>#</a></span>
<span>From: Manuel Rego Casasnovas</span>
<span>Summary: Gutter properties computed value</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2294'>https://github.com/w3c/csswg-drafts/issues/2294</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2294#issuecomment-364321479'>https://github.com/w3c/csswg-drafts/issues/2294#issuecomment-364321479</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2294#issuecomment-364682807'>https://github.com/w3c/csswg-drafts/issues/2294#issuecomment-364682807</a></span>
<span class="a">Closed: Accepted </span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/2294#issuecomment-369313438'>https://github.com/w3c/csswg-drafts/issues/2294#issuecomment-369313438</a></span></pre>
<pre class=' a' id='issue-42'>
<span>Issue 42. <a href='#issue-42'>#</a></span>
<span>From: Fantasai </span>
<span>Summary: Handling of zero sized tracks, changing the floor to a required amount</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Dec/0157.html'>https://lists.w3.org/Archives/Public/www-style/2015Dec/0157.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Dec/0157.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1719'>https://github.com/w3c/csswg-drafts/issues/1719</a></span>
<span class="a">Closed: Accepted </span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Jan/0031.html'>https://lists.w3.org/Archives/Public/www-style/2016Jan/0031.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016Jan/0031.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-43'>
<span>Issue 43. <a href='#issue-43'>#</a></span>
<span>From: Praveen Puglia</span>
<span>Summary: Something went wrong with the linking or code block?</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1850'>https://github.com/w3c/csswg-drafts/issues/1850</a></span>
<span class="a">Closed: Accepted </span>
<span>Resolved: Editorial </span></pre>
<script>
(function () {
var sheet = document.styleSheets[0];
function addCheckbox(className) {
var element = document.querySelector('*.' + className);
var span = document.createElement('span');
span.innerHTML = element.innerHTML;
element.innerHTML = null;
var check = document.createElement('input');
check.type = 'checkbox';
if (className == 'open') {
check.checked = false;
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
check.onchange = function (e) {
rule.style.display = this.checked ? 'none' : 'block';
}
}
else {
check.checked = true;
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
check.onchange = function (e) {
rule.style.display = this.checked ? 'block' : 'none';
}
}
var rule = sheet.cssRules[sheet.cssRules.length - 1];
element.appendChild(check);
element.appendChild(span);
}
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
}());
</script>