-
Notifications
You must be signed in to change notification settings - Fork 707
/
Copy pathissues-lc-2013.html
741 lines (734 loc) · 65.2 KB
/
issues-lc-2013.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
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Writing Modes Level 3 Disposition of Comments for 2013-11-26 LCWD</title>
<style type="text/css">
.a { background: lightgreen }
.d { background: lightblue }
.r { background: orange }
.fo { background: red }
.open { border: solid red; padding: 0.2em; }
:target { box-shadow: 0.25em 0.25em 0.25em; }
</style>
<h1>CSS Writing Modes Level 3 Disposition of Comments for 2013-11-26 LCWD</h1>
<p>Review document: <a href="http://www.w3.org/TR/2013/WD-css-writing-modes-3-20131126/">http://www.w3.org/TR/2013/WD-css-writing-modes-3-20131126/</a>
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css-writing-modes-3/">http://dev.w3.org/csswg/css-writing-modes-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'>
Issue 1. <a href='#issue-1'>#</a>
Summary: The maximum embedding level is wrong
From: igor.o@samsung.com
Comment: <a href='http://www.w3.org/mid/CEA027B2.49FD%25igor.o@samsung.com'>http://www.w3.org/mid/CEA027B2.49FD%25igor.o@samsung.com</a>
Response: <a href='http://www.w3.org/mid/6c99ef8b37b744fea0d396ea45e3471e@HKXPR01MB005.apcprd01.prod.exchangelabs.com'>http://www.w3.org/mid/6c99ef8b37b744fea0d396ea45e3471e@HKXPR01MB005.apcprd01.prod.exchangelabs.com</a>
Closed: Accepted</pre>
<pre class='a' id='issue-2'>
Issue 2. <a href='#issue-2'>#</a>
Summary: The very first "note" in the draft overlays and obscures part of the illustration in the sidebar
From: asmusf@ix.netcom.com
Comment: <a href='http://www.w3.org/mid/52960D39.5050309@ix.netcom.com'>http://www.w3.org/mid/52960D39.5050309@ix.netcom.com</a>
Comment: <a href='http://www.w3.org/mid/CAAWBYDCJHACxu6GoBtFCHOxgKA4ZoTg9J4RheYAmeMZ0LKdGWQ@mail.gmail.com'>http://www.w3.org/mid/CAAWBYDCJHACxu6GoBtFCHOxgKA4ZoTg9J4RheYAmeMZ0LKdGWQ@mail.gmail.com</a>
Comment: <a href='http://www.w3.org/mid/5296D692.2020201@css-class.com'>http://www.w3.org/mid/5296D692.2020201@css-class.com</a>
Response: <a href='http://www.w3.org/mid/d1b3871200da4e11989f8f7209bc1176@HKXPR01MB005.apcprd01.prod.exchangelabs.com'>http://www.w3.org/mid/d1b3871200da4e11989f8f7209bc1176@HKXPR01MB005.apcprd01.prod.exchangelabs.com</a>
Closed: Accepted</pre>
<pre class='a' id='issue-3'>
Issue 3. <a href='#issue-3'>#</a>
Summary: Typo in Example 1 in Section 2.2
From: cewcathar@hotmail.com
Comment: <a href='http://www.w3.org/mid/BLU174-W41EDD7BBD8C078413E51AB3EB0@phx.gbl'>http://www.w3.org/mid/BLU174-W41EDD7BBD8C078413E51AB3EB0@phx.gbl</a>
Response: <a href='http://www.w3.org/mid/2F039C56-136B-4968-8D55-1ACC779C978C@gluesoft.co.jp'>http://www.w3.org/mid/2F039C56-136B-4968-8D55-1ACC779C978C@gluesoft.co.jp</a>
Closed: Accepted</pre>
<pre class='oi' id='issue-4'>
Issue 4. <a href='#issue-4'>#</a>
Summary: Request for logical directions
From: mightyiampresence@gmail.com
Comment: <a href='http://www.w3.org/mid/CAF3gKszymcnB1Ku5dLveyWQjzj=5DdYDFmDzVVxVkwe_2uijyw@mail.gmail.com'>http://www.w3.org/mid/CAF3gKszymcnB1Ku5dLveyWQjzj=5DdYDFmDzVVxVkwe_2uijyw@mail.gmail.com</a>
Comment: <a href='http://www.w3.org/mid/CAF3gKszyAMnZq3ziU1wiSk2w-Pbv3T6E++kyA_oz7FR2aLZ1aw@mail.gmail.com'>http://www.w3.org/mid/CAF3gKszyAMnZq3ziU1wiSk2w-Pbv3T6E++kyA_oz7FR2aLZ1aw@mail.gmail.com</a>
Response: <a href='http://www.w3.org/mid/CAAWBYDD9TgmfvxXA+XAXqMSo8gy_AHf3WOffi2wzPLYJzh4W4g@mail.gmail.com'>http://www.w3.org/mid/CAAWBYDD9TgmfvxXA+XAXqMSo8gy_AHf3WOffi2wzPLYJzh4W4g@mail.gmail.com</a>
Comment: <a href='http://www.w3.org/mid/CAF3gKswtBuu05ghRaARbf5nagASD_LaaU6fb1wm5+7bqJJjYZQ@mail.gmail.com'>http://www.w3.org/mid/CAF3gKswtBuu05ghRaARbf5nagASD_LaaU6fb1wm5+7bqJJjYZQ@mail.gmail.com</a>
Response: <a href='http://www.w3.org/mid/82FBAEC5-91DA-4C7F-A446-8D64562C26DE@gluesoft.co.jp'>http://www.w3.org/mid/82FBAEC5-91DA-4C7F-A446-8D64562C26DE@gluesoft.co.jp</a>
Closed: OutOfScope</pre>
<pre class='a' id='issue-5'>
Issue 5. <a href='#issue-5'>#</a>
Summary: left over from an earlier version of Writing Modes that indeed defined isolates as separate paragraphs
From: aharon@google.com
Comment: <a href='http://www.w3.org/mid/CA+FsOYZSRg63zpEPp0WLdWRfCZJA3-=gAsQjO+uDRchig2gvNA@mail.gmail.com'>http://www.w3.org/mid/CA+FsOYZSRg63zpEPp0WLdWRfCZJA3-=gAsQjO+uDRchig2gvNA@mail.gmail.com</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0267.html'>http://lists.w3.org/Archives/Public/www-style/2014Feb/0267.html</a>
Closed: Accepted</pre>
<pre class='a' id='issue-6'>
Issue 6. <a href='#issue-6'>#</a>
Summary: normativity issues in bidi integration text
From: aharon@google.com
Comment: <a href='https://www.w3.org/Bugs/Public/show_bug.cgi?id=24006'>https://www.w3.org/Bugs/Public/show_bug.cgi?id=24006</a>
Comment: <a href='http://www.w3.org/mid/CA+FsOYZzoKiK1EzxKrjuwG=GgW_hQJ7dzKV0EAf5fGKg3=GtMA@mail.gmail.com'>http://www.w3.org/mid/CA+FsOYZzoKiK1EzxKrjuwG=GgW_hQJ7dzKV0EAf5fGKg3=GtMA@mail.gmail.com</a>
Response: <a href='http://www.w3.org/mid/52F485E8.4010306@inkedblade.net'>http://www.w3.org/mid/52F485E8.4010306@inkedblade.net</a>
Comment: <a href='http://www.w3.org/mid/CA+FsOYbS1yHHRrhUSdQqq7swdbfzf22Gb-7AH8NtmzfLBpuB-g@mail.gmail.com'>http://www.w3.org/mid/CA+FsOYbS1yHHRrhUSdQqq7swdbfzf22Gb-7AH8NtmzfLBpuB-g@mail.gmail.com</a>
Response: <a href='http://www.w3.org/mid/52F5468F.7070304@inkedblade.net'>http://www.w3.org/mid/52F5468F.7070304@inkedblade.net</a>
Closed: Accepted</pre>
<pre class='a' id='issue-7'>
Issue 7. <a href='#issue-7'>#</a>
Summary: 4.3 editorial suggestion: under/over margin to under-/over-margin
From: cewcathar@hotmail.com
Comment: <a href='http://www.w3.org/mid/BLU174-W409D4099EDCD4ED53E28ACB3C60@phx.gbl'>http://www.w3.org/mid/BLU174-W409D4099EDCD4ED53E28ACB3C60@phx.gbl</a>
Response: <a href='http://www.w3.org/mid/5C1870EC-0ED7-400A-A469-FB6635D4FEB1@gluesoft.co.jp'>http://www.w3.org/mid/5C1870EC-0ED7-400A-A469-FB6635D4FEB1@gluesoft.co.jp</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0271.html'>http://lists.w3.org/Archives/Public/www-style/2014Feb/0271.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0272.html'>http://lists.w3.org/Archives/Public/www-style/2014Feb/0272.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0298.html'>http://lists.w3.org/Archives/Public/www-style/2014Feb/0298.html</a>
Closed: Accepted</pre>
<pre class='a' id='issue-8'>
Issue 8. <a href='#issue-8'>#</a>
Summary: 6.2 inline-start editorial suggestion: Nominally the side from which...
From: cewcathar@hotmail.com
Comment: <a href='http://www.w3.org/mid/BLU174-W409D4099EDCD4ED53E28ACB3C60@phx.gbl'>http://www.w3.org/mid/BLU174-W409D4099EDCD4ED53E28ACB3C60@phx.gbl</a>
Response: <a href='http://www.w3.org/mid/F331F92B-550D-45BB-8C87-2C3EAF5E3741@gluesoft.co.jp'>http://www.w3.org/mid/F331F92B-550D-45BB-8C87-2C3EAF5E3741@gluesoft.co.jp</a>
Closed: Accepted</pre>
<pre class='a' id='issue-9'>
Issue 9. <a href='#issue-9'>#</a>
Summary: 6.2 inline-start editorial suggestion: Where unambiguous (or dual-meaning),...
From: cewcathar@hotmail.com
Comment: <a href='http://www.w3.org/mid/BLU174-W409D4099EDCD4ED53E28ACB3C60@phx.gbl'>http://www.w3.org/mid/BLU174-W409D4099EDCD4ED53E28ACB3C60@phx.gbl</a>
Response: <a href='http://www.w3.org/mid/5C1870EC-0ED7-400A-A469-FB6635D4FEB1@gluesoft.co.jp'>http://www.w3.org/mid/5C1870EC-0ED7-400A-A469-FB6635D4FEB1@gluesoft.co.jp</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0271.html'>http://lists.w3.org/Archives/Public/www-style/2014Feb/0271.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0272.html'>http://lists.w3.org/Archives/Public/www-style/2014Feb/0272.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0298.html'>http://lists.w3.org/Archives/Public/www-style/2014Feb/0298.html</a>
Closed: Accepted</pre>
<pre class='a' id='issue-10'>
Issue 10. <a href='#issue-10'>#</a>
Summary: 6.3 Line-relative directions editorial suggestion: add more spaces between two figuers
From: cewcathar@hotmail.com
Comment: <a href='http://www.w3.org/mid/BLU174-W409D4099EDCD4ED53E28ACB3C60@phx.gbl'>http://www.w3.org/mid/BLU174-W409D4099EDCD4ED53E28ACB3C60@phx.gbl</a>
Response: <a href='http://www.w3.org/mid/5C1870EC-0ED7-400A-A469-FB6635D4FEB1@gluesoft.co.jp'>http://www.w3.org/mid/5C1870EC-0ED7-400A-A469-FB6635D4FEB1@gluesoft.co.jp</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0271.html'>http://lists.w3.org/Archives/Public/www-style/2014Feb/0271.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0272.html'>http://lists.w3.org/Archives/Public/www-style/2014Feb/0272.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0298.html'>http://lists.w3.org/Archives/Public/www-style/2014Feb/0298.html</a>
Closed: Accepted</pre>
<pre class='a' id='issue-11'>
Issue 11. <a href='#issue-11'>#</a>
Summary: 7.3.2 editorial suggestion: it might be nice to have an image here of a not so well formatted t-shaped document, and also one of..
From: cewcathar@hotmail.com
Comment: <a href='http://www.w3.org/mid/BLU174-W46692FC15E22132A88E9CEB3C00@phx.gbl'>http://www.w3.org/mid/BLU174-W46692FC15E22132A88E9CEB3C00@phx.gbl</a>
Response: <a href='http://www.w3.org/mid/46C5C3EE-3EC3-4D21-ADC3-C0B7D5CBAB8C@gluesoft.co.jp'>http://www.w3.org/mid/46C5C3EE-3EC3-4D21-ADC3-C0B7D5CBAB8C@gluesoft.co.jp</a>
Closed: Accepted</pre>
<pre class='r' id='issue-12'>
Issue 12. <a href='#issue-12'>#</a>
Summary: Change the property name "text-combine-horizontal" to "text-fit-horizontal"
From: cewcathar@hotmail.com
Comment: <a href='http://www.w3.org/mid/BLU174-W46692FC15E22132A88E9CEB3C00@phx.gbl'>http://www.w3.org/mid/BLU174-W46692FC15E22132A88E9CEB3C00@phx.gbl</a>
Response: <a href='http://www.w3.org/mid/46C5C3EE-3EC3-4D21-ADC3-C0B7D5CBAB8C@gluesoft.co.jp'>http://www.w3.org/mid/46C5C3EE-3EC3-4D21-ADC3-C0B7D5CBAB8C@gluesoft.co.jp</a>
Closed: Rejected</pre>
<pre class='a' id='issue-13'>
Issue 13. <a href='#issue-13'>#</a>
Summary: Example 20 of 9.1.3 Compression Rules may be misunderstood
From: murakami@antenna.co.jp
Comment: <a href='http://www.w3.org/mid/20140201193353.A5F3.C598BCD7@antenna.co.jp'>http://www.w3.org/mid/20140201193353.A5F3.C598BCD7@antenna.co.jp</a>
Response: <a href='http://www.w3.org/mid/CF1254A3.17FA0%25stearns@adobe.com'>http://www.w3.org/mid/CF1254A3.17FA0%25stearns@adobe.com</a>
Comment: <a href='http://www.w3.org/mid/20140202021235.A5F7.C598BCD7@antenna.co.jp'>http://www.w3.org/mid/20140202021235.A5F7.C598BCD7@antenna.co.jp</a>
Response: <a href='http://www.w3.org/mid/CF12D814.17FFA%25stearns@adobe.com'>http://www.w3.org/mid/CF12D814.17FFA%25stearns@adobe.com</a>
Response: <a href='http://www.w3.org/mid/BC936E0E-F3C3-48E5-8054-5DF22B6E0ABC@gluesoft.co.jp'>http://www.w3.org/mid/BC936E0E-F3C3-48E5-8054-5DF22B6E0ABC@gluesoft.co.jp</a>
Response: <a href='http://www.w3.org/mid/20140202154426.A602.C598BCD7@antenna.co.jp'>http://www.w3.org/mid/20140202154426.A602.C598BCD7@antenna.co.jp</a>
Closed: Accepted</pre>
<pre class='oi' id='issue-14'>
Issue 14. <a href='#issue-14'>#</a>
Summary: styling of vertical arrangement in Indian languages
From: tyagi@w3.org
Comment: <a href='https://www.w3.org/Bugs/Public/show_bug.cgi?id=20266'>https://www.w3.org/Bugs/Public/show_bug.cgi?id=20266</a>
Closed: Invalid</pre>
<pre class='a' id='issue-15'>
Issue 15. <a href='#issue-15'>#</a>
Summary: Describe visual direction when document encoding is iso-8859-8
From: annevk@annevk.nl
Comment: <a href='https://www.w3.org/Bugs/Public/show_bug.cgi?id=19505'>https://www.w3.org/Bugs/Public/show_bug.cgi?id=19505</a>
Closed: Accepted</pre>
<pre class='a' id='issue-16'>
Issue 16. <a href='#issue-16'>#</a>
Summary: 4.1 Introduction to Baselines missing the first picture
From: kojiishi@gluesoft.co.jp
Comment: <a href='http://www.w3.org/mid/28B24F30-5DCA-4EC0-8C85-AB49AD6396A6@gluesoft.co.jp'>http://www.w3.org/mid/28B24F30-5DCA-4EC0-8C85-AB49AD6396A6@gluesoft.co.jp</a>
Closed: Accepted</pre>
<pre class='oi' id='issue-17'>
Issue 17. <a href='#issue-17'>#</a>
Summary: [css-writing-modes] feedback
From: prabhakarsherigar
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0058.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0058.html</a>
Closed: Invalid</pre>
<pre class='oi' id='issue-18'>
Issue 18. <a href='#issue-18'>#</a>
Summary: [CSSWG][css-writing-modes] Last Call for Comments on CSS3 Writing Modes
From: fantasai
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0412.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0412.html</a>
Closed: Invalid</pre>
<pre class='a' id='issue-19'>
Issue 19. <a href='#issue-19'>#</a>
Summary: [css-writing-modes] Rename extent/measure to block-size/inline-size?
From: Simon Sapin
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0822.html'>http://lists.w3.org/Archives/Public/www-style/2014Feb/0822.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0824.html'>http://lists.w3.org/Archives/Public/www-style/2014Feb/0824.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0825.html'>http://lists.w3.org/Archives/Public/www-style/2014Feb/0825.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0828.html'>http://lists.w3.org/Archives/Public/www-style/2014Feb/0828.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0007.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0007.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0034.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0034.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0045.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0045.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0123.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0123.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0164.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0164.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0232.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0232.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0242.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0242.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0243.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0243.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0244.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0244.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0245.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0245.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0246.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0246.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0248.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0248.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0249.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0249.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0250.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0250.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0251.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0251.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0252.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0252.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0254.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0254.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0339.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0339.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0358.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0358.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0472.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0472.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0479.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0479.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0496.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0496.html</a>
Closed: Accepted</pre>
<pre class=' open' id='issue-20'>
Issue 20. <a href='#issue-20'>#</a>
Summary: [css-writing-modes] the caption-side keywords
From: MURAKAMI Shinyu
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0359.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0359.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0367.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0367.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0390.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0390.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0409.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0409.html</a>
Open:</pre>
<pre class=' open' id='issue-21'>
Issue 21. <a href='#issue-21'>#</a>
Summary: [css-writing-modes] 'direction' vs. vertical text
From: Simon Sapin
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0037.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0037.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0039.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0039.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0041.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0041.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0042.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0042.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0066.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0066.html</a>
Open:</pre>
<pre class=' open' id='issue-22'>
Issue 22. <a href='#issue-22'>#</a>
Summary: [css-writing-modes] RTL scripts in vertical text
From: James Clark
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0058.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0058.html</a>
Open:</pre>
<pre class=' open' id='issue-23'>
Issue 23. <a href='#issue-23'>#</a>
Summary: [css-writing-modes] Atomic inline "capable" of providing its own baseline
From: Simon Sapin
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0107.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0107.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0377.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0377.html</a>
Open:</pre>
<pre class=' open' id='issue-24'>
Issue 24. <a href='#issue-24'>#</a>
Summary: [css-writing-modes] sideways-left with other text-orientation descendant
From: Simon Sapin
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0108.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0108.html</a>
Open:</pre>
<pre class='oi' id='issue-25'>
Issue 25. <a href='#issue-25'>#</a>
Summary: [css-writing-modes] Test coordinator for CSS Writing Modes spec - Shinsuke Matsuki
From: Rebecca Hauck
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0006.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0006.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0025.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0025.html</a>
Closed: Invalid</pre>
<pre class=' open' id='issue-26'>
Issue 26. <a href='#issue-26'>#</a>
Summary: [css-writing-modes] TCY glyph size/positioning
From: fantasai
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0426.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0426.html</a>
Open:</pre>
<pre class=' open' id='issue-27'>
Issue 27. <a href='#issue-27'>#</a>
Summary: [css-writing-modes] TCY and bidi isolation
From: fantasai
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0428.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0428.html</a>
Open:</pre>
<pre class=' open' id='issue-28'>
Issue 28. <a href='#issue-28'>#</a>
Summary: [css-writing-modes] TCY as U+FFFC
From: fantasai
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0429.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0429.html</a>
Open:</pre>
<pre class='oi' id='issue-29'>
Issue 29. <a href='#issue-29'>#</a>
Summary: [css-writing-modes] text-combine-upright Applies to: non-replaced inline elements
From: Snsk Matsuki
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0284.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0284.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0304.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0304.html</a>
Closed: Invalid</pre>
<pre class=' open' id='issue-30'>
Issue 30. <a href='#issue-30'>#</a>
Summary: [css-writing-modes] on using the advance height of U+6C34
From: Masataka Yakura
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0310.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0310.html</a>
Open:</pre>
<pre class=' open' id='issue-31'>
Issue 31. <a href='#issue-31'>#</a>
Summary: Auto margins and shrinkwrapping [css-flexbox][css-grid][css-writing-modes]
From: fantasai
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0502.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0502.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0505.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0505.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0293.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0293.html</a>
Open:</pre>
<pre class=' open' id='issue-32'>
Issue 32. <a href='#issue-32'>#</a>
Summary: [css-writing-modes] run-in boxes
From: Masataka Yakura
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0564.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0564.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0063.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0063.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0076.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0076.html</a>
Open:</pre>
<pre class='oi' id='issue-33'>
Issue 33. <a href='#issue-33'>#</a>
Summary: [css-writing-modes] elements that `text-combine-upright` applies
From: Masataka Yakura
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0565.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0565.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0594.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0594.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0036.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0036.html</a>
Closed: Invalid</pre>
<pre class='oi' id='issue-34'>
Issue 34. <a href='#issue-34'>#</a>
Summary: [css-writing-modes-3] Figure 6: rotated sideways and oriented upright
From: Gérard Talbot
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0176.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0176.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0177.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0177.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0208.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0208.html</a>
Closed: Invalid</pre>
<pre class='oi' id='issue-35'>
Issue 35. <a href='#issue-35'>#</a>
Summary: [css-writing-modes-3] central baseline of text with 'text-orientation: upright'
From: Gérard Talbot
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0388.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0388.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0426.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0426.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0428.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0428.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Sep/0008.html'>http://lists.w3.org/Archives/Public/www-style/2014Sep/0008.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Sep/0046.html'>http://lists.w3.org/Archives/Public/www-style/2014Sep/0046.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Sep/0047.html'>http://lists.w3.org/Archives/Public/www-style/2014Sep/0047.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Sep/0053.html'>http://lists.w3.org/Archives/Public/www-style/2014Sep/0053.html</a>
Closed: Invalid</pre>
<pre class='oi' id='issue-36'>
Issue 36. <a href='#issue-36'>#</a>
Summary: [css-writing-modes-3] Why baseline-align-super.gif in section 5
From: Gérard Talbot
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0425.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0425.html</a>
Closed: Invalid</pre>
<pre class=' open' id='issue-37'>
Issue 37. <a href='#issue-37'>#</a>
Summary: [css-writing-modes][CSS21] propagation of 'direction' from <body> (was Re: [CSSWG] Minutes Telecon 2014-07-09)
From: L. David Baron
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Sep/0303.html'>http://lists.w3.org/Archives/Public/www-style/2014Sep/0303.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0003.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0003.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0272.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0272.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0274.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0274.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Feb/0261.html'>http://lists.w3.org/Archives/Public/www-style/2015Feb/0261.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Feb/0262.html'>http://lists.w3.org/Archives/Public/www-style/2015Feb/0262.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Feb/0268.html'>http://lists.w3.org/Archives/Public/www-style/2015Feb/0268.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Feb/0384.html'>http://lists.w3.org/Archives/Public/www-style/2015Feb/0384.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Feb/0403.html'>http://lists.w3.org/Archives/Public/www-style/2015Feb/0403.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Feb/0407.html'>http://lists.w3.org/Archives/Public/www-style/2015Feb/0407.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Mar/0196.html'>http://lists.w3.org/Archives/Public/www-style/2015Mar/0196.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Mar/0201.html'>http://lists.w3.org/Archives/Public/www-style/2015Mar/0201.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Mar/0214.html'>http://lists.w3.org/Archives/Public/www-style/2015Mar/0214.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Mar/0261.html'>http://lists.w3.org/Archives/Public/www-style/2015Mar/0261.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Mar/0264.html'>http://lists.w3.org/Archives/Public/www-style/2015Mar/0264.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Mar/0266.html'>http://lists.w3.org/Archives/Public/www-style/2015Mar/0266.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Mar/0276.html'>http://lists.w3.org/Archives/Public/www-style/2015Mar/0276.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Mar/0393.html'>http://lists.w3.org/Archives/Public/www-style/2015Mar/0393.html</a>
Open:</pre>
<pre class='oi' id='issue-38'>
Issue 38. <a href='#issue-38'>#</a>
Summary: [css-writing-modes] Underline in vertical text
From: Brian Birtles
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Oct/0355.html'>http://lists.w3.org/Archives/Public/www-style/2014Oct/0355.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Oct/0356.html'>http://lists.w3.org/Archives/Public/www-style/2014Oct/0356.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Oct/0364.html'>http://lists.w3.org/Archives/Public/www-style/2014Oct/0364.html</a>
Closed: Invalid</pre>
<pre class='a' id='issue-39'>
Issue 39. <a href='#issue-39'>#</a>
Summary: [css-writing-modes] Odd baseline-align-super.gif in =?UTF-8?Q?=C2=A7=20=35=2E=20Introduction=20to=20Vertical=20Text=20Layout?=
From: Gérard Talbot
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Oct/0465.html'>http://lists.w3.org/Archives/Public/www-style/2014Oct/0465.html</a>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2014Oct/0481.html'>https://lists.w3.org/Archives/Public/www-style/2014Oct/0481.html</a>
Closed: Accepted</pre>
<pre class='a' id='issue-40'>
Issue 40. <a href='#issue-40'>#</a>
Summary: [css-writing-modes] 9.1.1 tcy element in example 20; extra >; non-interrupted sequence of characters
From: Gérard Talbot
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Nov/0113.html'>http://lists.w3.org/Archives/Public/www-style/2014Nov/0113.html</a>
Closed: Accepted</pre>
<pre class='oi' id='issue-41'>
Issue 41. <a href='#issue-41'>#</a>
Summary: Re: [css-writing-modes][CSS21][css3-ui] defining 'cursor: auto' properly (Issue 48)
From: Florian Rivoal
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Nov/0531.html'>http://lists.w3.org/Archives/Public/www-style/2014Nov/0531.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0000.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0000.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0002.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0002.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0006.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0006.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0007.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0007.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0008.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0008.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0009.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0009.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0010.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0010.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0011.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0011.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0015.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0015.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0016.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0016.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0017.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0017.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0030.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0030.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0202.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0202.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0217.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0217.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0218.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0218.html</a>
Closed: Invalid</pre>
<pre class='oi' id='issue-42'>
Issue 42. <a href='#issue-42'>#</a>
Summary: Re: [css-writing-modes][css-scoping] unicode-bidi in Shadow DOM, and possibly other properties?
From: Koji Ishii
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0282.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0282.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0303.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0303.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0407.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0407.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0358.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0358.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0363.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0363.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0452.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0452.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0453.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0453.html</a>
Closed: Invalid</pre>
<pre class=' open' id='issue-43'>
Issue 43. <a href='#issue-43'>#</a>
Summary: [css-writing-modes] Margin Collapsing Orthogonal Flows
From: fantasai
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0346.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0346.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0347.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0347.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0353.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0353.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0354.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0354.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Dec/0355.html'>http://lists.w3.org/Archives/Public/www-style/2014Dec/0355.html</a>
Open:</pre>
<pre class='r' id='issue-44'>
Issue 44. <a href='#issue-44'>#</a>
Summary: [css-writing-modes] text-orientation: sideways-left
From: Koji Ishii
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0130.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0130.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0155.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0155.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0212.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0212.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0546.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0546.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0547.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0547.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0552.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0552.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0559.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0559.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Feb/0024.html'>http://lists.w3.org/Archives/Public/www-style/2015Feb/0024.html</a>
Closed: Rejected</pre>
<pre class=' open' id='issue-45'>
Issue 45. <a href='#issue-45'>#</a>
Summary: [css-text][css-writing-modes] Line breaking around Emoji, Gaiji, U+FFFC, and text-combine-horizontal
From: Koji Ishii
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0260.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0260.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0262.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0262.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0271.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0271.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0315.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0315.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0388.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0388.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0398.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0398.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0504.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0504.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0508.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0508.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0514.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0514.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0518.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0518.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0530.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0530.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0557.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0557.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Feb/0002.html'>http://lists.w3.org/Archives/Public/www-style/2015Feb/0002.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Feb/0476.html'>http://lists.w3.org/Archives/Public/www-style/2015Feb/0476.html</a>
Open:</pre>
<pre class='a' id='issue-46'>
Issue 46. <a href='#issue-46'>#</a>
Summary: [css-writing-modes] Drop Appendix B: Bidi Rules for HTML 4 (was Re: [css-scoping] unicode-bidi in Shadow DOM, and possibly other properties?
From: Koji Ishii
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0330.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0330.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jan/0493.html'>http://lists.w3.org/Archives/Public/www-style/2015Jan/0493.html</a>
Closed: Accepted</pre>
<pre class='a' id='issue-47'>
Issue 47. <a href='#issue-47'>#</a>
Summary: [css-writing-modes] 5 small issues
From: Gérard Talbot
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Feb/0487.html'>http://lists.w3.org/Archives/Public/www-style/2015Feb/0487.html</a>
Closed: Accepted</pre>
<pre class='r' id='issue-48'>
Issue 48. <a href='#issue-48'>#</a>
Summary: [css-writing-modes-3] Writing-mode of alt text and replaced content of textarea, input =?UTF-8?Q?type=3D=22text=22?=
From: Gérard Talbot
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Mar/0011.html'>http://lists.w3.org/Archives/Public/www-style/2015Mar/0011.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Mar/0012.html'>http://lists.w3.org/Archives/Public/www-style/2015Mar/0012.html</a>
Closed: Rejected</pre>
<pre class='oi' id='issue-49'>
Issue 49. <a href='#issue-49'>#</a>
Summary: [css3-background][css-writing-modes] background-position:bottom to root elements
From: Koji Ishii
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Mar/0506.html'>http://lists.w3.org/Archives/Public/www-style/2015Mar/0506.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Mar/0529.html'>http://lists.w3.org/Archives/Public/www-style/2015Mar/0529.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Mar/0531.html'>http://lists.w3.org/Archives/Public/www-style/2015Mar/0531.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Mar/0532.html'>http://lists.w3.org/Archives/Public/www-style/2015Mar/0532.html</a>
Closed: Invalid</pre>
<pre class=' open' id='issue-50'>
Issue 50. <a href='#issue-50'>#</a>
Summary: [css-writing-modes] float interaction when line-left and line-right swap
From: L. David Baron
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0026.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0026.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0315.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0315.html</a>
Open:</pre>
<pre class='a' id='issue-51'>
Issue 51. <a href='#issue-51'>#</a>
Summary: [css-pseudo][css-writing-modes] text-combine-upright (TCY) on ::marker
From: fantasai
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0043.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0043.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0092.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0092.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0097.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0097.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0099.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0099.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0383.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0383.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0385.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0385.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0388.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0388.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0093.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0093.html</a>
Closed: Accepted</pre>
<pre class='oi' id='issue-52'>
Issue 52. <a href='#issue-52'>#</a>
Summary: [css-writing-modes-3] (sizing phase) 'auto' height of child block in orthogonal flow
From: Gérard Talbot
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0208.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0208.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0209.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0209.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0210.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0210.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0211.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0211.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0214.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0214.html</a>
Closed: Invalid</pre>
<pre class='a' id='issue-53'>
Issue 53. <a href='#issue-53'>#</a>
Summary: [css-writing-modes-3] Defer auto-muticol behavior in Auto-sizing Block Containers in Orthogonal Flows
From: Koji Ishii
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0212.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0212.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0283.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0283.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0295.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0295.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0303.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0303.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0307.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0307.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0308.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0308.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0309.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0309.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0313.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0313.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0318.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0318.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0011.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0011.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0050.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0050.html</a>
Closed: Accepted</pre>
<pre class=' open' id='issue-54'>
Issue 54. <a href='#issue-54'>#</a>
Summary: [css-writing-modes] Propose to weaken upright rendering of horizontal-only scripts
From: Koji Ishii
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0386.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0386.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0397.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0397.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0398.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0398.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0004.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0004.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0232.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0232.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0236.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0236.html</a>
Open:</pre>
<pre class='r' id='issue-55'>
Issue 55. <a href='#issue-55'>#</a>
Summary: [css-writing-modes] Propose to defer orthogonal table cells
From: Koji Ishii
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0387.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0387.html</a>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0313.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0313.html</a>
Closed: Rejected</pre>
<pre class='a' id='issue-56'>
Issue 56. <a href='#issue-56'>#</a>
Summary: [css-writing-modes] Orthogonal parent's logical width
From: Koji Ishii
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0011.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0011.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0015.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0015.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0017.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0017.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0125.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0125.html</a>
Closed: Accepted</pre>
<pre class='oi' id='issue-57'>
Issue 57. <a href='#issue-57'>#</a>
Summary: [css-writing-modes-3] update-refresh release of the =?UTF-8?Q?spec=3F=3B=20inline-size=20definition?=
From: Gérard Talbot
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0026.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0026.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0057.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0057.html</a>
Closed: Invalid</pre>
<pre class='oi' id='issue-58'>
Issue 58. <a href='#issue-58'>#</a>
Summary: [css-writing-modes][svg] SVG and writing-mode
From: Koji Ishii
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0092.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0092.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0096.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0096.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0097.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0097.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0100.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0100.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0102.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0102.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0106.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0106.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0108.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0108.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0150.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0150.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0128.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0128.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0408.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0408.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0409.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0409.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0430.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0430.html</a>
Closed: Invalid</pre>
<pre class='oi' id='issue-59'>
Issue 59. <a href='#issue-59'>#</a>
Summary: [css-writing-modes-3] Example of orthogonal flow
From: Gérard Talbot
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0144.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0144.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0145.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0145.html</a>
Closed: Invalid</pre>
<pre class='a' id='issue-60'>
Issue 60. <a href='#issue-60'>#</a>
Summary: [css-writing-modes-3] line-under and line-over of text with 'text-orientation: upright'
From: Gérard Talbot
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0161.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0161.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0211.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0211.html</a>
Closed: Accepted</pre>
<pre class=' open' id='issue-61'>
Issue 61. <a href='#issue-61'>#</a>
Summary: [css-writing-modes] Propose writing-mode: sideways-left
From: Koji Ishii
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0040.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0040.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0045.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0045.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0055.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0055.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0056.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0056.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0057.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0057.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0103.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0103.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0060.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0060.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0064.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0064.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0065.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0065.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0071.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0071.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0079.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0079.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0081.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0081.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0083.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0083.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0114.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0114.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0119.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0119.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0131.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0131.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0140.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0140.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0142.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0142.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0166.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0166.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0188.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0188.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0038.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0038.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0076.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0076.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0077.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0077.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0119.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0119.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0125.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0125.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0126.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0126.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0154.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0154.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0156.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0156.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0157.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0157.html</a>
Open:</pre>
<pre class='r' id='issue-62'>
Issue 62. <a href='#issue-62'>#</a>
Summary: [css-writing-modes-3] Proposal to modify how inline-block with non-empty block descendants are baseline-aligned
From: Gérard Talbot
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0116.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0116.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0324.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0324.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0325.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0325.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0326.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0326.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0001.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0001.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0007.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0007.html</a>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0008.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0008.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0039.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0039.html</a>
Closed: Rejected</pre>
<pre class='oi' id='issue-63'>
Issue 63. <a href='#issue-63'>#</a>
Summary: [css-writing-modes-3] range limit for 'text-combine-upright: all' versus 'text-combine-upright: digits <integer>'
From: Gérard Talbot
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0255.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0255.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0257.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0257.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0262.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0262.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0263.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0263.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0290.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0290.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0292.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0292.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0301.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0301.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0302.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0302.html</a>
Closed: Invalid</pre>
<pre class='a' id='issue-64'>
Issue 64. <a href='#issue-64'>#</a>
Summary: [css-writing-modes-3] Editorial nit in Example 15 of 9.1.1
From: Gérard Talbot
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0256.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0256.html</a>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jun/0259.html'>https://lists.w3.org/Archives/Public/www-style/2015Jun/0259.html</a>
Closed: Accepted</pre>
<pre class=' open' id='issue-66'>
Issue 66. <a href='#issue-66'>#</a>
Summary: [css-ruby][css-writing-modes] The writing-mode property on ruby internal boxes
From: Xidorn Quan
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0165.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0165.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0219.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0219.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0221.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0221.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0224.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0224.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0245.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0245.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0435.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0435.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0440.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0440.html</a>
Open:</pre>
<pre class=' open' id='issue-67'>
Issue 67. <a href='#issue-67'>#</a>
Summary: [css-writing-modes] 'writing-mode' and deprecated SVG values
From: Dirk Schulze
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0405.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0405.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0412.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0412.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0416.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0416.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0417.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0417.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0418.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0418.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0419.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0419.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0427.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0427.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0428.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0428.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0437.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0437.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0438.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0438.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0439.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0439.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jul/0441.html'>http://lists.w3.org/Archives/Public/www-style/2015Jul/0441.html</a>
Open:</pre>
<pre class=' open' id='issue-68'>
Issue 68. <a href='#issue-68'>#</a>
Summary: [css-writing-modes] Behavior of <iframe> in vertical writing mode
From: Jonathan Kew
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0049.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0049.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0061.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0061.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0062.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0062.html</a>
Open:</pre>
<pre class=' open' id='issue-69'>
Issue 69. <a href='#issue-69'>#</a>
Summary: [css-writing-modes-3] 7.7 Table Caption Mappings: caption-side
From: Gérard Talbot
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0068.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0068.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0069.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0069.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0072.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0072.html</a>
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0075.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0075.html</a>
Open:</pre>
<pre class='oi' id='issue-71'>
Issue 71. <a href='#issue-71'>#</a>
Summary: [css-writing-modes] test results available
From: Richard Ishida
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0155.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0155.html</a>
Closed: Invalid</pre>
<script>
(function () {
var sheet = document.styleSheets[0];
function addCheckbox(className) {
var element = document.querySelector('*.' + className);
var label = document.createElement('label');
label.innerHTML = element.innerHTML;
element.innerHTML = null;
var check = document.createElement('input');
check.type = 'checkbox';
if (className == 'open') {
check.checked = false;
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
check.onchange = function (e) {
rule.style.display = this.checked ? 'none' : 'block';
}
}
else {
check.checked = true;
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
check.onchange = function (e) {
rule.style.display = this.checked ? 'block' : 'none';
}
}
var rule = sheet.cssRules[sheet.cssRules.length - 1];
element.appendChild(label);
label.insertBefore(check, label.firstChild);
}
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
}());
</script>