-
Notifications
You must be signed in to change notification settings - Fork 791
Expand file tree
/
Copy pathissues-lc-2011.html
More file actions
844 lines (838 loc) · 57.1 KB
/
issues-lc-2011.html
File metadata and controls
844 lines (838 loc) · 57.1 KB
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
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
<!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Disposition of Comments for Cascading Style Sheets Level 2 Revision 1 (CSS 2.1)</title>
<style type="text/css">
body { font-family: sans-serif; margin: 1em }
table { border-spacing: 0; width: 100%; }
th, td { padding: 0.25em; }
th { font-weight: normal; font-style: italic; }
.a { background: lightgreen; }
.u { background: #dedede; }
.o { background: tomato; }
</style>
</head>
<body>
<h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments</h1>
<p>Last call document: <a href="http://www.w3.org/TR/2010/WD-CSS2-20101207/">http://www.w3.org/TR/2010/WD-CSS2-20101207/</a></p>
<p>Editor's draft: <a href="http://www.w3.org/Style/css2-updates/draft-PR-CSS21-201103XX/">http://www.w3.org/Style/css2-updates/draft-PR-CSS21-201103XX/</a>
<p>Issues can be closed as <code>Accepted</code>, <code>Rejected</code>,
<code>Invalid</code>, or <code>OutOfScope</code>.
The <code>Verified</code> line indicates commentor's acceptance
of the response.
The following categorization convention is used for comments:</p>
<table>
<tr class="a"><th>Accepted <td><small>WG accepted comments, or commenter accepted WG response</small>
<tr class="u"><th>No response <td><small>Rejected, Invalid, or OutOfScope and no response</small>
<tr class="o"><th>Objection <td><small>Commenter disagreed with WG response</small>
</table>
<p><strong>All issues are public.</strong>
<pre class="a" id="issue-142">
<a href="http://wiki.csswg.org/spec/css2.1#issue-142">CSS2.1 Issue 142</a>.
Summary: clarify terms like "ancestor box"
From: Boris Zbarsky
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2009Sep/0126.html">http://lists.w3.org/Archives/Public/www-style/2009Sep/0126.html</a> #4
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Aug/0443.html">http://lists.w3.org/Archives/Public/www-style/2010Aug/0443.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0040.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0040.html</a>
Closed: Partially-Accepted
Note: Full clarification deferred to errata.
</pre>
<pre class="a" id="issue-153">
<a href="http://wiki.csswg.org/spec/css2.1#issue-153">CSS2.1 Issue 153</a>.
Summary: Clarify which box of a replaced element is vertical-aligned
From: fantasai
Comment: <a href="http://lists.w3.org/Archives/Public/public-css-testsuite/2010Jan/0030.html">http://lists.w3.org/Archives/Public/public-css-testsuite/2010Jan/0030.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0236.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0236.html</a>
Closed: Accepted.
</pre>
<pre class="a" id="issue-159">
<a href="http://wiki.csswg.org/spec/css2.1#issue-159">CSS2.1 Issue 159</a>.
Summary: Clarify definition of adjoining margins
From: Bruno Fassino
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Feb/0015.html">http://lists.w3.org/Archives/Public/www-style/2010Feb/0015.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0237.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0237.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-179">
<a href="http://wiki.csswg.org/spec/css2.1#issue-179">CSS2.1 Issue 179</a>.
Summary: Example in anonymous block boxes section is wrong
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Aug/0005.html">http://lists.w3.org/Archives/Public/www-style/2010Aug/0005.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0371.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0371.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0399.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0399.html</a>
Resolution: Replace replace second instance of "P" with "BODY"
Closed: Accepted
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0727.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0727.html</a>
</pre>
<pre class="a" id="issue-181">
<a href="http://wiki.csswg.org/spec/css2.1#issue-181">CSS2.1 Issue 181</a>.
Summary: use of 'height' in 10.8 causes confusion over content height and line-height wrt inline elements
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Aug/0010.html">http://lists.w3.org/Archives/Public/www-style/2010Aug/0010.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0587.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0587.html</a>
Closed: Accepted
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0635.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0635.html</a>
</pre>
<pre class="a" id="issue-192">
<a href="http://wiki.csswg.org/spec/css2.1#issue-192">CSS2.1 Issue 192</a>.
Summary: Clarifications to float's effect on its shortened line
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2009Oct/0027.html">http://lists.w3.org/Archives/Public/www-style/2009Oct/0027.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0357.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0357.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0358.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0358.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0402.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0402.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-197">
<a href="http://wiki.csswg.org/spec/css2.1#issue-197">CSS2.1 Issue 197</a>.
Summary: Clarify application of 'clear' to run-ins.
From: Boris Zbarsky
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Jan/0404.html">http://lists.w3.org/Archives/Public/www-style/2010Jan/0404.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0248.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0248.html</a>
Closed: OutOfScope
Notes: Run-in removed from CSS 2.1.
Issue <a href="http://www.w3.org/Style/CSS/Tracker/issues/162">deferred to CSS3 Box</a>.
</pre>
<pre class="a" id="issue-198">
<a href="http://wiki.csswg.org/spec/css2.1#issue-198">CSS2.1 Issue 198</a>.
Summary: Clarify interaction of run-ins and "elements earlier in the source document".
From: Boris Zbarsky
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Jan/0376.html">http://lists.w3.org/Archives/Public/www-style/2010Jan/0376.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0247.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0247.html</a>
Closed: OutOfScope
Notes: Run-in removed from CSS 2.1.
Issue <a href="http://www.w3.org/Style/CSS/Tracker/issues/163">deferred to CSS3 Box</a>.
</pre>
<pre class="a" id="issue-199">
<a href="http://wiki.csswg.org/spec/css2.1#issue-199">CSS2.1 Issue 199</a>.
Summa
992E
ry: Define when line boxes are present
From: Boris Zbarsky
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010May/0698.html">http://lists.w3.org/Archives/Public/www-style/2010May/0698.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0372.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0372.html</a>
Followup: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0530.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0530.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-203">
<a href="http://wiki.csswg.org/spec/css2.1#issue-203">CSS2.1 Issue 203</a>.
Summary: Hypothetical border calculation should match actual border calculation
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Aug/0261.html">http://lists.w3.org/Archives/Public/www-style/2010Aug/0261.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0567.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0567.html</a>
Closed: Accepted
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0570.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0570.html</a>
</pre>
<pre class="a" id="issue-204">
<a href="http://wiki.csswg.org/spec/css2.1#issue-204">CSS2.1 Issue 204</a>.
Summary: Link 8.3.1 to clause about phantom line boxes
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0061.html">http://lists.w3.org/Archives/Public/www-style/2010Sep/0061.html</a> 20d
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0255.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0255.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-205">
<a href="http://wiki.csswg.org/spec/css2.1#issue-205">CSS2.1 Issue 205</a>.
Summary: Clause about phantom line boxes should say "forced line break" instead of "line feed"
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0074.html">http://lists.w3.org/Archives/Public/www-style/2010Sep/0074.html</a> 20a
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0256.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0256.html</a>
Closed: Accepted
</pre>
<pre class="u" id="issue-206">
<a href="http://wiki.csswg.org/spec/css2.1#issue-206">CSS2.1 Issue 206</a>.
Summary: Comments on HASH grammar
From: Mark
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Aug/0597.html">http://lists.w3.org/Archives/Public/www-style/2010Aug/0597.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0027.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0027.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0491.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0491.html</a>
Closed: Rejected
Status: No verification response
</pre>
<pre class="a" id="issue-207">
<a href="http://wiki.csswg.org/spec/css2.1#issue-207">CSS2.1 Issue 207</a>.
Summary: Clearance is discontinuous
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Aug/0569.html">http://lists.w3.org/Archives/Public/www-style/2010Aug/0569.html</a> (first half)
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0254.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0254.html</a>
Closed: Deferred to errata
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0424.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0424.html</a>
</pre>
<pre class="u" id="issue-208">
<a href="http://wiki.csswg.org/spec/css2.1#issue-208">CSS2.1 Issue 208</a>.
Summary: Horizontal scrollbars confuse width/height/etc calculations
From: Boris Zbarsky
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Aug/0544.html">http://lists.w3.org/Archives/Public/www-style/2010Aug/0544.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0303.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0303.html</a>
Closed: Deferred to errata
Status: No verification response
</pre>
<pre class="a" id="issue-209">
<a href="http://wiki.csswg.org/spec/css2.1#issue-209">CSS2.1 Issue 209</a>.
Summary: Does the root element establish a new block formatting context?
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Aug/0107.html">http://lists.w3.org/Archives/Public/www-style/2010Aug/0107.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0302.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0302.html</a>
Closed: Deferred to errata
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html</a>
</pre>
<pre class="a" id="issue-210">
<a href="http://wiki.csswg.org/spec/css2.1#issue-210">CSS2.1 Issue 210</a>.
Summary: 4.1.9 implies comments are not allowed at start or end of style sheet
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Aug/0510.html">http://lists.w3.org/Archives/Public/www-style/2010Aug/0510.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0301.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0301.html</a>
Closed: Accepted
</pre>
<pre class="u" id="issue-211">
<a href="http://wiki.csswg.org/spec/css2.1#issue-211">CSS2.1 Issue 211</a>.
Summary: Transitivity error in margin collapsing
From: L. David Baron
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0439.html">http://lists.w3.org/Archives/Public/www-style/2010Sep/0439.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0304.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0304.html</a>
Closed: Rejected
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0258.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0258.html</a>
</pre>
<pre class="a" id="issue-212">
<a href="http://wiki.csswg.org/spec/css2.1#issue-212">CSS2.1 Issue 212</a>.
Summary: Clarify that table wrapper boxes are containing blocks, even though table boxes are not in 9.2.1
From: =WG=
Comment: None
Response: None
Closed: Accepted
</pre>
<pre class="a" id="issue-213">
<a href="http://wiki.csswg.org/spec/css2.1#issue-213">CSS2.1 Issue 213</a>.
Summary: clarify that forced page breaks on the root element change whether :first is :left or :right
From: Øyvind Stenhaug
Comment: <a href="http://lists.w3.org/Archives/Public/public-css-testsuite/2010Nov/0136.html">http://lists.w3.org/Archives/Public/public-css-testsuite/2010Nov/0136.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0305.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0305.html</a>
Closed: Deferred
Notes: Made undefined for CSS2.1.
Issue <a href="http://www.w3.org/Style/CSS/Tracker/issues/178">deferred to CSS3 Paged Media</a>.
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0125.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0125.html</a>
</pre>
<pre class="a" id="issue-214">
<a href="http://wiki.csswg.org/spec/css2.1#issue-214">CSS2.1 Issue 214</a>.
Summary: Make it undefined whether white space stripping happens before or after bidi reordering
From: L. David Baron
Comment: <a href="http://wiki.csswg.org/test/css2.1/blocking/bidi-004#discussion">http://wiki.csswg.org/test/css2.1/blocking/bidi-004#discussion</a>
Response: None
Closed: Accepted
</pre>
<pre class="a" id="issue-215">
<a href="http://wiki.csswg.org/spec/css2.1#issue-215">CSS2.1 Issue 215</a>.
Summary: Undefine containing block formed by a relpos inline split across multiple lines
From: =WG=
Comment: None
Response: None
Closed: Accepted
</pre>
<pre class="a" id="issue-216">
<a href="http://wiki.csswg.org/spec/css2.1#issue-216">CSS2.1 Issue 216</a>.
Summary: Drop vertical-align from list of properties supported on ::first-line
From: =WG=
Comment: None
Response: None
Closed: Accepted
</pre>
<pre class="a" id="issue-218">
<a href="http://wiki.csswg.org/spec/css2.1#issue-218">CSS2.1 Issue 218</a>.
Summary: Percentage intrinsic widths untestable; remove concept from spec
7292
From: L. David Baron
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Nov/0077.html">http://lists.w3.org/Archives/Public/www-style/2010Nov/0077.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0312.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0312.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-219">
<a href="http://wiki.csswg.org/spec/css2.1#issue-219">CSS2.1 Issue 219</a>.
Summary: Clarify that Line Separator LS and other (non-collapsed) forced-break Unicode chars break the line
From: =WG=
Comment: <a href="http://krijnhoetmer.nl/irc-logs/css/20101111">http://krijnhoetmer.nl/irc-logs/css/20101111</a>
Response: None
Closed: Accepted
</pre>
<pre class="a" id="issue-220">
<a href="http://wiki.csswg.org/spec/css2.1#issue-220">CSS2.1 Issue 220</a>.
Summary: Clip does not respond to 'direction' in most implementations
From: Arron Eicholz
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Nov/0174.html">http://lists.w3.org/Archives/Public/www-style/2010Nov/0174.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0314.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0314.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-221">
<a href="http://wiki.csswg.org/spec/css2.1#issue-221">CSS2.1 Issue 221</a>.
Summary: Remove gamma-correction section
From: =WG=
Comment: None
Response: None
Closed: Accepted
</pre>
<pre class="a" id="issue-224">
<a href="http://wiki.csswg.org/spec/css2.1#issue-224">CSS2.1 Issue 224</a>.
Summary: List style intrinsic sizing rules inconsistent with other image uses
From: Tab Atkins Jr.
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Feb/0364.html">http://lists.w3.org/Archives/Public/www-style/2011Feb/0364.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0325.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0325.html</a>
Closed: Accepted
</pre>
<pre class="o" id="issue-225">
<a href="http://wiki.csswg.org/spec/css2.1#issue-225">CSS2.1 Issue 225</a>.
Summary: Auto height calculation rules confused about margin collapsing
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Aug/0108.html">http://lists.w3.org/Archives/Public/www-style/2010Aug/0108.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0316.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0316.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0345.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0345.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Feb/0492.html">http://lists.w3.org/Archives/Public/www-style/2011Feb/0492.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0132.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0132.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0160.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0160.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0191.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0191.html</a>
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0214.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0214.html</a>
Closed: Rejected
Notes: Bert and Daniel and Steve rejected updating the PR spec according to
the last response due being halfway through the PR transition,
and therefore this issue stands as an objection.
</pre>
<pre class="a" id="issue-226">
<a href="http://wiki.csswg.org/spec/css2.1#issue-226">CSS2.1 Issue 226</a>.
Summary: White space processing clarifications
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Aug/0421.html">http://lists.w3.org/Archives/Public/www-style/2010Aug/0421.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0331.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0331.html</a>
Resolution: No change
Note: Deferred to CSS3 Text (most issues) and errata (issues 4 and 5)
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html</a>
</pre>
<pre class="a" id="issue-227">
<a href="http://wiki.csswg.org/spec/css2.1#issue-227">CSS2.1 Issue 227</a>.
Summary: Diagram caption out of date
From: Patrick Garies
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Aug/0446.html">http://lists.w3.org/Archives/Public/www-style/2010Aug/0446.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0333.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0333.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-228">
<a href="http://wiki.csswg.org/spec/css2.1#issue-228">CSS2.1 Issue 228</a>.
Summary: Add non-normative note pointing at min/max sections from auto width/height sections.
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Aug/0483.html">http://lists.w3.org/Archives/Public/www-style/2010Aug/0483.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0334.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0334.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-229">
<a href="http://wiki.csswg.org/spec/css2.1#issue-229">CSS2.1 Issue 229</a>.
Summary: Floats effect on lines above placeholder
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0149.html">http://lists.w3.org/Archives/Public/www-style/2010Sep/0149.html</a> (first half)
Response: ?
Status: Accepted <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0272.html">minutes</a>
</pre>
<pre class="a" id="issue-230">
<a href="http://wiki.csswg.org/spec/css2.1#issue-230">CSS2.1 Issue 230</a>.
Summary: List item numbering undefined
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0175.html">http://lists.w3.org/Archives/Public/www-style/2010Sep/0175.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0392.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0392.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-231">
<a href="http://wiki.csswg.org/spec/css2.1#issue-231">CSS2.1 Issue 231</a>.
Summary: Make list-item-ness of root list-item optional
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0205.html">http://lists.w3.org/Archives/Public/www-style/2010Sep/0205.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0343.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0343.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-232">
<a href="http://wiki.csswg.org/spec/css2.1#issue-232">CSS2.1 Issue 232</a>.
Summary: Define "in-flow"
From: Øyvind Stenhaug
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2010Sep/0310.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0348.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0348.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-233">
<a href="http://wiki.csswg.org/spec/css2.1#issue-233">CSS2.1 Issue 233</a>.
Summary: text-indent percentages behavior very odd for table cells and floats
From: fantasai
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0431.html">http://lists.w3.org/Archives/Public/www-style/2010Sep/0431.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0360.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0360.html</a>
Closed: Rejected
Verified: =WG=
</pre>
<pre class="u" id="issue-234">
<a href="http://wiki.csswg.org/spec/css2.1#issue-234">CSS2.1 Issue 234</a>.
Summary: Margin-collapsing and min-height inconsistent implementations.
From: Alan Gresley
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0649.html">http://lists.w3.org/Archives/Public/www-style/2010Sep/0649.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0356.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0356.html</a>
Closed: Invalid
Status: No verification response
</pre>
<pre class="a" id="issue-235">
<a href="http://wiki.csswg.org/spec/css2.1#issue-235">CSS2.1 Issue 235</a>.
Summary: Clarify that list of "direction" property effects is not exhaustive
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0728.html">http://lists.w3.org/Archives/Public/www-style/2010Sep/0728.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0206.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0206.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-236">
<a href="http://wiki.csswg.org/spec/css2.1#issue-236">CSS2.1 Issue 236</a>.
Summary: Propagation of text-decoration to contents of tables
From: L. David Baron
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Oct/0407.html">http://lists.w3.org/Archives/Public/www-style/2010Oct/0407.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0207.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0207.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-237">
<a href="http://wiki.csswg.org/spec/css2.1#issue-237">CSS2.1 Issue 237</a>.
Summary: Border conflict resolution unclear due to equivalence wording of outset/inset and groove/ridge
From: Øyvind Stenhaug
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Oct/0560.html">http://lists.w3.org/Archives/Public/www-style/2010Oct/0560.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0208.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0208.html</a>
Closed: Accepted
</pre>
<pre class="u" id="issue-238">
<a href="http://wiki.csswg.org/spec/css2.1#issue-238">CSS2.1 Issue 238</a>.
Summary: Provide note or example for system font keywords vs. family names
From: Gérard Talbot
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Oct/0622.html">http://lists.w3.org/Archives/Public/www-style/2010Oct/0622.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0209.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0209.html</a>
Closed: Deferred to <a href="http://www.w3.org/Style/CSS/Tracker/issues/179">CSS3 Fonts</a>
Status: No verification response
</pre>
<pre class="u" id="issue-239">
<a href="http://wiki.csswg.org/spec/css2.1#issue-239">CSS2.1 Issue 239</a>.
Summary: Propagate "direction" from BODY to ICB
From: David Hyatt
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Oct/0750.html">http://lists.w3.org/Archives/Public/www-style/2010Oct/0750.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0210.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0210.html</a>
Closed: Rejected
Status: No verification response
</pre>
<pre class="a" id="issue-240">
<a href="http://wiki.csswg.org/spec/css2.1#issue-240">CSS2.1 Issue 240</a>.
Summary: Behavior of min/max width on table elements.
From: Øyvind Stenhaug
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Oct/0817.html">http://lists.w3.org/Archives/Public/www-style/2010Oct/0817.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0217.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0217.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-241">
<a href="http://wiki.csswg.org/spec/css2.1#issue-241">CSS2.1 Issue 241</a>.
Summary: position: static doesn't prevent computation of top/left/bottom/right
From: Øyvind Stenhaug
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Nov/0035.html">http://lists.w3.org/Archives/Public/www-style/2010Nov/0035.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0361.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0361.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-242">
<a href="http://wiki.csswg.org/spec/css2.1#issue-242">CSS2.1 Issue 242</a>.
Summary: Exact behavior of inline split around block not defined.
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Nov/0047.html">http://lists.w3.org/Archives/Public/www-style/2010Nov/0047.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0222.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0222.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-243">
<a href="http://wiki.csswg.org/spec/css2.1#issue-243">CSS2.1 Issue 243</a>.
Summary: Tables confused about which box is principal box
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Nov/0084.html">http://lists.w3.org/Archives/Public/www-style/2010Nov/0084.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0252.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0252.html</a>
Closed: Accepted
</pre>
<pre class="u" id="issue-244">
<a href="http://wiki.csswg.org/spec/css2.1#issue-244">CSS2.1 Issue 244</a>.
Summary: Rendering tree vs. element tree in z-order algo
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Nov/0069.html">http://lists.w3.org/Archives/Public/www-style/2010Nov/0069.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0362.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0362.html</a>
Notes: Rendering tree is not defined in CSS2.1
Closed: Deferred to future CSS version
Status: No verification response
</pre>
<pre class="u" id="issue-245">
<a href="http://wiki.csswg.org/spec/css2.1#issue-245">CSS2.1 Issue 245</a>.
Summary: Clarifications to z-index chapter
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Nov/0083.html">http://lists.w3.org/Archives/Public/www-style/2010Nov/0083.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0362.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0362.html</a>
Notes: Full revision of z-index chapter deferred to future version.
See also <a href="http://wiki.csswg.org/spec/css2.1#issue-60">CSS2.1 Issue 60</a>
Closed: Deferred to future CSS version
Status: No verification response
</pre>
<pre class="a" id="issue-246">
<a href="http://wiki.csswg.org/spec/css2.1#issue-246">CSS2.1 Issue 246</a>.
Summary: Improve clip examples
From: Gérard Talbot
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Nov/0187.html">http://lists.w3.org/Archives/Public/www-style/2010Nov/0187.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0349.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0349.html</a>
Closed: Accepted
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0351.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0351.html</a>
</pre>
<pre class="a" id="issue-247">
<a href="http://wiki.csswg.org/spec/css2.1#issue-247">CSS2.1 Issue 247</a>.
Summary: Containing block of abspos inside block-in-inline split unclear & inconsistent
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Nov/0444.html">http://lists.w3.org/Archives/Public/www-style/2010Nov/0444.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0327.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0327.html</a>
Note: Made undefined in CSS2.1.
Closed: Accepted
</pre>
<pre class="u" id="issue-248">
<a href="http://wiki.csswg.org/spec/css2.1#issue-248">CSS2.1 Issue 248</a>.
Summary: Clarification for Floats with height: 0
From: Sylvain Galineau
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Dec/0020.html">http://lists.w3.org/Archives/Public/www-style/2010Dec/0020.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0328.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0328.html</a>
Closed: Deferred to errata
Status: No verification response
</pre>
<pre class="u" id="issue-249">
<a href="http://wiki.csswg.org/spec/css2.1#issue-249">CSS2.1 Issue 249</a>.
Summary: Add explanatory sentences to clarify clearance calculation.
From: Gérard Talbot
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Dec/0120.html">http://lists.w3.org/Archives/Public/www-style/2010Dec/0120.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0335.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0335.html</a>
Closed: Deferred to errata
Status: No verification response
</pre>
<pre class="a" id="issue-250">
<a href="http://wiki.csswg.org/spec/css2.1#issue-250">CSS2.1 Issue 250</a>.
Summary: page grammar missing
From: fantasai
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Dec/0211.html">http://lists.w3.org/Archives/Public/www-style/2010Dec/0211.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0285.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0285.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-251">
<a href="http://wiki.csswg.org/spec/css2.1#issue-251">CSS2.1 Issue 251</a>.
Summary: Add longest-match tokenlization example
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0064.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0064.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0035.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0035.html</a>
Closed: Accepted
</pre>
<pre class="u" id="issue-252">
<a href="http://wiki.csswg.org/spec/css2.1#issue-252">CSS2.1 Issue 252</a>.
Summary: Error-parsing rules confusion
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0068.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0068.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0287.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0287.html</a>
Closed: Deferred to future CSS version
Status: No verification response
</pre>
<pre class="a" id="issue-253">
<a href="http://wiki.csswg.org/spec/css2.1#issue-253">CSS2.1 Issue 253</a>.
Summary: Clarify end-of-line as end-of-line character (vs. end-of-file)
From: Boris Zbarsky
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0091.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0091.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0288.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0288.html</a>
Closed: Accepted
</pre>
<pre class="u" id="issue-254">
<a href="http://wiki.csswg.org/spec/css2.1#issue-254">CSS2.1 Issue 254</a>.
Summary: Clarify "next block" when parsing invalid at-keywords
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0071.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0071.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0289.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0289.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0042.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0042.html</a>
Closed: Invalid
Status: No verification response
</pre>
<pre class="a" id="issue-255">
<a href="http://wiki.csswg.org/spec/css2.1#issue-255">CSS2.1 Issue 255</a>.
Summary: Clarifications to <acronym title="HyperText Markup Language">HTML</acronym>-related definitions
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0072.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0072.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0290.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0290.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-256">
<a href="http://wiki.csswg.org/spec/css2.1#issue-256">CSS2.1 Issue 256</a>.
Summary: Clarify form controls and frames
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0072.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0072.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0291.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0291.html</a>
Closed: Rejected
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html</a>
</pre>
<pre class="a" id="issue-257">
<a href="http://wiki.csswg.org/spec/css2.1#issue-257">CSS2.1 Issue 257</a>.
Summary: Don't say that boxes have properties
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0073.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0073.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0059.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0059.html</a>
Closed: Rejected
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html</a>
</pre>
<pre class="a" id="issue-258">
<a href="http://wiki.csswg.org/spec/css2.1#issue-258">CSS2.1 Issue 258</a>.
Summary: Bad wording in uri() comment notes
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0074.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0074.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0292.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0292.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-259">
<a href="http://wiki.csswg.org/spec/css2.1#issue-259">CSS2.1 Issue 259</a>.
Summary: Assigning of values via inheritance unclear
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0075.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0075.html</a> issue 1
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0382.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0382.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-260">
<a href="http://wiki.csswg.org/spec/css2.1#issue-260">CSS2.1 Issue 260</a>.
Summary: Note about anonymous box inheritance redundant
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0075.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0075.html</a> issue 2
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0383.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0383.html</a>
Closed: Rejected
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html</a>
</pre>
<pre class="a" id="issue-261">
<a href="http://wiki.csswg.org/spec/css2.1#issue-261">CSS2.1 Issue 261</a>.
Summary: Clarify "other attributes" in specificity calculations
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0075.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0075.html</a> issue 3
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0383.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0383.html</a>
Closed: Deferred
Notes: Addressed in Selectors Level 3
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html</a>
</pre>
<pre class="a" id="issue-262">
<a href="http://wiki.csswg.org/spec/css2.1#issue-262">CSS2.1 Issue 262</a>.
Summary: Editorial issues in Ch 8
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0076.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0076.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0384.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0384.html</a>
Closed: Deferred to errata
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html</a>
</pre>
<pre class="a" id="issue-263">
<a href="http://wiki.csswg.org/spec/css2.1#issue-263">CSS2.1 Issue 263</a>.
Summary: Editorial simplification to 9.4.1 BFC root definition
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0077.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0077.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0385.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0385.html</a>
Closed: Deferred to errata
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html</a>
</pre>
<pre class="a" id="issue-264">
<a href="http://wiki.csswg.org/spec/css2.1#issue-264">CSS2.1 Issue 264</a>.
Summary: Clarify that float shortening note is wrt margin box
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0078.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0078.html</a> issue 1
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0386.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0386.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-265">
<a href="http://wiki.csswg.org/spec/css2.1#issue-265">CSS2.1 Issue 265</a>.
Summary: Clarify which table box is affected by float overlap restriction
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0078.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0078.html</a> issue 2
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0387.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0387.html</a>
Closed: Deferred to errata or future CSS version
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html</a>
</pre>
<pre class="a" id="issue-266">
<a href="http://wiki.csswg.org/spec/css2.1#issue-266">CSS2.1 Issue 266</a>.
Summary: <a href="http://wiki.csswg.org/spec/css2.1#issue-120">CSS2.1 Issue 120</a> follow-up
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0079.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0079.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0390.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0390.html</a>
Closed: Deferred to errata
Notes: Accepted issue 6, rest deferred to errata
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html</a>
</pre>
<pre class="a" id="issue-267">
<a href="http://wiki.csswg.org/spec/css2.1#issue-267">CSS2.1 Issue 267</a>.
Summary: Clarify that block-in-relpos'd-inline doesn't get position: relative z-index side-effects
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0086.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0086.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0391.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0391.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-268">
<a href="http://wiki.csswg.org/spec/css2.1#issue-268">CSS2.1 Issue 268</a>.
Summary: Perceived error in text-indent example of first formatted line
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0085.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0085.html</a> issue 1
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0226.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0226.html</a>
Closed: Invalid
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html</a>
</pre>
<pre class="a" id="issue-269">
<a href="http://wiki.csswg.org/spec/css2.1#issue-269">CSS2.1 Issue 269</a>.
Summary: Justification should be wrt line box, not block container
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0085.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0085.html</a> issue 2
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0226.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0226.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-270">
<a href="http://wiki.csswg.org/spec/css2.1#issue-270">CSS2.1 Issue 270</a>.
Summary: Make text-decoration propagation more clearly recursive
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0085.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0085.html</a> issue 3
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0226.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0226.html</a>
Closed: Deferred
Notes: Fixed in CSS3 Text
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html</a>
</pre>
<pre class="a" id="issue-271">
<a href="http://wiki.csswg.org/spec/css2.1#issue-271">CSS2.1 Issue 271</a>.
Summary: Make list-item's additional boxes clause example rather than exhaustive
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0087.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0087.html</a> issue 1
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0225.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0225.html</a>
Closed: Deferred to errata
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html</a>
</pre>
<pre class="a" id="issue-272">
<a href="http://wiki.csswg.org/spec/css2.1#issue-272">CSS2.1 Issue 272</a>.
Summary: Adopt CSS3 exit criteria for CSS2.1
From: CSSWG
Closed: Accepted
</pre>
<pre class="a" id="issue-273">
<a href="http://wiki.csswg.org/spec/css2.1#issue-273">CSS2.1 Issue 273</a>.
Summary: Wording incorrect for RTL text next to floats
From: Øyvind Stenhaug
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2009Oct/0058.html">http://lists.w3.org/Archives/Public/www-style/2009Oct/0058.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0227.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0227.html</a>
Closed: Deferred to errata
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0126.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0126.html</a>
</pre>
<pre class="a" id="issue-274">
<a href="http://wiki.csswg.org/spec/css2.1#issue-274">CSS2.1 Issue 274</a>.
Summary: No shortening of line boxes next to later floats
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0131.html">http://lists.w3.org/Archives/Public/www-style/2010Sep/0131.html</a> issue 1
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0148.html">http://lists.w3.org/Archives/Public/www-style/2010Sep/0148.html</a> first half
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0150.html">http://lists.w3.org/Archives/Public/www-style/2010Sep/0150.html</a> first third
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0228.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0228.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-275">
<a href="http://wiki.csswg.org/spec/css2.1#issue-275">CSS2.1 Issue 275</a>.
Summary: vertical gap possible between line boxes in presence of floats
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2009Aug/0358.html">http://lists.w3.org/Archives/Public/www-style/2009Aug/0358.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0230.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0230.html</a>
Closed: Accepted
</pre>
<pre class="u" id="issue-276">
<a href="http://wiki.csswg.org/spec/css2.1#issue-276">CSS2.1 Issue 276</a>.
Summary: :first-line, :first-letter ambiguous, please remove
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0097.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0097.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0231.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0231.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0273.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0273.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0061.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0061.html</a>
Closed: Rejected
Status: No verification response
</pre>
<pre class="u" id="issue-277">
<a href="http://wiki.csswg.org/spec/css2.1#issue-277">CSS2.1 Issue 277</a>.
Summary: usage of "rule" imprecise in many cases
From: Peter Moulder
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0101.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0101.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0232.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0232.html</a>
Closed: Deferred to errata
Status: No verification response
</pre>
<pre class="a" id="issue-278">
<a href="http://wiki.csswg.org/spec/css2.1#issue-278">CSS2.1 Issue 278</a>.
Summary: floats and margin box
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2009Jan/0352.html">http://lists.w3.org/Archives/Public/www-style/2009Jan/0352.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2009Mar/0279.html">http://lists.w3.org/Archives/Public/www-style/2009Mar/0279.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0233.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0233.html</a>
Resolution: Proposal accepted
</pre>
<pre class="a" id="issue-279">
<a href="http://wiki.csswg.org/spec/css2.1#issue-279">CSS2.1 Issue 279</a>.
Summary: new wording about "next to" floats
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0130.html">http://lists.w3.org/Archives/Public/www-style/2010Sep/0130.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0234.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0234.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-280">
<a href="http://wiki.csswg.org/spec/css2.1#issue-280">CSS2.1 Issue 280</a>.
Summary: left float can be to the right of a right float
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0131.html">http://lists.w3.org/Archives/Public/www-style/2010Sep/0131.html</a> issue 2
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0150.html">http://lists.w3.org/Archives/Public/www-style/2010Sep/0150.html</a> second third
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0240.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0240.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-281">
<a href="http://wiki.csswg.org/spec/css2.1#issue-281">CSS2.1 Issue 281</a>.
Summary: 'line-height' is a property (and its values are 'quantities') not a physical entity; nothing can "start" there
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2009Mar/0004.html">http://lists.w3.org/Archives/Public/www-style/2009Mar/0
74A8
004.html</a> issue 3b
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2009May/0191.html">http://lists.w3.org/Archives/Public/www-style/2009May/0191.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0242.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0242.html</a>
Closed: Accepted
</pre>
<pre class="a" id="issue-282">
<a href="http://wiki.csswg.org/spec/css2.1#issue-282">CSS2.1 Issue 282</a>.
Summary: No passes for background-intrinsic-004 and background-intrinsic-005
From: =WG=
Comment: None
Response: None
Closed: Accepted
</pre>
<pre class="a" id="issue-283">
<a href="http://wiki.csswg.org/spec/css2.1#issue-283">CSS2.1 Issue 283</a>.
Summary: No passes for replaced-intrinsic-ratio-001
From: =WG=
Comment: None
Response: None
Closed: Accepted
</pre>
<pre class="a" id="issue-285">
<a href="http://wiki.csswg.org/spec/css2.1#issue-285">CSS2.1 Issue 285</a>.
Summary: Clearance moving things up (revisited)
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Dec/0474.html">http://lists.w3.org/Archives/Public/www-style/2010Dec/0474.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0427.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0427.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0531.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0531.html</a>
Closed: Accepted
</pre>
<pre class="u" id="issue-286">
<a href="http://wiki.csswg.org/spec/css2.1#issue-286">CSS2.1 Issue 286</a>.
Summary: CSS should not redefine standard units
From: Olaf Hoffmann
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Dec/0204.html">http://lists.w3.org/Archives/Public/www-style/2010Dec/0204.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2010Dec/0206.html">http://lists.w3.org/Archives/Public/www-style/2010Dec/0206.html</a>
Response: <a href="http://www.w3.org/mid/4D9CAFFF.4090307@disruptive-innovations.com">http://www.w3.org/mid/4D9CAFFF.4090307@disruptive-innovations.com</a>
Closed: Rejected
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0161.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0161.html</a>
Notes: I am unable to tell whether the commenter is satisfied with the response.
</pre>
<pre class="a" id="issue-287">
<a href="http://wiki.csswg.org/spec/css2.1#issue-287">CSS2.1 Issue 287</a>.
Summary: Multiple clearance is underspecified
From: Anton Prowse
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Aug/0569.html">http://lists.w3.org/Archives/Public/www-style/2010Aug/0569.html</a> (first half)
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0254.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0254.html</a>
Closed: Deferred to errata
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html</a>
</pre>
<pre class="a" id="issue-288">
<a href="http://wiki.csswg.org/spec/css2.1#issue-288">CSS2.1 Issue 288</a>.
Summary: Clarify flowing line boxes next to floats
From: Anton Prose
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Mar/0366.html">http://lists.w3.org/Archives/Public/www-style/2010Mar/0366.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0346.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0346.html</a> (end)
Closed: Deferred to errata
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0088.html</a>
</pre>
</pre>
</body>
</html>