forked from w3c/csswg-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissues-wd-2017.html
937 lines (930 loc) · 82.9 KB
/
issues-wd-2017.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
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
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Display Module Level 3 Disposition of Comments for 2015-10-15 WD</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 Display Module Level 3 Disposition of Comments for 2015-10-15 WD</h1>
<p>Dated Draft: <a href="https://www.w3.org/TR/2015/WD-css-display-3-20151015/">https://www.w3.org/TR/2015/WD-css-display-3-20151015/</a>
<p>Editor's Draft: <a href="http://drafts.csswg.org/css-display-3/">http://drafts.csswg.org/css-display-3/</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: table-caption & table-cell should use flow-root not flow</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jul/0372.html'>https://lists.w3.org/Archives/Public/www-style/2015Jul/0372.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Jul/0372.html"><abbr title="Thread">∈</abbr></a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0064.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0064.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0064.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/2017Feb/0062.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0062.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0062.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' d' id='issue-2'>
<span>Issue 2. <a href='#issue-2'>#</a></span>
<span>Summary: Define <br> and <wbr></span>
<span>From: Ian Hickson, Tab Atkins</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2014Jun/0155.html'>https://lists.w3.org/Archives/Public/www-style/2014Jun/0155.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2014Jun/0155.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/610'>https://github.com/w3c/csswg-drafts/issues/610</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/610#issuecomment-274911199'>https://github.com/w3c/csswg-drafts/issues/610#issuecomment-274911199</a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0065.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0065.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0065.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0066.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0066.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0066.html"><abbr title="Thread">∈</abbr></a></span>
<span class="d">Closed: Deferred to HTML <a href='https://github.com/whatwg/html/issues/2291'>https://github.com/whatwg/html/issues/2291</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0062.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0062.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0062.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: Shouldn't root be in-flow?</span>
<span>From: fantasai</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0332.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0332.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Aug/0332.html"><abbr title="Thread">∈</abbr></a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0062.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0062.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0062.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/2017Feb/0062.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0062.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0062.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-5'>
<span>Issue 5. <a href='#issue-5'>#</a></span>
<span>Summary: Interaction of run-in and ::first-letter</span>
<span>From: Florian Rivoal</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0330.html'>https://lists.w3.org/Archives/Public/www-style/2015Feb/0330.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Feb/0330.html"><abbr title="Thread">∈</abbr></a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/650'>https://github.com/w3c/csswg-drafts/issues/650</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/650#issuecomment-274908554'>https://github.com/w3c/csswg-drafts/issues/650#issuecomment-274908554</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0062.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0062.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0062.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' oi' id='issue-6'>
<span>Issue 6. <a href='#issue-6'>#</a></span>
<span>Summary: Inconsistent implementation of 'display: flex' on <fieldset></span>
<span>From: glanbin</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/321'>https://github.com/w3c/csswg-drafts/issues/321</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/321#issuecomment-232788709'>https://github.com/w3c/csswg-drafts/issues/321#issuecomment-232788709</a></span>
<span class="oi">Closed: Invalid</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' r' id='issue-7'>
<span>Issue 7. <a href='#issue-7'>#</a></span>
<span>Summary: Consider removing 'display: run-in'</span>
<span>From: Ms2ger</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/339'>https://github.com/w3c/csswg-drafts/issues/339</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/339#issuecomment-234783783'>https://github.com/w3c/csswg-drafts/issues/339#issuecomment-234783783</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: Editor discretion</span>
<span>-</span></pre>
<pre class=' a' id='issue-8'>
<span>Issue 8. <a href='#issue-8'>#</a></span>
<span>Summary: Define interaction of 'display: contents' and replaced elements</span>
<span>From: Simon Pieters</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/540'>https://github.com/w3c/csswg-drafts/issues/540</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/540#issuecomment-285214950'>https://github.com/w3c/csswg-drafts/issues/540#issuecomment-285214950</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://www.w3.org/mid/CADhPm3sQbKYcM6mmRueGJBozPGer_UwQDMyv+eww3kOBAHC7mg@mail.gmail.com'>https://www.w3.org/mid/CADhPm3sQbKYcM6mmRueGJBozPGer_UwQDMyv+eww3kOBAHC7mg@mail.gmail.com</a> <a href="mid:CADhPm3sQbKYcM6mmRueGJBozPGer_UwQDMyv+eww3kOBAHC7mg@mail.gmail.com"><abbr title="Open Message">⎆</abbr></a></span>
<span>-</span></pre>
<pre class=' oi' id='issue-9'>
<span>Issue 9. <a href='#issue-9'>#</a></span>
<span>Summary: Display value visible to AT</span>
<span>From: Dave Cramer, Sara Soueidan</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/560'>https://github.com/w3c/csswg-drafts/issues/560</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/560#issuecomment-270094051'>https://github.com/w3c/csswg-drafts/issues/560#issuecomment-270094051</a></span>
<span class="oi">Closed: OutOfScope</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-10'>
<span>Issue 10. <a href='#issue-10'>#</a></span>
<span>Summary: Effect of 'display: contents' on counter scoping</span>
<span>From: Xidorn Quan</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/674'>https://github.com/w3c/csswg-drafts/issues/674</a></span>
<span>Response:</span>
<span class="a">Closed: Accepted</span>
<span>Note: Still needs edits in css-lists-3.</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0062.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0062.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0062.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-11'>
<span>Issue 11. <a href='#issue-11'>#</a></span>
<span>Summary: Why is introduction normative? Also defining “element”?</span>
<span>From: Anne van Kesteren</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/680'>https://github.com/w3c/csswg-drafts/issues/680</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/680#issuecomment-270103941'>https://github.com/w3c/csswg-drafts/issues/680#issuecomment-270103941</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' oi' id='issue-12'>
<span>Issue 12. <a href='#issue-12'>#</a></span>
<span>Summary: 'display: contents' on root element</span>
<span>From: Emilio Cobos Álvarez</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/805'>https://github.com/w3c/csswg-drafts/issues/805</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/805#issuecomment-266991346'>https://github.com/w3c/csswg-drafts/issues/805#issuecomment-266991346</a></span>
<span class="oi">Closed: Invalid</span></pre>
<pre class=' a' id='issue-13'>
<span>Issue 13. <a href='#issue-13'>#</a></span>
<span>Summary: “run-in box with 'display: flow'” nonsensical</span>
<span>From: Mats Palmgren</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/832'>https://github.com/w3c/csswg-drafts/issues/832</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/832#issuecomment-270106512'>https://github.com/w3c/csswg-drafts/issues/832#issuecomment-270106512</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-14'>
<span>Issue 14. <a href='#issue-14'>#</a></span>
<span>Summary: "flow-root" harmful</span>
<span>From: Binyammin Laukstein</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/983'>https://github.com/w3c/csswg-drafts/issues/983</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/983#issuecomment-275141140'>https://github.com/w3c/csswg-drafts/issues/983#issuecomment-275141140</a></span>
<span class="oi">Closed: Invalid</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/983#issuecomment-275208753'>https://github.com/w3c/csswg-drafts/issues/983#issuecomment-275208753</a></span></pre>
<pre class=' a' id='issue-15'>
<span>Issue 15. <a href='#issue-15'>#</a></span>
<span>Summary: Rename flow-root</span>
<span>From: Simon Fraser</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/964'>https://github.com/w3c/csswg-drafts/issues/964</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/964#issuecomment-274638719'>https://github.com/w3c/csswg-drafts/issues/964#issuecomment-274638719</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: <a href='https://www.w3.org/mid/CADhPm3sTiUi9iibZpc+G0F4=Pn6y9VMbeBaQQ4SKNKPGyOMowA@mail.gmail.com'>https://www.w3.org/mid/CADhPm3sTiUi9iibZpc+G0F4=Pn6y9VMbeBaQQ4SKNKPGyOMowA@mail.gmail.com</a> <a href="mid:CADhPm3sTiUi9iibZpc+G0F4=Pn6y9VMbeBaQQ4SKNKPGyOMowA@mail.gmail.com"><abbr title="Open Message">⎆</abbr></a></span>
<span class="a">Verified: <a href='https://www.w3.org/mid/CADhPm3sTiUi9iibZpc+G0F4=Pn6y9VMbeBaQQ4SKNKPGyOMowA@mail.gmail.com'>https://www.w3.org/mid/CADhPm3sTiUi9iibZpc+G0F4=Pn6y9VMbeBaQQ4SKNKPGyOMowA@mail.gmail.com</a> <a href="mid:CADhPm3sTiUi9iibZpc+G0F4=Pn6y9VMbeBaQQ4SKNKPGyOMowA@mail.gmail.com"><abbr title="Open Message">⎆</abbr></a></span></pre>
<pre class=' a' id='issue-16'>
<span>Issue 16. <a href='#issue-16'>#</a></span>
<span>Summary: Tooltips are wrong</span>
<span>From: Mats Palmgren</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/834'>https://github.com/w3c/csswg-drafts/issues/834</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/834#issuecomment-280431244'>https://github.com/w3c/csswg-drafts/issues/834#issuecomment-280431244</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-17'>
<span>Issue 17. <a href='#issue-17'>#</a></span>
<span>Summary: HTML shouldn't be a normative reference</span>
<span>From: Bert Bos</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1011'>https://github.com/w3c/csswg-drafts/issues/1011</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1011#issuecomment-286501361'>https://github.com/w3c/csswg-drafts/issues/1011#issuecomment-286501361</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-18'>
<span>Issue 18. <a href='#issue-18'>#</a></span>
<span>Summary: What are form controls?</span>
<span>From: Boris Zbarsky</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1024'>https://github.com/w3c/csswg-drafts/issues/1024</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1024#issuecomment-285215276'>https://github.com/w3c/csswg-drafts/issues/1024#issuecomment-285215276</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-19'>
<span>Issue 19. <a href='#issue-19'>#</a></span>
<span>Summary: Anonymous boxes inheriting from `display: contents`</span>
<span>From: Oriol, Boris Zbarsky</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1118'>https://github.com/w3c/csswg-drafts/issues/1118</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1249'>https://github.com/w3c/csswg-drafts/issues/1249</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1118#issuecomment-301942276'>https://github.com/w3c/csswg-drafts/issues/1118#issuecomment-301942276</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Jun/0009.html'>https://lists.w3.org/Archives/Public/www-style/2017Jun/0009.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Jun/0009.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1118#issuecomment-301953751'>https://github.com/w3c/csswg-drafts/issues/1118#issuecomment-301953751</a></span></pre>
<pre class=' a' id='issue-20'>
<span>Issue 20. <a href='#issue-20'>#</a></span>
<span>Summary: Propagation of text-decoration applied to `display: contents`</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1136'>https://github.com/w3c/csswg-drafts/issues/1136</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1136#issuecomment-301938274'>https://github.com/w3c/csswg-drafts/issues/1136#issuecomment-301938274</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/a9a8bdda32c4d22a2cbc98d6c3724b72f651b6b3'>https://github.com/w3c/csswg-drafts/commit/a9a8bdda32c4d22a2cbc98d6c3724b72f651b6b3</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Jun/0009.html'>https://lists.w3.org/Archives/Public/www-style/2017Jun/0009.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Jun/0009.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-21'>
<span>Issue 21. <a href='#issue-21'>#</a></span>
<span>Summary: `display: block` seems to define flex and grid items as block-level</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1175'>https://github.com/w3c/csswg-drafts/issues/1175</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1175#issuecomment-292656095'>https://github.com/w3c/csswg-drafts/issues/1175#issuecomment-292656095</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1175#issuecomment-292738919'>https://github.com/w3c/csswg-drafts/issues/1175#issuecomment-292738919</a></span>
<span>Response:</span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-22'>
<span>Issue 22. <a href='#issue-22'>#</a></span>
<span>Summary: Display erroneously groups ruby with atomic inlines</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1180'>https://github.com/w3c/csswg-drafts/issues/1180</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1180#issuecomment-292638199'>https://github.com/w3c/csswg-drafts/issues/1180#issuecomment-292638199</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-23'>
<span>Issue 23. <a href='#issue-23'>#</a></span>
<span>Summary: Block containers can also establish an inline formatting context</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1185'>https://github.com/w3c/csswg-drafts/issues/1185</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1185#issuecomment-301622704'>https://github.com/w3c/csswg-drafts/issues/1185#issuecomment-301622704</a></span>
<span>Closed: Accepted</span>
<span>Resolved: Bugfix</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1185#issuecomment-301630234'>https://github.com/w3c/csswg-drafts/issues/1185#issuecomment-301630234</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1185#issuecomment-314583112'>https://github.com/w3c/csswg-drafts/issues/1185#issuecomment-314583112</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' oi' id='issue-24'>
<span>Issue 24. <a href='#issue-24'>#</a></span>
<span>Summary: Revisions to *-level definitions</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1186'>https://github.com/w3c/csswg-drafts/issues/1186</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1186#issuecomment-294637052'>https://github.com/w3c/csswg-drafts/issues/1186#issuecomment-294637052</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1186#issuecomment-294646968'>https://github.com/w3c/csswg-drafts/issues/1186#issuecomment-294646968</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1186#issuecomment-301623329'>https://github.com/w3c/csswg-drafts/issues/1186#issuecomment-301623329</a></span>
<span class="oi">Closed: Invalid</span></pre>
<pre class=' a' id='issue-25'>
<span>Issue 25. <a href='#issue-25'>#</a></span>
<span>Summary: Do table captions participate in BFC or TFC?</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1189'>https://github.com/w3c/csswg-drafts/issues/1189</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1189#issuecomment-301626461'>https://github.com/w3c/csswg-drafts/issues/1189#issuecomment-301626461</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-26'>
<span>Issue 26. <a href='#issue-26'>#</a></span>
<span>Summary: Table contains invalid values</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1225'>https://github.com/w3c/csswg-drafts/issues/1225</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1225#issuecomment-301631015'>https://github.com/w3c/csswg-drafts/issues/1225#issuecomment-301631015</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-27'>
<span>Issue 27. <a href='#issue-27'>#</a></span>
<span>Summary: list-item definition implies invalid keyword combos are valid</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1226'>https://github.com/w3c/csswg-drafts/issues/1226</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1226#issuecomment-301631288'>https://github.com/w3c/csswg-drafts/issues/1226#issuecomment-301631288</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>Summary: Do contents and none have outer display type?</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1227'>https://github.com/w3c/csswg-drafts/issues/1227</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1227#issuecomment-301631748'>https://github.com/w3c/csswg-drafts/issues/1227#issuecomment-301631748</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-29'>
<span>Issue 29. <a href='#issue-29'>#</a></span>
<span>Summary: Run-in erroneously excludes blocks that establish inline formatting context</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1228'>https://github.com/w3c/csswg-drafts/issues/1228</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1228#issuecomment-301632605'>https://github.com/w3c/csswg-drafts/issues/1228#issuecomment-301632605</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/2f6354014360662e2aef0e25da433852d4fa8b3a'>https://github.com/w3c/csswg-drafts/commit/2f6354014360662e2aef0e25da433852d4fa8b3a</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-30'>
<span>Issue 30. <a href='#issue-30'>#</a></span>
<span>Summary: Blockification rules not backwards-compatible for inline-block</span>
<span>From: Boris Zbarsky</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1246'>https://github.com/w3c/csswg-drafts/issues/1246</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1246#issuecomment-301634850'>https://github.com/w3c/csswg-drafts/issues/1246#issuecomment-301634850</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1246#issuecomment-305246779'>https://github.com/w3c/csswg-drafts/issues/1246#issuecomment-305246779</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1246#issuecomment-313211986'>https://github.com/w3c/csswg-drafts/issues/1246#issuecomment-313211986</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Aug/0042.html'>https://lists.w3.org/Archives/Public/www-style/2017Aug/0042.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Aug/0042.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-31'>
<span>Issue 31. <a href='#issue-31'>#</a></span>
<span>Summary: Rename “block container” to “flow container”</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1265'>https://github.com/w3c/csswg-drafts/issues/1265</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1265#issuecomment-301635795'>https://github.com/w3c/csswg-drafts/issues/1265#issuecomment-301635795</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: Editor discretion</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1265#issuecomment-301639507'>https://github.com/w3c/csswg-drafts/issues/1265#issuecomment-301639507</a></span></pre>
<pre class=' a' id='issue-32'>
<span>Issue 32. <a href='#issue-32'>#</a></span>
<span>Summary: Text nodes vs text runs</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1281'>https://github.com/w3c/csswg-drafts/issues/1281</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1281#issuecomment-301942809'>https://github.com/w3c/csswg-drafts/issues/1281#issuecomment-301942809</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Jun/0009.html'>https://lists.w3.org/Archives/Public/www-style/2017Jun/0009.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Jun/0009.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' oi' id='issue-33'>
<span>Issue 33. <a href='#issue-33'>#</a></span>
<span>Summary: Inheritance with 'display: contents' and ::first-line</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1310'>https://github.com/w3c/csswg-drafts/issues/1310</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1310#issuecomment-301641199'>https://github.com/w3c/csswg-drafts/issues/1310#issuecomment-301641199</a></span>
<span class="oi">Closed: OutOfScope</span>
<span>Notes: Deferred to css-pseudo-4, as ::first-line in general needs tighter definition</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018May/0036.html'>https://lists.w3.org/Archives/Public/www-style/2018May/0036.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018May/0036.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-34'>
<span>Issue 34. <a href='#issue-34'>#</a></span>
<span>Summary: Define 'display: contents' as a type of box</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1313'>https://github.com/w3c/csswg-drafts/issues/1313</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1313#issuecomment-299120942'>https://github.com/w3c/csswg-drafts/issues/1313#issuecomment-299120942</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1313#issuecomment-299247618'>https://github.com/w3c/csswg-drafts/issues/1313#issuecomment-299247618</a></span>
<span class="a">Closed: Retracted</span></pre>
<pre class=' a' id='issue-35'>
<span>Issue 35. <a href='#issue-35'>#</a></span>
<span>Summary: Define more sensible blockification for layout-internal types</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1340'>https://github.com/w3c/csswg-drafts/issues/1340</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1340#issuecomment-301641681'>https://github.com/w3c/csswg-drafts/issues/1340#issuecomment-301641681</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/5aaca4a7030e818cd02ac2d93137e1cd1d295bae'>https://github.com/w3c/csswg-drafts/commit/5aaca4a7030e818cd02ac2d93137e1cd1d295bae</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-36'>
<span>Issue 36. <a href='#issue-36'>#</a></span>
<span>Summary: Inlinification, recursion, and ruby vs display definitions</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1341'>https://github.com/w3c/csswg-drafts/issues/1341</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1341#issuecomment-301643296'>https://github.com/w3c/csswg-drafts/issues/1341#issuecomment-301643296</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1341#issuecomment-301944521'>https://github.com/w3c/csswg-drafts/issues/1341#issuecomment-301944521</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1341#issuecomment-313204672'>https://github.com/w3c/csswg-drafts/issues/1341#issuecomment-313204672</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Jun/0009.html'>https://lists.w3.org/Archives/Public/www-style/2017Jun/0009.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Jun/0009.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-37'>
<span>Issue 37. <a href='#issue-37'>#</a></span>
<span>Summary: Does display: contents apply to ::before ::after</span>
<span>From: Emilio</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1345'>https://github.com/w3c/csswg-drafts/issues/1345</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1345#issuecomment-313205067'>https://github.com/w3c/csswg-drafts/issues/1345#issuecomment-313205067</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017May/0057.html'>https://lists.w3.org/Archives/Public/www-style/2017May/0057.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017May/0057.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-38'>
<span>Issue 38. <a href='#issue-38'>#</a></span>
<span>Summary: Define interaction of various box tree fixups</span>
<span>From: Boris Zbarsky</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1355'>https://github.com/w3c/csswg-drafts/issues/1355</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1355#issuecomment-301878155'>https://github.com/w3c/csswg-drafts/issues/1355#issuecomment-301878155</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1355#issuecomment-301888405'>https://github.com/w3c/csswg-drafts/issues/1355#issuecomment-301888405</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1355#issuecomment-302250667'>https://github.com/w3c/csswg-drafts/issues/1355#issuecomment-302250667</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1355#issuecomment-302748058'>https://github.com/w3c/csswg-drafts/issues/1355#issuecomment-302748058</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/f5b79e99bb8fc9ebea4ed956ed3420bc69b90786'>https://github.com/w3c/csswg-drafts/commit/f5b79e99bb8fc9ebea4ed956ed3420bc69b90786</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-39'>
<span>Issue 39. <a href='#issue-39'>#</a></span>
<span>Summary: Root inline box vs anonymous inline boxes</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1383'>https://github.com/w3c/csswg-drafts/issues/1383</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1383#issuecomment-301832460'>https://github.com/w3c/csswg-drafts/issues/1383#issuecomment-301832460</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1383#issuecomment-301833956'>https://github.com/w3c/csswg-drafts/issues/1383#issuecomment-301833956</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1383#issuecomment-301872204'>https://github.com/w3c/csswg-drafts/issues/1383#issuecomment-301872204</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/6aeeabe060c8d8c1397ef2196a4e3a62da964d5e'>https://github.com/w3c/csswg-drafts/commit/6aeeabe060c8d8c1397ef2196a4e3a62da964d5e</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-40'>
<span>Issue 40. <a href='#issue-40'>#</a></span>
<span>Summary: Inlinification by display type or anon box fixup?</span>
<span>From: fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1390'>https://github.com/w3c/csswg-drafts/issues/1390</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1390#issuecomment-313211238'>https://github.com/w3c/csswg-drafts/issues/1390#issuecomment-313211238</a></span>
<span class="a">Closed: Retracted</span></pre>
<pre class=' oi' id='issue-41'>
<span>Issue 41. <a href='#issue-41'>#</a></span>
<span>Summary: Computation of 'float' vs 'position' without a box</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1436'>https://github.com/w3c/csswg-drafts/issues/1436</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1436#issuecomment-313215820'>https://github.com/w3c/csswg-drafts/issues/1436#issuecomment-313215820</a></span>
<span class="oi">Closed: OutOfScope</span>
<span>Notes: Accepted, pending edits to css-2 and css-position-3</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Jul/0015.html'>https://lists.w3.org/Archives/Public/www-style/2017Jul/0015.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Jul/0015.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-42'>
<span>Issue 42. <a href='#issue-42'>#</a></span>
<span>Summary: Are run-in contents inside ::first-line?</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1441'>https://github.com/w3c/csswg-drafts/issues/1441</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1441#issuecomment-313246128'>https://github.com/w3c/csswg-drafts/issues/1441#issuecomment-313246128</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editor discretion</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1441#issuecomment-313249402'>https://github.com/w3c/csswg-drafts/issues/1441#issuecomment-313249402</a></span></pre>
<pre class=' a' id='issue-43'>
<span>Issue 43. <a href='#issue-43'>#</a></span>
<span>Summary: “Becoming a formatting context” section is a mess</span>
<span>From: Oriol, fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1457'>https://github.com/w3c/csswg-drafts/issues/1457</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1457#issuecomment-313225448'>https://github.com/w3c/csswg-drafts/issues/1457#issuecomment-313225448</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1563'>https://github.com/w3c/csswg-drafts/issues/1563</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1563#issuecomment-314573128'>https://github.com/w3c/csswg-drafts/issues/1563#issuecomment-314573128</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/94982e838a558e6c66516b3b13e403eae32e27ad'>https://github.com/w3c/csswg-drafts/commit/94982e838a558e6c66516b3b13e403eae32e27ad</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018May/0030.html'>https://lists.w3.org/Archives/Public/www-style/2018May/0030.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018May/0030.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-44'>
<span>Issue 44. <a href='#issue-44'>#</a></span>
<span>Summary: Is 'position: marker' out-of-flow?</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1458'>https://github.com/w3c/csswg-drafts/issues/1458</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1458#issuecomment-313224602'>https://github.com/w3c/csswg-drafts/issues/1458#issuecomment-313224602</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-45'>
<span>Issue 45. <a href='#issue-45'>#</a></span>
<span>Summary: Does run-in algo recurse?</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1460'>https://github.com/w3c/csswg-drafts/issues/1460</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1460#issuecomment-314593762'>https://github.com/w3c/csswg-drafts/issues/1460#issuecomment-314593762</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/c9f1bb16d0e5077b9bca7027a7d7252eeff5abf1'>https://github.com/w3c/csswg-drafts/commit/c9f1bb16d0e5077b9bca7027a7d7252eeff5abf1</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' ' id='issue-46'>
<span>Issue 46. <a href='#issue-46'>#</a></span>
<span>Summary: Parallel construction should be pairwise disjoint (editorial)</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1470'>https://github.com/w3c/csswg-drafts/issues/1470</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/09212af80e10e4e3e57965bb27b2de3fdcd86e06'>https://github.com/w3c/csswg-drafts/commit/09212af80e10e4e3e57965bb27b2de3fdcd86e06</a></span>
<span class="">Closed: Fixed</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-47'>
<span>Issue 47. <a href='#issue-47'>#</a></span>
<span>Summary: BFC definition not quite right</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1471'>https://github.com/w3c/csswg-drafts/issues/1471</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1471#issuecomment-313240736'>https://github.com/w3c/csswg-drafts/issues/1471#issuecomment-313240736</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1471#issuecomment-313247457'>https://github.com/w3c/csswg-drafts/issues/1471#issuecomment-313247457</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1471#issuecomment-313263022'>https://github.com/w3c/csswg-drafts/issues/1471#issuecomment-313263022</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1471#issuecomment-313252408'>https://github.com/w3c/csswg-drafts/issues/1471#issuecomment-313252408</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1471#issuecomment-313266528'>https://github.com/w3c/csswg-drafts/issues/1471#issuecomment-313266528</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/commit/ffc79e46b2f691d334b00d69ed23dde50a4068b3'>https://github.com/w3c/csswg-drafts/commit/ffc79e46b2f691d334b00d69ed23dde50a4068b3</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/commit/ffc79e46b2f691d334b00d69ed23dde50a4068b3'>https://github.com/w3c/csswg-drafts/commit/ffc79e46b2f691d334b00d69ed23dde50a4068b3</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-48'>
<span>Issue 48. <a href='#issue-48'>#</a></span>
<span>Summary: Run-in fixup vs block-in-inline fixup</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1472'>https://github.com/w3c/csswg-drafts/issues/1472</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1472#issuecomment-313242917'>https://github.com/w3c/csswg-drafts/issues/1472#issuecomment-313242917</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-49'>
<span>Issue 49. <a href='#issue-49'>#</a></span>
<span>Summary: Note wrt inheritance of ::first-line through 'display: contents'.</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1473'>https://github.com/w3c/csswg-drafts/issues/1473</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1473#issuecomment-313247421'>https://github.com/w3c/csswg-drafts/issues/1473#issuecomment-313247421</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-50'>
<span>Issue 50. <a href='#issue-50'>#</a></span>
<span>Summary: Display types: on elements or on boxes?</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1480'>https://github.com/w3c/csswg-drafts/issues/1480</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1480#issuecomment-314569164'>https://github.com/w3c/csswg-drafts/issues/1480#issuecomment-314569164</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1480#issuecomment-314583675'>https://github.com/w3c/csswg-drafts/issues/1480#issuecomment-314583675</a></span></pre>
<pre class=' oi' id='issue-51'>
<span>Issue 51. <a href='#issue-51'>#</a></span>
<span>Summary: Should 'inline-foo' and 'inline foo' be distinct?</span>
<span>From: David Baron</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1486'>https://github.com/w3c/csswg-drafts/issues/1486</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1486#issuecomment-320022628'>https://github.com/w3c/csswg-drafts/issues/1486#issuecomment-320022628</a></span>
<span class="oi">Closed: Invalid</span></pre>
<pre class=' a' id='issue-52'>
<span>Issue 52. <a href='#issue-52'>#</a></span>
<span>Summary: At-risk list omits three-component values</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1490'>https://github.com/w3c/csswg-drafts/issues/1490</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/394c62f72fda4ac824c9ce204a99bf991b9e6471'>https://github.com/w3c/csswg-drafts/commit/394c62f72fda4ac824c9ce204a99bf991b9e6471</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-53'>
<span>Issue 53. <a href='#issue-53'>#</a></span>
<span>Summary: Discrepancies in run-in</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1491'>https://github.com/w3c/csswg-drafts/issues/1491</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1491#issuecomment-314570280'>https://github.com/w3c/csswg-drafts/issues/1491#issuecomment-314570280</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' oi' id='issue-54'>
<span>Issue 54. <a href='#issue-54'>#</a></span>
<span>Summary: Serialization of list-item values not listed</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1493'>https://github.com/w3c/csswg-drafts/issues/1493</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1493#issuecomment-314572350'>https://github.com/w3c/csswg-drafts/issues/1493#issuecomment-314572350</a></span>
<span class="oi">Closed: OutOfScope (to CSSOM) / Rejected (for editorial)</span>
<span>Resolved: Bugfix / Editorial</span></pre>
<pre class=' a' id='issue-55'>
<span>Issue 55. <a href='#issue-55'>#</a></span>
<span>Summary: Missing definition of 'inline-list-item'</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1495'>https://github.com/w3c/csswg-drafts/issues/1495</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1495#issuecomment-306282449'>https://github.com/w3c/csswg-drafts/issues/1495#issuecomment-306282449</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Jul/0015.html'>https://lists.w3.org/Archives/Public/www-style/2017Jul/0015.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Jul/0015.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-56'>
<span>Issue 56. <a href='#issue-56'>#</a></span>
<span>Summary: Redesign 'flow-root' keyword and related features</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1496'>https://github.com/w3c/csswg-drafts/issues/1496</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1496#issuecomment-319986260'>https://github.com/w3c/csswg-drafts/issues/1496#issuecomment-319986260</a></span>
<span class="r">Closed: Rejected</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1496#issuecomment-320027059'>https://github.com/w3c/csswg-drafts/issues/1496#issuecomment-320027059</a></span></pre>
<pre class=' a' id='issue-57'>
<span>Issue 57. <a href='#issue-57'>#</a></span>
<span>Summary: Inlinification doesn't inlinify layout-internal boxes</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1582'>https://github.com/w3c/csswg-drafts/issues/1582</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1582#issuecomment-314605575'>https://github.com/w3c/csswg-drafts/issues/1582#issuecomment-314605575</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-58'>
<span>Issue 58. <a href='#issue-58'>#</a></span>
<span>Summary: <legend> with no box example is confusing</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1584'>https://github.com/w3c/csswg-drafts/issues/1584</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-313494427'>https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-313494427</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-313494885'>https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-313494885</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-313498359'>https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-313498359</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-391181313'>https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-391181313</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/beb5964179f6fc815e59e23a1de501cddab7355a'>https://github.com/w3c/csswg-drafts/commit/beb5964179f6fc815e59e23a1de501cddab7355a</a></span>
<span class="a">Closed: Accepted</span>
<span>Notes: See also <a href='https://github.com/whatwg/html/issues/3702'>https://github.com/whatwg/html/issues/3702</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-59'>
<span>Issue 59. <a href='#issue-59'>#</a></span>
<span>Summary: Blocks that contain only inlines, establishing BFC+IFC?</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1553'>https://github.com/w3c/csswg-drafts/issues/1553</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1553#issuecomment-375120025'>https://github.com/w3c/csswg-drafts/issues/1553#issuecomment-375120025</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/8bb4d824180eccee53864aa40b883d0eb7140c0a'>https://github.com/w3c/csswg-drafts/commit/8bb4d824180eccee53864aa40b883d0eb7140c0a</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-60'>
<span>Issue 60. <a href='#issue-60'>#</a></span>
<span>Summary: Define establishing a BFC as a flow-root only thing via used values</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1550'>https://github.com/w3c/csswg-drafts/issues/1550</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1550#issuecomment-387160020'>https://github.com/w3c/csswg-drafts/issues/1550#issuecomment-387160020</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/0258e7ac526cffce6e81d13110ba79a681504fff'>https://github.com/w3c/csswg-drafts/commit/0258e7ac526cffce6e81d13110ba79a681504fff</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/72141508e866058bd9a431abdb97c3406d9e34b2'>https://github.com/w3c/csswg-drafts/commit/72141508e866058bd9a431abdb97c3406d9e34b2</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018May/0036.html'>https://lists.w3.org/Archives/Public/www-style/2018May/0036.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018May/0036.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' oi' id='issue-61'>
<span>Issue 61. <a href='#issue-61'>#</a></span>
<span>Summary: Is the principal box unique?</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1604'>https://github.com/w3c/csswg-drafts/issues/1604</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1604#issuecomment-374366647'>https://github.com/w3c/csswg-drafts/issues/1604#issuecomment-374366647</a></span>
<span class="oi">Closed: OutOfScope</span>
<span>Notes: Follow-up for css-flow-3 <a href='https://github.com/w3c/csswg-drafts/issues/1477'>https://github.com/w3c/csswg-drafts/issues/1477</a></span></pre>
<pre class=' oi' id='issue-62'>
<span>Issue 62. <a href='#issue-62'>#</a></span>
<span>Summary: run-in fixup should create inline-block when parent inlinifies</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1607'>https://github.com/w3c/csswg-drafts/issues/1607</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1607#issuecomment-374368323'>https://github.com/w3c/csswg-drafts/issues/1607#issuecomment-374368323</a></span>
<span class="oi">Closed: Invalid</span></pre>
<pre class=' a' id='issue-63'>
<span>Issue 63. <a href='#issue-63'>#</a></span>
<span>Summary: Define how block containers establish an inline formatting context</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1617'>https://github.com/w3c/csswg-drafts/issues/1617</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1617#issuecomment-374369526'>https://github.com/w3c/csswg-drafts/issues/1617#issuecomment-374369526</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1617#issuecomment-374376423'>https://github.com/w3c/csswg-drafts/issues/1617#issuecomment-374376423</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1617#issuecomment-374385637'>https://github.com/w3c/csswg-drafts/issues/1617#issuecomment-374385637</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1617#issuecomment-398958073'>https://github.com/w3c/csswg-drafts/issues/1617#issuecomment-398958073</a></span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-64'>
<span>Issue 64. <a href='#issue-64'>#</a></span>
<span>Summary: Position of 'list-item' when serializing 'display'</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1621'>https://github.com/w3c/csswg-drafts/issues/1621</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1621#issuecomment-374730492'>https://github.com/w3c/csswg-drafts/issues/1621#issuecomment-374730492</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-65'>
<span>Issue 65. <a href='#issue-65'>#</a></span>
<span>Summary: Clarify that outer display type only affects principal box</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1622'>https://github.com/w3c/csswg-drafts/issues/1622</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/c5d8900d4cc8dedd4f7a02d506d0e0cd2cb5a639'>https://github.com/w3c/csswg-drafts/commit/c5d8900d4cc8dedd4f7a02d506d0e0cd2cb5a639</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-66'>
<span>Issue 66. <a href='#issue-66'>#</a></span>
<span>Summary: Compact at-risk list</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1623'>https://github.com/w3c/csswg-drafts/issues/1623</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/9f72f245cba50a173813c36b771f552fe8104964'>https://github.com/w3c/csswg-drafts/commit/9f72f245cba50a173813c36b771f552fe8104964</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-67'>
<span>Issue 67. <a href='#issue-67'>#</a></span>
<span>Summary: list-item generates ::marker pseudo-element (not necessarily box)</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1625'>https://github.com/w3c/csswg-drafts/issues/1625</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/ed5c6a31724e014f3336dbf7901c5ef5cb1eaf20'>https://github.com/w3c/csswg-drafts/commit/ed5c6a31724e014f3336dbf7901c5ef5cb1eaf20</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-68'>
<span>Issue 68. <a href='#issue-68'>#</a></span>
<span>Summary: Mismatched references (to CSS2 vs css-lists-3)</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1626'>https://github.com/w3c/csswg-drafts/issues/1626</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1626#issuecomment-374373751'>https://github.com/w3c/csswg-drafts/issues/1626#issuecomment-374373751</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/7af6650e9ad441bac22fe833cb413112262f9149'>https://github.com/w3c/csswg-drafts/commit/7af6650e9ad441bac22fe833cb413112262f9149</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-69'>
<span>Issue 69. <a href='#issue-69'>#</a></span>
<span>Summary: Mention that block ruby generates principal block box</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1629'>https://github.com/w3c/csswg-drafts/issues/1629</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/5e90348a26aecbed6d878cce89cbbc7db1b058ff'>https://github.com/w3c/csswg-drafts/commit/5e90348a26aecbed6d878cce89cbbc7db1b058ff</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-70'>
<span>Issue 70. <a href='#issue-70'>#</a></span>
<span>Summary: run-in insertion point vs ::marker with 'display'</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1638'>https://github.com/w3c/csswg-drafts/issues/1638</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1638#issuecomment-316979494'>https://github.com/w3c/csswg-drafts/issues/1638#issuecomment-316979494</a></span>
<span class="a">Closed: Retracted</span></pre>
<pre class=' a' id='issue-71'>
<span>Issue 71. <a href='#issue-71'>#</a></span>
<span>Summary: Are run-in sequences merged during reparenting?</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1639'>https://github.com/w3c/csswg-drafts/issues/1639</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/ef3c8fd8b2fe85c32a2dc393ca3b2810a414ea88'>https://github.com/w3c/csswg-drafts/commit/ef3c8fd8b2fe85c32a2dc393ca3b2810a414ea88</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' r' id='issue-72'>
<span>Issue 72. <a href='#issue-72'>#</a></span>
<span>Summary: Clarify run-in recursion vs anonymous-block wrapping</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1640'>https://github.com/w3c/csswg-drafts/issues/1640</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1640#issuecomment-374384660'>https://github.com/w3c/csswg-drafts/issues/1640#issuecomment-374384660</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/c7841af7ab963a5e91b2436ffe60ece80700cc7e'>https://github.com/w3c/csswg-drafts/commit/c7841af7ab963a5e91b2436ffe60ece80700cc7e</a></span>
<span class="a">Closed: Accepted</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1640#issuecomment-374390920'>https://github.com/w3c/csswg-drafts/issues/1640#issuecomment-374390920</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1640#issuecomment-398963365'>https://github.com/w3c/csswg-drafts/issues/1640#issuecomment-398963365</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: Editorial</span></pre>
<pre class=' oi' id='issue-73'>
<span>Issue 73. <a href='#issue-73'>#</a></span>
<span>Summary: Define inner display type of replaced elements</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1642'>https://github.com/w3c/csswg-drafts/issues/1642</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1642#issuecomment-374399290'>https://github.com/w3c/csswg-drafts/issues/1642#issuecomment-374399290</a></span>
<span class="oi">Closed: Invalid</span></pre>
<pre class=' oi' id='issue-74'>
<span>Issue 74. <a href='#issue-74'>#</a></span>
<span>Summary: How does inner display type compute on replaced elements if out of scope?</span>
<span>From: Sebastien Zartner</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1642#issuecomment-317237475'>https://github.com/w3c/csswg-drafts/issues/1642#issuecomment-317237475</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1642#issuecomment-398964350'>https://github.com/w3c/csswg-drafts/issues/1642#issuecomment-398964350</a></span>
<span class="oi">Closed: Invalid</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-75'>
<span>Issue 75. <a href='#issue-75'>#</a></span>
<span>Summary: Define style computation reflection between boxes and elements</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1643'>https://github.com/w3c/csswg-drafts/issues/1643</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1643#issuecomment-350398313'>https://github.com/w3c/csswg-drafts/issues/1643#issuecomment-350398313</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1702'>https://github.com/w3c/csswg-drafts/issues/1702</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1702#issuecomment-374415941'>https://github.com/w3c/csswg-drafts/issues/1702#issuecomment-374415941</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/b2d484c6ab9c4dbdb8fdca899e2d37d59d6953e3'>https://github.com/w3c/csswg-drafts/commit/b2d484c6ab9c4dbdb8fdca899e2d37d59d6953e3</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018Apr/0005.html'>https://lists.w3.org/Archives/Public/www-style/2018Apr/0005.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Apr/0005.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' ' id='issue-76'>
<span>Issue 76. <a href='#issue-76'>#</a></span>
<span>Summary: Define some box construction guidance for specs</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1643'>https://github.com/w3c/csswg-drafts/issues/1643</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1643#issuecomment-350398313'>https://github.com/w3c/csswg-drafts/issues/1643#issuecomment-350398313</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/533ac0a31b0262c4a0d09c77e19604666fe35e14'>https://github.com/w3c/csswg-drafts/commit/533ac0a31b0262c4a0d09c77e19604666fe35e14</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018Apr/0005.html'>https://lists.w3.org/Archives/Public/www-style/2018Apr/0005.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Apr/0005.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-77'>
<span>Issue 77. <a href='#issue-77'>#</a></span>
<span>Summary: table grid box is not a defined term</span>
<span>From: David Baron</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1643#issuecomment-376733708'>https://github.com/w3c/csswg-drafts/issues/1643#issuecomment-376733708</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1643#issuecomment-378768000'>https://github.com/w3c/csswg-drafts/issues/1643#issuecomment-378768000</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/193022f623acd1b95a1fddae76fd98408a618d8b'>https://github.com/w3c/csswg-drafts/commit/193022f623acd1b95a1fddae76fd98408a618d8b</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class='open ' id='issue-78'>
<span>Issue 78. <a href='#issue-78'>#</a></span>
<span>Summary: Rename table box to table grid box (in CSS2 & CSS Tables L3)</span>
<span>From: fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2501'>https://github.com/w3c/csswg-drafts/issues/2501</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2501#issuecomment-380792875'>https://github.com/w3c/csswg-drafts/issues/2501#issuecomment-380792875</a></span>
<span class="">Open: Changing back is pending edits to CSS2 and css-tables-3</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018May/0044.html'>https://lists.w3.org/Archives/Public/www-style/2018May/0044.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018May/0044.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' r' id='issue-79'>
<span>Issue 79. <a href='#issue-79'>#</a></span>
<span>Summary: Boxes shouldn't have display types, should only have levels/FC-types</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1643#issuecomment-374423595'>https://github.com/w3c/csswg-drafts/issues/1643#issuecomment-374423595</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1643#issuecomment-407597682'>https://github.com/w3c/csswg-drafts/issues/1643#issuecomment-407597682</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-80'>
<span>Issue 80. <a href='#issue-80'>#</a></span>
<span>Summary: Explicitly exclude non-zero sequences of run-ins from processing</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1663'>https://github.com/w3c/csswg-drafts/issues/1663</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1663#issuecomment-398970537'>https://github.com/w3c/csswg-drafts/issues/1663#issuecomment-398970537</a></span>
<span class="r">Closed: Rejected</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1663#issuecomment-398982401'>https://github.com/w3c/csswg-drafts/issues/1663#issuecomment-398982401</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-81'>
<span>Issue 81. <a href='#issue-81'>#</a></span>
<span>Summary: Link to definition of white space</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1664'>https://github.com/w3c/csswg-drafts/issues/1664</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/ada381e196c8ed510977cb55916ee5fb96447b25'>https://github.com/w3c/csswg-drafts/commit/ada381e196c8ed510977cb55916ee5fb96447b25</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-82'>
<span>Issue 82. <a href='#issue-82'>#</a></span>
<span>Summary: s/text/text run/ now that text run is defined</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1667'>https://github.com/w3c/csswg-drafts/issues/1667</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/c3a695c65170e1667090d87310b87df79d93d398'>https://github.com/w3c/csswg-drafts/commit/c3a695c65170e1667090d87310b87df79d93d398</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' r' id='issue-83'>
<span>Issue 83. <a href='#issue-83'>#</a></span>
<span>Summary: What if containing block is not ICB and not generated from a box?</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1672'>https://github.com/w3c/csswg-drafts/issues/1672</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1672#issuecomment-319916887'>https://github.com/w3c/csswg-drafts/issues/1672#issuecomment-319916887</a></span>
<span class="oi">Closed: Invalid</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1672#issuecomment-350404179'>https://github.com/w3c/csswg-drafts/issues/1672#issuecomment-350404179</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1672#issuecomment-374790036'>https://github.com/w3c/csswg-drafts/issues/1672#issuecomment-374790036</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' r' id='issue-84'>
<span>Issue 84. <a href='#issue-84'>#</a></span>
<span>Summary: Make inlinified 'block ruby' an inline-block instead of inline</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1700'>https://github.com/w3c/csswg-drafts/issues/1700</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1700#issuecomment-374415499'>https://github.com/w3c/csswg-drafts/issues/1700#issuecomment-374415499</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-85'>
<span>Issue 85. <a href='#issue-85'>#</a></span>
<span>Summary: 'block' only generates block-level boxes in flow layout</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1704'>https://github.com/w3c/csswg-drafts/issues/1704</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1704#issuecomment-374418771'>https://github.com/w3c/csswg-drafts/issues/1704#issuecomment-374418771</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/4358d72a927b265d9b7482a57277dc635c076b76'>https://github.com/w3c/csswg-drafts/commit/4358d72a927b265d9b7482a57277dc635c076b76</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-86'>
<span>Issue 86. <a href='#issue-86'>#</a></span>
<span>Summary: Clarify blockification of 'run-in flow-root'</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1715'>https://github.com/w3c/csswg-drafts/issues/1715</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1715#issuecomment-374420463'>https://github.com/w3c/csswg-drafts/issues/1715#issuecomment-374420463</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018Apr/0005.html'>https://lists.w3.org/Archives/Public/www-style/2018Apr/0005.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Apr/0005.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-87'>
<span>Issue 87. <a href='#issue-87'>#</a></span>
<span>Summary: 'display' computed value wrong in propdef table</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1716'>https://github.com/w3c/csswg-drafts/issues/1716</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/issues/1716'>https://github.com/w3c/csswg-drafts/issues/1716</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-89'>
<span>Issue 89. <a href='#issue-89'>#</a></span>
<span>Summary: Do empty text nodes generate text runs?</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1808'>https://github.com/w3c/csswg-drafts/issues/1808</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1808#issuecomment-329345715'>https://github.com/w3c/csswg-drafts/issues/1808#issuecomment-329345715</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/4c21a2aa923a757c577bf4a4e33a6291a78c8690'>https://github.com/w3c/csswg-drafts/commit/4c21a2aa923a757c577bf4a4e33a6291a78c8690</a></span>
<span class="a">Closed: Accepted</span></pre>
<pre class=' oi' id='issue-90'>
<span>Issue 90. <a href='#issue-90'>#</a></span>
<span>Summary: Clarify element tree definition</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1810'>https://github.com/w3c/csswg-drafts/issues/1810</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1810#issuecomment-375137826'>https://github.com/w3c/csswg-drafts/issues/1810#issuecomment-375137826</a></span>
<span class="oi">Closed: OutOfScope</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018May/0036.html'>https://lists.w3.org/Archives/Public/www-style/2018May/0036.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018May/0036.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-91'>
<span>Issue 91. <a href='#issue-91'>#</a></span>
<span>Summary: SVG 'display: contents' interaction incompletely defined</span>
<span>From: Rune Lillesveen</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2118'>https://github.com/w3c/csswg-drafts/issues/2118</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2118#issuecomment-374802030'>https://github.com/w3c/csswg-drafts/issues/2118#issuecomment-374802030</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/2cdf747bbbfe0c58a87455beca9c35b72555b09a'>https://github.com/w3c/csswg-drafts/commit/2cdf747bbbfe0c58a87455beca9c35b72555b09a</a></span>
<span class="a">Closed: Accepted</span></pre>
<pre class=' a' id='issue-92'>
<span>Issue 92. <a href='#issue-92'>#</a></span>
<span>Summary: Define interaction of 'display: contents' and MathML</span>
<span>From: Emilio Álvarez</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2167'>https://github.com/w3c/csswg-drafts/issues/2167</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2167#issuecomment-375119086'>https://github.com/w3c/csswg-drafts/issues/2167#issuecomment-375119086</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/1d3e6a04c847df82fa3c4023e23f4ea55dcab169'>https://github.com/w3c/csswg-drafts/commit/1d3e6a04c847df82fa3c4023e23f4ea55dcab169</a></span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/2167#issuecomment-375792285'>https://github.com/w3c/csswg-drafts/issues/2167#issuecomment-375792285</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018Apr/0005.html'>https://lists.w3.org/Archives/Public/www-style/2018Apr/0005.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Apr/0005.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-93'>
<span>Issue 93. <a href='#issue-93'>#</a></span>
<span>Summary: Does 'display' affect screen reader semantics?</span>
<span>From: Ilya Streltsyn</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2355'>https://github.com/w3c/csswg-drafts/issues/2355</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2355#issuecomment-368287740'>https://github.com/w3c/csswg-drafts/issues/2355#issuecomment-368287740</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2355#issuecomment-375084853'>https://github.com/w3c/csswg-drafts/issues/2355#issuecomment-375084853</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2355#issuecomment-378670370'>https://github.com/w3c/csswg-drafts/issues/2355#issuecomment-378670370</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2355#issuecomment-378778909'>https://github.com/w3c/csswg-drafts/issues/2355#issuecomment-378778909</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-94'>
<span>Issue 94. <a href='#issue-94'>#</a></span>
<span>Summary: Does 'display: contents' affect anchor targeting?</span>
<span>From: Ilya Streltsyn</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2355#issuecomment-378842501'>https://github.com/w3c/csswg-drafts/issues/2355#issuecomment-378842501</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2355#issuecomment-378992876'>https://github.com/w3c/csswg-drafts/issues/2355#issuecomment-378992876</a></span>
<span>Changes: <a href='https://github.com/fergald/csswg-drafts/commit/2343af6382b55e8ce5caf9c0ee40d68ef032b421'>https://github.com/fergald/csswg-drafts/commit/2343af6382b55e8ce5caf9c0ee40d68ef032b421</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-95'>
<span>Issue 95. <a href='#issue-95'>#</a></span>
<span>Summary: Effect of 'display: contents' on SVG layout attributes</span>
<span>From: Amelia Bellamy-Royds</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2502'>https://github.com/w3c/csswg-drafts/issues/2502</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2502#issuecomment-378809174'>https://github.com/w3c/csswg-drafts/issues/2502#issuecomment-378809174</a></span>
<span class="a">Closed: Accepted</span>
<span>Verified: <a href='https://github.com/w3c/csswg-drafts/issues/2502#issuecomment-399498551'>https://github.com/w3c/csswg-drafts/issues/2502#issuecomment-399498551</a></span></pre>
<pre class=' oi' id='issue-96'>
<span>Issue 96. <a href='#issue-96'>#</a></span>
<span>Summary: Integrate definition of Shadow Trees</span>
<span>From: Anne van Kesteren</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2365'>https://github.com/w3c/csswg-drafts/issues/2365</a></span>
<span class="oi">Closed: OutOfScope</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018May/0036.html'>https://lists.w3.org/Archives/Public/www-style/2018May/0036.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018May/0036.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' oi' id='issue-97'>
<span>Issue 97. <a href='#issue-97'>#</a></span>
<span>Summary: Blockification should establish a new formatting context</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2598'>https://github.com/w3c/csswg-drafts/issues/2598</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2598#issuecomment-387157017'>https://github.com/w3c/csswg-drafts/issues/2598#issuecomment-387157017</a></span>
<span class="oi">Closed: Invalid</span></pre>
<pre class=' a' id='issue-98'>
<span>Issue 98. <a href='#issue-98'>#</a></span>
<span>Summary: Swap where default inner/outer display types are defined</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2658'>https://github.com/w3c/csswg-drafts/issues/2658</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2658#issuecomment-391175246'>https://github.com/w3c/csswg-drafts/issues/2658#issuecomment-391175246</a></span>
<span class="r">Closed: Rejected</span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/2658#issuecomment-393271657'>https://github.com/w3c/csswg-drafts/issues/2658#issuecomment-393271657</a></span>
<span>Resolved: Editorial</span>
<span>---</span>
<span>Issue 99.</span>
<span>Summary: Blockification of blocks should establish new FC</span>
<span>From: Oriol</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2673'>https://github.com/w3c/csswg-drafts/issues/2673</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2673#issuecomment-389935782'>https://github.com/w3c/csswg-drafts/issues/2673#issuecomment-389935782</a></span>
<span class="r">Closed: Rejected</span>
<span class="a">Verified: <a href='https://lists.w3.org/Archives/Public/www-style/2018Jul/0017.html'>https://lists.w3.org/Archives/Public/www-style/2018Jul/0017.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Jul/0017.html"><abbr title="Thread">∈</abbr></a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018Jul/0017.html'>https://lists.w3.org/Archives/Public/www-style/2018Jul/0017.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Jul/0017.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-100'>
<span>Issue 100. <a href='#issue-100'>#</a></span>
<span>Summary: Compute 'display: contents' on elided elements to 'none'</span>
<span>From: Emlio Álvarez</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2755'>https://github.com/w3c/csswg-drafts/issues/2755</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/f13b84237c6a17823ebdd55919d15d3bac83275b'>https://github.com/w3c/csswg-drafts/commit/f13b84237c6a17823ebdd55919d15d3bac83275b</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018Jun/0032.html'>https://lists.w3.org/Archives/Public/www-style/2018Jun/0032.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Jun/0032.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-101'>
<span>Issue 101. <a href='#issue-101'>#</a></span>
<span>Summary: Revisit equivalency of `inline-block` and `inline flow-root`</span>
<span>From: Oriol Brufau</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2947'>https://github.com/w3c/csswg-drafts/issues/2947</a></span>
<span class="r">Closed: Rejected</span>
<span>Notes: See also earlier issues / discussion.</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018Aug/0018.html'>https://lists.w3.org/Archives/Public/www-style/2018Aug/0018.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Aug/0018.html"><abbr title="Thread">∈</abbr></a></span>
<span class="a">Verified: <a href='https://lists.w3.org/Archives/Public/www-style/2018Aug/0018.html'>https://lists.w3.org/Archives/Public/www-style/2018Aug/0018.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Aug/0018.html"><abbr title="Thread">∈</abbr></a></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>