-
Notifications
You must be signed in to change notification settings - Fork 790
Expand file tree
/
Copy pathissues-cr-2014.html
More file actions
497 lines (490 loc) · 29.5 KB
/
issues-cr-2014.html
File metadata and controls
497 lines (490 loc) · 29.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Writing Modes Level 3 Disposition of Comments for 2014-03-20 CR</title>
<style type="text/css">
.a { background: lightgreen }
.d { background: lightblue }
.r { background: orange }
.fo { background: red }
.open { border: solid red; padding: 0.2em; }
:target { box-shadow: 0.25em 0.25em 0.25em; }
</style>
<h1>CSS Writing Modes Level 3 Disposition of Comments for 2014-03-20 CR</h1>
<p>Last call document: <a href="http://www.w3.org/TR/2014/CR-css-writing-modes-3-20140320/">http://www.w3.org/TR/2014/CR-css-writing-modes-3-20140320/</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: 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>
Closed: Accepted
Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2014Mar/0559.html'>https://lists.w3.org/Archives/Public/www-style/2014Mar/0559.html</a>
</pre>
<pre class='oi' id='issue-2'>
Issue 2. <a href='#issue-2'>#</a>
Summary: Rename 'caption-side: start/end-outside keywords to block-start/end-outside
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='https://lists.w3.org/Archives/Public/www-style/2015Aug/0294.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0294.html</a>
Closed: OutOfScope
</pre>
<pre class='oi' id='issue-3'>
Issue 3. <a href='#issue-3'>#</a>
Summary: Treat 'caption-side: bottom' as 'caption-side: block-end'
From: Murakami Shinyu
From: Gérard Talbot
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/2015Aug/0068.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0068.html</a>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0069.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0069.html</a>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0254.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0254.html</a>
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0293.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0293.html</a>
Closed: OutOfScope
</pre>
<pre class='a' id='issue-4'>
Issue 4. <a href='#issue-4'>#</a>
Summary: Clarify meaning of 'direction' in 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/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/0066.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0066.html</a>
Closed: Accepted
</pre>
<pre class='' id='issue-5'>
Issue 5. <a href='#issue-5'>#</a>
Summary: Why can't we use bidi to auto-rotate RTL text downward?
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>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0255.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0255.html</a>
Closed: Question
</pre>
<pre class='open' id='issue-6'>
Issue 6. <a href='#issue-6'>#</a>
Summary: 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>
Response: <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
Resolved: Editorial
</pre>
<pre class='oi' id='issue-7'>
Issue 7. <a href='#issue-7'>#</a>
Summary: 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>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0282.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0282.html</a>
Closed: Invalid
</pre>
<pre class='a' id='issue-8'>
Issue 8. <a href='#issue-8'>#</a>
Summary: Allow for magical TCY non-descender handling
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>
Closed: Retracted
</pre>
<pre class='a' id='issue-9'>
Issue 9. <a href='#issue-9'>#</a>
Summary: TCY should be bidi isolated
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>
Closed: Accepted
</pre>
<pre class='a' id='issue-10'>
Issue 10. <a href='#issue-10'>#</a>
Summary: TCY line breaking as U+FFFC
From: fantasai
From: Koji Ishii
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>
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jan/0260.html'>https://lists.w3.org/Archives/Public/www-style/2015Jan/0260.html</a>
Proposal: <a href='https://lists.w3.org/Archives/Member/w3c-css-wg/2015JanMar/0080.html'>https://lists.w3.org/Archives/Member/w3c-css-wg/2015JanMar/0080.html</a>
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0002.html'>https://lists.w3.org/Archives/Public/www-style/2015Feb/0002.html</a>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0187.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0187.html</a>
Closed: Accepted
</pre>
<pre class='oi' id='issue-11'>
Issue 11. <a href='#issue-11'>#</a>
Summary: 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='a' id='issue-12'>
Issue 12. <a href='#issue-12'>#</a>
Summary: Clarify that non-square TCY glyphs also have non-square layout size
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>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0256.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0256.html</a>
Closed: Accepted
Resolved: Bugfix
</pre>
<pre class='a' id='issue-13'>
Issue 13. <a href='#issue-13'>#</a>
Summary: Clarify which font is used for finding advance height of non-square TCY
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>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0256.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0256.html</a>
Closed: Accepted
Resolved: Bugfix
</pre>
<pre class='a' id='issue-14'>
Issue 14. <a href='#issue-14'>#</a>
Summary: Auto margins and shrinkwrapping
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>
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>
Closed: Retracted
Verified: <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>
</pre>
<pre class='a' id='issue-15'>
Issue 15. <a href='#issue-15'>#</a>
Summary: 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='https://lists.w3.org/Archives/Public/www-style/2015Aug/0257.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0257.html</a>
Closed: Accepted
Resolved: Bugfix
</pre>
<pre class='oi' id='issue-16'>
Issue 16. <a href='#issue-16'>#</a>
Summary: 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='a' id='issue-17'>
Issue 17. <a href='#issue-17'>#</a>
Summary: confusion over 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>
Closed: Invalid
Verified: <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>
</pre>
<pre class='a' id='issue-18'>
Issue 18. <a href='#issue-18'>#</a>
Summary: 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>
Response: <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>
Closed: Invalid
Verified: <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>
</pre>
<pre class='a' id='issue-19'>
Issue 19. <a href='#issue-19'>#</a>
Summary: Wrong image 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>
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>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0258.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0258.html</a>
Closed: Accepted
Resolved: Editorial
</pre>
<pre class='open' id='issue-20'>
Issue 20. <a href='#issue-20'>#</a>
Summary: propagation of 'direction' from <body>
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/2015Mar/0393.html'>http://lists.w3.org/Archives/Public/www-style/2015Mar/0393.html</a>
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0221.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0221.html</a>
Open: =WG= to investigate and decide on a better course of action
</pre>
<pre class='oi' id='issue-21'>
Issue 21. <a href='#issue-21'>#</a>
Summary: 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>
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-22'>
Issue 22. <a href='#issue-22'>#</a>
Summary: 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>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0286.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0286.html</a>
Closed: Accepted
Resolved: Editorial
</pre>
<pre class='a' id='issue-23'>
Issue 23. <a href='#issue-23'>#</a>
Summary: bidi-isolate Shadow DOM
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/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>
Note: <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: Retracted
</pre>
<pre class='a' id='issue-24'>
Issue 24. <a href='#issue-24'>#</a>
Summary: 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>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0287.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0287.html</a>
Closed: Retracted
Resolved: Editor's Discretion
</pre>
<pre class='a' id='issue-25'>
Issue 25. <a href='#issue-25'>#</a>
Summary: Remove 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>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jan/0155.html'>https://lists.w3.org/Archives/Public/www-style/2015Jan/0155.html</a>
Note: Accepted to mark at-risk
Closed: Accepted
Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0188.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0188.html</a>
</pre>
<pre class='a' id='issue-26'>
Issue 26. <a href='#issue-26'>#</a>
Summary: 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
Resolved: Editorial
</pre>
<pre class='a' id='issue-27'>
Issue 27. <a href='#issue-27'>#</a>
Summary: 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>
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0168.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0168.html</a>
Closed: Accepted
Resolved: Editorial
</pre>
<pre class='oi' id='issue-28'>
Issue 28. <a href='#issue-28'>#</a>
Summary: 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: Invalid
</pre>
<pre class='a' id='issue-29'>
Issue 29. <a href='#issue-29'>#</a>
Summary: [css3-background]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>
Response: <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>
Closed: Invalid
Verified: <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>
</pre>
<pre class='oi' id='issue-30'>
Issue 30. <a href='#issue-30'>#</a>
Summary: 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>
Closed: Invalid
</pre>
<pre class='a' id='issue-31'>
Issue 31. <a href='#issue-31'>#</a>
Summary: 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>
Closed: Accepted
Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Apr/0143.html'>https://lists.w3.org/Archives/Public/www-style/2015Apr/0143.html</a>
</pre>
<pre class='open' id='issue-32'>
Issue 32. <a href='#issue-32'>#</a>
Summary: overly-long 'auto' height 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/0214.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0214.html</a>
Open: Figure out appropriate clarifications
Resolved: Editorial
</pre>
<pre class='a' id='issue-33'>
Issue 33. <a href='#issue-33'>#</a>
Summary: Defer auto-muticol behavior for 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>
Closed: Accepted
Verified: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jun/0011.html'>https://lists.w3.org/Archives/Public/www-style/2015Jun/0011.html</a>
Resolved: <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>
</pre>
<pre class='a' id='issue-34'>
Issue 34. <a href='#issue-34'>#</a>
Summary: 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>
Response: <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>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0232.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0232.html</a>
Closed: Accepted
Verified: <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>
</pre>
<pre class='r' id='issue-35'>
Issue 35. <a href='#issue-35'>#</a>
Summary: 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
Resolved: <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>
</pre>
<pre class='a' id='issue-36'>
Issue 36. <a href='#issue-36'>#</a>
Summary: Clarify shrink-to-fit sizing of orthogonal flows
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>
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
Resolved: Bugfix
</pre>
<pre class='a' id='issue-37'>
Issue 37. <a href='#issue-37'>#</a>
Summary: Update spec
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: Accepted
Resolved: Editorial
</pre>
<pre class='open' id='issue-38'>
Issue 38. <a href='#issue-38'>#</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>
Open: Needs clarifying edits
Resolved: <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>
</pre>
<pre class='oi' id='issue-39'>
Issue 39. <a href='#issue-39'>#</a>
Summary: Confused testcase
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-40'>
Issue 40. <a href='#issue-40'>#</a>
Summary: Clarify 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
Closed: Editorial
</pre>
<pre class='a' id='issue-41'>
Issue 41. <a href='#issue-41'>#</a>
Summary: proposed writing-mode: sideways-left and text-orientation: sideways
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='https://lists.w3.org/Archives/Public/www-style/2015Jul/0060.html'>https://lists.w3.org/Archives/Public/www-style/2015Jul/0060.html</a>
Closed: Accepted
</pre>
<pre class='a' id='issue-42'>
Issue 42. <a href='#issue-42'>#</a>
Summary: always synthesize inline-block central baseline
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>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jun/0324.html'>https://lists.w3.org/Archives/Public/www-style/2015Jun/0324.html</a>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jul/0007.html'>https://lists.w3.org/Archives/Public/www-style/2015Jul/0007.html</a>
Closed: Rejected
Verified: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jul/0039.html'>https://lists.w3.org/Archives/Public/www-style/2015Jul/0039.html</a>
Resolved: Editor's Discretion
</pre>
<pre class='a' id='issue-43'>
Issue 43. <a href='#issue-43'>#</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>
Response: <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>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jun/0301.html'>https://lists.w3.org/Archives/Public/www-style/2015Jun/0301.html</a>
Closed: Invalid
Verified: <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>
</pre>
<pre class='a' id='issue-44'>
Issue 44. <a href='#issue-44'>#</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
Resolved: Editorial
</pre>
<pre class='oi' id='issue-46'>
Issue 46. <a href='#issue-46'>#</a>
Summary: [css-ruby] 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>
Closed: OutOfScope
Note: Issue against CSS Ruby
</pre>
<pre class='oi open' id='issue-47'>
Issue 47. <a href='#issue-47'>#</a>
Summary: '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>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0290.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0290.html</a>
Open: Invalid
Resolved: =WG= to decide whether UA style sheet rule suggestion is useful
</pre>
<pre class='a open' id='issue-48'>
Issue 48. <a href='#issue-48'>#</a>
Summary: Behavior of <iframe> in vertical writing mode: 2 clarifications
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>
Response: <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>
Open: Accepted
Resolved: =WG= to decide on orientation of 300x150
</pre>
<pre class='a' id='issue-49'>
Issue 49. <a href='#issue-49'>#</a>
Summary: proposed 'writing-mode:sideways-*' values: effect on computed value of 'display'
From: Jonathan Kew
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0201.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0201.html</a>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0220.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0220.html</a>
Closed: Accepted
Resolved: Editor's Discretion
</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>