-
Notifications
You must be signed in to change notification settings - Fork 708
/
Copy pathissues-2011.html
348 lines (341 loc) · 26.1 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
<!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">
.a { background: lightgreen }
.d { background: lightblue }
.r { background: orange }
.fo { background: red }
.open { border: solid red; padding: 0.2em; }
:target { box-shadow: 0.25em 0.25em 0.25em; }
</style>
<h1>CSS Multi-column Layout Module Level 1 Disposition of Comments for 2011-04-12 CR</h1>
<p>Review document: <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://dev.w3.org/csswg/css3-multicol/">http://dev.w3.org/csswg/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'>
Issue 1. <a href='#issue-1'>#</a>
Summary: allow percentages for `column-gap`
From: Chris Harvey
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1321'>https://github.com/w3c/csswg-drafts/issues/1321</a>
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>
Closed: Accepted
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1321#issuecomment-298845182'>https://github.com/w3c/csswg-drafts/issues/1321#issuecomment-298845182</a>
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1321#issuecomment-300548136'>https://github.com/w3c/csswg-drafts/issues/1321#issuecomment-300548136</a></pre>
<pre class='a' id='issue-2'>
Issue 2. <a href='#issue-2'>#</a>
Summary: definition of `column-span` should say what happens without an ancestor multicol
From: David Baron
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1074'>https://github.com/w3c/csswg-drafts/issues/1074</a>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1074#issuecomment-289172502'>https://github.com/w3c/csswg-drafts/issues/1074#issuecomment-289172502</a>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1074#issuecomment-289882650'>https://github.com/w3c/csswg-drafts/issues/1074#issuecomment-289882650</a>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1074#issuecomment-290106054'>https://github.com/w3c/csswg-drafts/issues/1074#issuecomment-290106054</a>
Closed: Accepted
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></pre>
<pre class='a' id='issue-3'>
Issue 3. <a href='#issue-3'>#</a>
Summary: definition of `column-span: all` repeats itself
From: David Baron
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1073'>https://github.com/w3c/csswg-drafts/issues/1073</a>
Closed: Accepted
Resolved: Bugfix</pre>
<pre class='a' id='issue-4'>
Issue 4. <a href='#issue-4'>#</a>
Summary: Does 'column-span' work on tables?
From: David Baron
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1071'>https://github.com/w3c/csswg-drafts/issues/1071</a>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-284115806'>https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-284115806</a>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-284139730'>https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-284139730</a>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-284532508'>https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-284532508</a>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-287919103'>https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-287919103</a>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-289877175'>https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-289877175</a>
Response: <a href='https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-290150304'>https://github.com/w3c/csswg-drafts/issues/1071#issuecomment-290150304</a>
Closed: Accepted
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></pre>
<pre class='a' id='issue-5'>
Issue 5. <a href='#issue-5'>#</a>
Summary: minimum and preferred width of multicol is not defined
From: François Remy
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/420'>https://github.com/w3c/csswg-drafts/issues/420</a>
Response: <a href='https://github.com/w3c/csswg-drafts/issues/420#issuecomment-253261529'>https://github.com/w3c/csswg-drafts/issues/420#issuecomment-253261529</a>
Closed: Invalid
Verified: <a href='https://github.com/w3c/csswg-drafts/issues/420#issuecomment-253434545'>https://github.com/w3c/csswg-drafts/issues/420#issuecomment-253434545</a>
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></pre>
<pre class='a' id='issue-6'>
Issue 6. <a href='#issue-6'>#</a>
Summary: Clarify that column-* properties only apply to block containers
From: Sebastian Zartner
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1364'>https://github.com/w3c/csswg-drafts/issues/1364</a>
Response: <a href='https://github.com/w3c/csswg-drafts/issues/1364#issuecomment-310139377'>https://github.com/w3c/csswg-drafts/issues/1364#issuecomment-310139377</a>
Closed: Accepted
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></pre>
<pre class='a' id='issue-7'>
Issue 7. <a href='#issue-7'>#</a>
Summary: Clipping of content that overflows a column
From: Chris Rebert
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/314'>https://github.com/w3c/csswg-drafts/issues/314</a>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/314#issuecomment-232662653'>https://github.com/w3c/csswg-drafts/issues/314#issuecomment-232662653</a>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/314#issuecomment-233462863'>https://github.com/w3c/csswg-drafts/issues/314#issuecomment-233462863</a>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/314#issuecomment-263801631'>https://github.com/w3c/csswg-drafts/issues/314#issuecomment-263801631</a>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/314#issuecomment-287126356'>https://github.com/w3c/csswg-drafts/issues/314#issuecomment-287126356</a>
Response: <a href='https://github.com/w3c/csswg-drafts/issues/314#issuecomment-310138645'>https://github.com/w3c/csswg-drafts/issues/314#issuecomment-310138645</a>
Closed: Accepted
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></pre>
<pre class='a' id='issue-8'>
Issue 8. <a href='#issue-8'>#</a>
Summary: Remove concept of available width and have pseudo-algorithm depend on used width
From: Simon Sapin
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>
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>
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>
Closed: Accepted
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></pre>
<pre class=' open' id='issue-9'>
Issue 9. <a href='#issue-9'>#</a>
Summary: References to Paged Media
From: David Baron
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>
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>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1746'>https://github.com/w3c/csswg-drafts/issues/1746</a>
Open</pre>
<pre class=' open' id='issue-10'>
Issue 10. <a href='#issue-10'>#</a>
Summary: Intrinsic Sizing of Multicol Elements
From Fantasai
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Open</pre>
<pre class='a' id='issue-11'>
Issue 11. <a href='#issue-11'>#</a>
Summary: Should margins collapse on spanning elements
From: Håkon Wium Lie
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>
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>
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>
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>
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>
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>
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>
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>
Closed: Accepted
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></pre>
<pre class='a' id='issue-12'>
Issue 12. <a href='#issue-12'>#</a>
Summary: Column rule drawing order
From: Peter Salas
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>
Closed: Accepted
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></pre>
<pre class='a' id='issue-13'>
Issue 13. <a href='#issue-13'>#</a>
Summary: Text describing column boxes as block container boxes
From: Anton Prowse
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>
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>
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>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1738'>https://github.com/w3c/csswg-drafts/issues/1738</a>
Closed: Accepted
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1738#issuecomment-342661881'>https://github.com/w3c/csswg-drafts/issues/1738#issuecomment-342661881</a></pre>
<pre class='a' id='issue-14'>
Issue 14. <a href='#issue-14'>#</a>
Summary: z-index and pseudo stacking contexts, column rules are painted in the inline content layer
From: fantasai
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>
Closed: Accepted
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></pre>
<pre class='a' id='issue-15'>
Issue 15. <a href='#issue-15'>#</a>
Summary: z-order of column rule and column scrolling
From: Morten Stenshorne
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>
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>
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>
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>
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>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1739'>https://github.com/w3c/csswg-drafts/issues/1739</a>
Closed: Accepted
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1739#issuecomment-342659978'>https://github.com/w3c/csswg-drafts/issues/1739#issuecomment-342659978</a></pre>
<pre class='a' id='issue-16'>
Issue 16. <a href='#issue-16'>#</a>
Summary: Remove Example XVII in CR
From: Gérard Talbot
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>
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>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1740'>https://github.com/w3c/csswg-drafts/issues/1740</a>
Closed: Accepted
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1740#issuecomment-342662336'>https://github.com/w3c/csswg-drafts/issues/1740#issuecomment-342662336</a></pre>
<pre class=' open' id='issue-17'>
Issue 17. <a href='#issue-17'>#</a>
Summary: Contradictions about whether zero is allowed for 'column-width'
From: David Baron
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>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1741'>https://github.com/w3c/csswg-drafts/issues/1741</a>
Open</pre>
<pre class='a' id='issue-18'>
Issue 18. <a href='#issue-18'>#</a>
Summary: Changed "Content in the normal flow" to "Floated or in-flow content"
From: Håkon Wium Lie
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>
Closed: Accepted
Resolved: Editorial</pre>
<pre class='a' id='issue-19'>
Issue 19. <a href='#issue-19'>#</a>
Summary: Revised pseudo-algorithm
From: Bert Bos
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>
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>
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>
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>
Closed: Accepted
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></pre>
<pre class='a' id='issue-20'>
Issue 20. <a href='#issue-20'>#</a>
Summary: Properties columns, column-width, column-count "apply to block containers"
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>
Closed: Accepted
Resolved: Editorial</pre>
<pre class='a' id='issue-21'>
Issue 21. <a href='#issue-21'>#</a>
From: Gérard Talbot
Summary: margin collapsing between column-spanning element and blocks in column boxes
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>
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>
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>
Closed: Accepted
Resolved: Editorial</pre>
<pre class=' open' id='issue-22'>
Issue 22. <a href='#issue-22'>#</a>
From: Philippe Verdy
Summary: break-* properties and non-paged media; "break-fill" property proposal for child elements
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>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1743'>https://github.com/w3c/csswg-drafts/issues/1743</a>
Open</pre>
<pre class='a' id='issue-23'>
Issue 23. <a href='#issue-23'>#</a>
From: Robert O'Callahan
Summary: Remove the restriction about overflow columns only being in continuous media in the statement that column-fill has no effect on overflow columns
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>
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>
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>
Closed: Accepted
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></pre>
<pre class='a' id='issue-24'>
Issue 24. <a href='#issue-24'>#</a>
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.
Closed: Accepted
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></pre>
<pre class='a' id='issue-25'>
Issue 25. <a href='#issue-25'>#</a>
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).
Closed: Accepted
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></pre>
<pre class=' open' id='issue-26'>
Issue 26. <a href='#issue-26'>#</a>
From: Håkon Wium Lie
Summary: Can overflow content influence column height?
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>
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>
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>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1745'>https://github.com/w3c/csswg-drafts/issues/1745</a>
Open</pre>
<pre class='a' id='issue-27'>
Issue 27. <a href='#issue-27'>#</a>
From: Virgil Palanciuc
Summary: Inconsistency with definition of column-rule-width
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>
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>
Closed: Accepted
Resolved: Editorial</pre>
<pre class='a' id='issue-28'>
Issue 28. <a href='#issue-28'>#</a>
From: James Holderness
Summary: Columns do not clip anything. (As if ::column just had overflow:visible by default.)
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>
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>
Closed: Accepted
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></pre>
<pre class='a' id='issue-29'>
Issue 29. <a href='#issue-29'>#</a>
From: Rachel Andrew
Summary: Should reference to breaking values be removed from the introduction?
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1966'>https://github.com/w3c/csswg-drafts/issues/1966</a>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1966#issuecomment-343537878'>https://github.com/w3c/csswg-drafts/issues/1966#issuecomment-343537878</a>
Closed: Accepted
Resolved: Editorial</pre>
<pre class='a' id='issue-30'>
Issue 30. <a href='#issue-30'>#</a>
From: Rachel Andrew
Summary: Referring to the multicol element or container
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1965'>https://github.com/w3c/csswg-drafts/issues/1965</a>
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1965#issuecomment-343698710'>https://github.com/w3c/csswg-drafts/issues/1965#issuecomment-343698710</a>
Closed: Accepted
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1965#issuecomment-346424523'>https://github.com/w3c/csswg-drafts/issues/1965#issuecomment-346424523</a></pre>
<pre class='' id='issue-31'>
Issue 31. <a href='#issue-31'>#</a>
From: Dennis Heuer
Summary: The examples in the specification are poorly made
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>
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>
Closed: Duplicate
Resolved: Editors' discretion</pre>
<pre class='r' id='issue-32'>
Issue 32. <a href='#issue-32'>#</a>
From: Dennis Heuer
Summary: The design of the column-rule property is not good
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>
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>
Closed: Rejected
Resolved: Editors' discretion</pre>
<script>
(function () {
var sheet = document.styleSheets[0];
function addCheckbox(className) {
var element = document.querySelector('*.' + className);
var label = document.createElement('label');
label.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(label);
label.insertBefore(check, label.firstChild);
}
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
}());
</script>