forked from w3c/csswg-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathissues-cr-2014.html
More file actions
509 lines (502 loc) · 40.2 KB
/
issues-cr-2014.html
File metadata and controls
509 lines (502 loc) · 40.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<!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">
pre { border: solid thin silver; padding: 0.2em; white-space: normal; }
pre > span { display: block; white-space: pre; }
:not(pre).a { background: lightgreen }
:not(pre).d { background: lightblue }
:not(pre).oi { background: yellow }
:not(pre).r { background: orange }
:not(pre).fo { background: red }
.open { border: solid red; }
: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'>
<span>Issue 1. <a href='#issue-1'>#</a></span>
<span>Summary: Rename extent/measure to block-size/inline-size?</span>
<span>From: Simon Sapin</span>
<span>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></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0559.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0559.html</a></span></pre>
<pre class=' oi' id='issue-2'>
<span>Issue 2. <a href='#issue-2'>#</a></span>
<span>Summary: Rename 'caption-side: start/end-outside keywords to block-start/end-outside</span>
<span>From: MURAKAMI Shinyu</span>
<span>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></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0113.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0113.html</a></span>
<span class="oi">Closed: Invalid</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0113.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0113.html</a></span></pre>
<pre class=' a' id='issue-3'>
<span>Issue 3. <a href='#issue-3'>#</a></span>
<span>Summary: Treat 'caption-side: bottom' as 'caption-side: block-end'</span>
<span>From: Murakami Shinyu</span>
<span>From: Gérard Talbot</span>
<span>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></span>
<span>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></span>
<span>Response: <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></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0254.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0254.html</a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0158.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0158.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0113.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0113.html</a></span></pre>
<pre class=' a' id='issue-4'>
<span>Issue 4. <a href='#issue-4'>#</a></span>
<span>Summary: Clarify meaning of 'direction' in vertical text</span>
<span>From: Simon Sapin</span>
<span>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></span>
<span>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></span>
<span>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></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Sep/0071.html'>http://lists.w3.org/Archives/Public/www-style/2015Sep/0071.html</a></span>
<span class="a">Closed: Accepted</span></pre>
<pre class=' ' id='issue-5'>
<span>Issue 5. <a href='#issue-5'>#</a></span>
<span>Summary: Why can't we use bidi to auto-rotate RTL text downward?</span>
<span>From: James Clark</span>
<span>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></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0255.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0255.html</a></span>
<span class="">Closed: Question</span></pre>
<pre class=' a' id='issue-6'>
<span>Issue 6. <a href='#issue-6'>#</a></span>
<span>Summary: Atomic inline "capable" of providing its own baseline</span>
<span>From: Simon Sapin</span>
<span>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></span>
<span>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></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Sep/0100.html'>http://lists.w3.org/Archives/Public/www-style/2015Sep/0100.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' oi' id='issue-7'>
<span>Issue 7. <a href='#issue-7'>#</a></span>
<span>Summary: sideways-left with other text-orientation descendant</span>
<span>From: Simon Sapin</span>
<span>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></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0282.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0282.html</a></span>
<span class="oi">Closed: Invalid</span></pre>
<pre class=' a' id='issue-8'>
<span>Issue 8. <a href='#issue-8'>#</a></span>
<span>Summary: Allow for magical TCY non-descender handling</span>
<span>From: fantasai</span>
<span>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></span>
<span class="a">Closed: Retracted</span></pre>
<pre class=' a' id='issue-9'>
<span>Issue 9. <a href='#issue-9'>#</a></span>
<span>Summary: TCY should be bidi isolated</span>
<span>From: fantasai</span>
<span>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></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Sep/0070.html'>http://lists.w3.org/Archives/Public/www-style/2015Sep/0070.html</a></span>
<span class="a">Closed: Accepted</span></pre>
<pre class=' a' id='issue-10'>
<span>Issue 10. <a href='#issue-10'>#</a></span>
<span>Summary: TCY line breaking as U+FFFC</span>
<span>From: fantasai</span>
<span>From: Koji Ishii</span>
<span>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></span>
<span>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></span>
<span>Proposal: <a href='http://lists.w3.org/Archives/Member/w3c-css-wg/2015JanMar/0080.html'>http://lists.w3.org/Archives/Member/w3c-css-wg/2015JanMar/0080.html</a></span>
<span>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></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Mar/0187.html'>http://lists.w3.org/Archives/Public/www-style/2015Mar/0187.html</a></span>
<span class="a">Closed: Accepted</span></pre>
<pre class=' oi' id='issue-11'>
<span>Issue 11. <a href='#issue-11'>#</a></span>
<span>Summary: text-combine-upright Applies to: non-replaced inline elements</span>
<span>From: Snsk Matsuki</span>
<span>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></span>
<span>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></span>
<span class="oi">Closed: Invalid</span></pre>
<pre class=' a' id='issue-12'>
<span>Issue 12. <a href='#issue-12'>#</a></span>
<span>Summary: Clarify that non-square TCY glyphs also have non-square layout size</span>
<span>From: Masataka Yakura</span>
<span>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></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0256.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0256.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-13'>
<span>Issue 13. <a href='#issue-13'>#</a></span>
<span>Summary: Clarify which font is used for finding advance height of non-square TCY</span>
<span>From: Masataka Yakura</span>
<span>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></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0256.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0256.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-14'>
<span>Issue 14. <a href='#issue-14'>#</a></span>
<span>Summary: Auto margins and shrinkwrapping</span>
<span>From: fantasai</span>
<span>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></span>
<span>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></span>
<span class="a">Closed: Retracted</span>
<span class="a">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></span></pre>
<pre class=' a' id='issue-15'>
<span>Issue 15. <a href='#issue-15'>#</a></span>
<span>Summary: run-in boxes</span>
<span>From: Masataka Yakura</span>
<span>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></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0257.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0257.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' oi' id='issue-16'>
<span>Issue 16. <a href='#issue-16'>#</a></span>
<span>Summary: elements that `text-combine-upright` applies</span>
<span>From: Masataka Yakura</span>
<span>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></span>
<span>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></span>
<span>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></span>
<span class="oi">Closed: Invalid</span></pre>
<pre class=' a' id='issue-17'>
<span>Issue 17. <a href='#issue-17'>#</a></span>
<span>Summary: confusion over rotated sideways and oriented upright</span>
<span>From: Gérard Talbot</span>
<span>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></span>
<span>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></span>
<span class="oi">Closed: Invalid</span>
<span class="a">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></span></pre>
<pre class=' a' id='issue-18'>
<span>Issue 18. <a href='#issue-18'>#</a></span>
<span>Summary: central baseline of text with 'text-orientation: upright'</span>
<span>From: Gérard Talbot</span>
<span>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></span>
<span>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></span>
<span>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></span>
<span>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></span>
<span class="oi">Closed: Invalid</span>
<span class="a">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></span></pre>
<pre class=' a' id='issue-19'>
<span>Issue 19. <a href='#issue-19'>#</a></span>
<span>Summary: Wrong image in section 5.</span>
<span>From: Gérard Talbot</span>
<span>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></span>
<span>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></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Oct/0481.html'>http://lists.w3.org/Archives/Public/www-style/2014Oct/0481.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0258.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0258.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-20'>
<span>Issue 20. <a href='#issue-20'>#</a></span>
<span>Summary: propagation of 'direction' from <body></span>
<span>From: L. David Baron</span>
<span>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></span>
<span>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></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0221.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0221.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Sep/0101.html'>http://lists.w3.org/Archives/Public/www-style/2015Sep/0101.html</a></span>
<span class="a">Closed: Accepted</span></pre>
<pre class=' oi' id='issue-21'>
<span>Issue 21. <a href='#issue-21'>#</a></span>
<span>Summary: Underline in vertical text</span>
<span>From: Brian Birtles</span>
<span>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></span>
<span>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></span>
<span class="oi">Closed: Invalid</span></pre>
<pre class=' a' id='issue-22'>
<span>Issue 22. <a href='#issue-22'>#</a></span>
<span>Summary: 9.1.1 tcy element in example 20; extra >; non-interrupted sequence of characters</span>
<span>From: Gérard Talbot</span>
<span>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></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0286.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0286.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-23'>
<span>Issue 23. <a href='#issue-23'>#</a></span>
<span>Summary: bidi-isolate Shadow DOM</span>
<span>From: Koji Ishii</span>
<span>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></span>
<span>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></span>
<span>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></span>
<span>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></span>
<span class="a">Closed: Retracted</span></pre>
<pre class=' a' id='issue-24'>
<span>Issue 24. <a href='#issue-24'>#</a></span>
<span>Summary: Margin Collapsing Orthogonal Flows</span>
<span>From: fantasai</span>
<span>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></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0287.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0287.html</a></span>
<span class="a">Closed: Retracted</span>
<span>Resolved: Editor's Discretion</span></pre>
<pre class=' a' id='issue-25'>
<span>Issue 25. <a href='#issue-25'>#</a></span>
<span>Summary: Remove text-orientation: sideways-left</span>
<span>From: Koji Ishii</span>
<span>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></span>
<span>Response: <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></span>
<span>Note: Accepted to mark at-risk</span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2015Mar/0188.html'>http://lists.w3.org/Archives/Public/www-style/2015Mar/0188.html</a></span></pre>
<pre class=' a' id='issue-26'>
<span>Issue 26. <a href='#issue-26'>#</a></span>
<span>Summary: Drop Appendix B: Bidi Rules for HTML 4 (was Re: [css-scoping] unicode-bidi in Shadow DOM, and possibly other properties?</span>
<span>From: Koji Ishii</span>
<span>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></span>
<span>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></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-27'>
<span>Issue 27. <a href='#issue-27'>#</a></span>
<span>Summary: 5 small issues</span>
<span>From: Gérard Talbot</span>
<span>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></span>
<span>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></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' oi' id='issue-28'>
<span>Issue 28. <a href='#issue-28'>#</a></span>
<span>Summary: Writing-mode of alt text and replaced content of textarea, input =?UTF-8?Q?type=3D=22text=22?=</span>
<span>From: Gérard Talbot</span>
<span>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></span>
<span>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></span>
<span class="oi">Closed: Invalid</span></pre>
<pre class=' a' id='issue-29'>
<span>Issue 29. <a href='#issue-29'>#</a></span>
<span>Summary: [css3-background]background-position:bottom to root elements</span>
<span>From: Koji Ishii</span>
<span>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></span>
<span>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></span>
<span>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></span>
<span class="oi">Closed: Invalid</span>
<span class="a">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></span></pre>
<pre class=' oi' id='issue-30'>
<span>Issue 30. <a href='#issue-30'>#</a></span>
<span>Summary: float interaction when line-left and line-right swap</span>
<span>From: L. David Baron</span>
<span>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></span>
<span class="oi">Closed: Invalid</span></pre>
<pre class=' a' id='issue-31'>
<span>Issue 31. <a href='#issue-31'>#</a></span>
<span>Summary: text-combine-upright (TCY) on ::marker</span>
<span>From: fantasai</span>
<span>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></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0143.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0143.html</a></span></pre>
<pre class=' ' id='issue-32'>
<span>Issue 32. <a href='#issue-32'>#</a></span>
<span>Summary: overly-long 'auto' height child block in orthogonal flow</span>
<span>From: Gérard Talbot</span>
<span>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></span>
<span>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></span>
<span>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></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Sep/0072.html'>http://lists.w3.org/Archives/Public/www-style/2015Sep/0072.html</a></span>
<span class="">Closed: Question</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-33'>
<span>Issue 33. <a href='#issue-33'>#</a></span>
<span>Summary: Defer auto-muticol behavior for orthogonal Flows</span>
<span>From: Koji Ishii</span>
<span>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></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <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></span>
<span>Resolved: <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></span></pre>
<pre class=' a' id='issue-34'>
<span>Issue 34. <a href='#issue-34'>#</a></span>
<span>Summary: Propose to weaken upright rendering of horizontal-only scripts</span>
<span>From: Koji Ishii</span>
<span>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></span>
<span>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></span>
<span>Response: <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></span>
<span class="a">Closed: Accepted</span>
<span class="a">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></span></pre>
<pre class=' r' id='issue-35'>
<span>Issue 35. <a href='#issue-35'>#</a></span>
<span>Summary: Propose to defer orthogonal table cells</span>
<span>From: Koji Ishii</span>
<span>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></span>
<span>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></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: <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></span></pre>
<pre class=' a' id='issue-36'>
<span>Issue 36. <a href='#issue-36'>#</a></span>
<span>Summary: Clarify shrink-to-fit sizing of orthogonal flows</span>
<span>From: Koji Ishii</span>
<span>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></span>
<span>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></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-37'>
<span>Issue 37. <a href='#issue-37'>#</a></span>
<span>Summary: Update spec</span>
<span>From: Gérard Talbot</span>
<span>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></span>
<span>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></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-38'>
<span>Issue 38. <a href='#issue-38'>#</a></span>
<span>Summary: [css-writing-modes][svg] SVG and writing-mode</span>
<span>From: Koji Ishii</span>
<span>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></span>
<span>Resolved: <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></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' oi' id='issue-39'>
<span>Issue 39. <a href='#issue-39'>#</a></span>
<span>Summary: Confused testcase</span>
<span>From: Gérard Talbot</span>
<span>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></span>
<span>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></span>
<span class="oi">Closed: Invalid</span></pre>
<pre class=' ' id='issue-40'>
<span>Issue 40. <a href='#issue-40'>#</a></span>
<span>Summary: Clarify line-under and line-over of text with 'text-orientation: upright'</span>
<span>From: Gérard Talbot</span>
<span>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></span>
<span>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></span>
<span class="a">Closed: Accepted</span>
<span class="">Closed: Editorial</span></pre>
<pre class=' a' id='issue-41'>
<span>Issue 41. <a href='#issue-41'>#</a></span>
<span>Summary: proposed writing-mode: sideways-left and text-orientation: sideways</span>
<span>From: Koji Ishii</span>
<span>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></span>
<span>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></span>
<span class="a">Closed: Accepted</span></pre>
<pre class=' a' id='issue-42'>
<span>Issue 42. <a href='#issue-42'>#</a></span>
<span>Summary: always synthesize inline-block central baseline</span>
<span>From: Gérard Talbot</span>
<span>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></span>
<span>Response: <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></span>
<span>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></span>
<span class="r">Closed: Rejected</span>
<span class="a">Verified: <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></span>
<span>Resolved: Editor's Discretion</span></pre>
<pre class=' a' id='issue-43'>
<span>Issue 43. <a href='#issue-43'>#</a></span>
<span>Summary: [css-writing-modes-3] range limit for 'text-combine-upright: all' versus 'text-combine-upright: digits <integer>'</span>
<span>From: Gérard Talbot</span>
<span>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></span>
<span>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></span>
<span>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></span>
<span>Response: <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></span>
<span class="oi">Closed: Invalid</span>
<span class="a">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></span></pre>
<pre class=' a' id='issue-44'>
<span>Issue 44. <a href='#issue-44'>#</a></span>
<span>Summary: [css-writing-modes-3] Editorial nit in Example 15 of 9.1.1</span>
<span>From: Gérard Talbot</span>
<span>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></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0259.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0259.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' oi' id='issue-46'>
<span>Issue 46. <a href='#issue-46'>#</a></span>
<span>Summary: [css-ruby] The writing-mode property on ruby internal boxes</span>
<span>From: Xidorn Quan</span>
<span>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></span>
<span class="oi">Closed: OutOfScope</span>
<span>Note: Issue against CSS Ruby</span></pre>
<pre class=' a' id='issue-47'>
<span>Issue 47. <a href='#issue-47'>#</a></span>
<span>Summary: 'writing-mode' and deprecated SVG values</span>
<span>From: Dirk Schulze</span>
<span>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></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0290.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0290.html</a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-svg/2015Sep/0016.html'>https://lists.w3.org/Archives/Public/www-svg/2015Sep/0016.html</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='https://lists.w3.org/Archives/Public/www-svg/2015Oct/0021.html'>https://lists.w3.org/Archives/Public/www-svg/2015Oct/0021.html</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-svg/2015Oct/0028.html'>https://lists.w3.org/Archives/Public/www-svg/2015Oct/0028.html</a></span></pre>
<pre class=' a' id='issue-48'>
<span>Issue 48. <a href='#issue-48'>#</a></span>
<span>Summary: Orientation of 300x150 default object size in vertical writing modes</span>
<span>From: Jonathan Kew</span>
<span>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></span>
<span>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></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0329.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0329.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='http://www.w3.org/mid/CADhPm3s66T2JeNNJb59J5pbGy0+DSC7QMibPn8gTJ5j+i65T-A@mail.gmail.com'>http://www.w3.org/mid/CADhPm3s66T2JeNNJb59J5pbGy0+DSC7QMibPn8gTJ5j+i65T-A@mail.gmail.com</a></span></pre>
<pre class=' a' id='issue-49'>
<span>Issue 49. <a href='#issue-49'>#</a></span>
<span>Summary: Clarify application of writing-mode to external content</span>
<span>From: Jonathan Kew</span>
<span>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></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0329.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0329.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editor's discretion</span></pre>
<pre class=' a' id='issue-50'>
<span>Issue 50. <a href='#issue-50'>#</a></span>
<span>Summary: proposed 'writing-mode:sideways-*' values: effect on computed value of 'display'</span>
<span>From: Jonathan Kew</span>
<span>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></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0220.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0220.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editor's Discretion</span></pre>
<pre class=' oi' id='issue-51'>
<span>Issue 51. <a href='#issue-51'>#</a></span>
<span>Summary: synthesizing baseline tables for replaced elements</span>
<span>From: Stephen Zilles</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0320.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0320.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Aug/0327.html'>http://lists.w3.org/Archives/Public/www-style/2015Aug/0327.html</a></span>
<span class="oi">Closed: OutOfScope</span></pre>
<pre class=' r' id='issue-52'>
<span>Issue 52. <a href='#issue-52'>#</a></span>
<span>Summary: Logical keywords for CSS2.0 top-outside/bottom-outside</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jul/0004.html'>https://lists.w3.org/Archives/Public/www-style/2015Jul/0004.html</a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0160.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0160.html</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0113.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0113.html</a></span></pre>
<pre class=' a' id='issue-53'>
<span>Issue 53. <a href='#issue-53'>#</a></span>
<span>Summary: Computation of writing-mode aliases</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0175.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0175.html</a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0182.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0182.html</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='https://lists.w3.org/Archives/Public/www-svg/2015Oct/0024.html'>https://lists.w3.org/Archives/Public/www-svg/2015Oct/0024.html</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-svg/2015Oct/0028.html'>https://lists.w3.org/Archives/Public/www-svg/2015Oct/0028.html</a></span></pre>
<pre class=' a' id='issue-54'>
<span>Issue 54. <a href='#issue-54'>#</a></span>
<span>Summary: Computation of sideways/sideways-right</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0163.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0163.html</a></span>
<span>Response: </span>
<span class="a">Closed: Accepted</span>
<span>Resolved: </span></pre>
<pre class=' a' id='issue-55'>
<span>Issue 55. <a href='#issue-55'>#</a></span>
<span>Summary: Parsing values of glyph-orientation-vertical</span>
<span>From: Amelia Bellamy-Royds</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-svg/2015Oct/0024.html'>https://lists.w3.org/Archives/Public/www-svg/2015Oct/0024.html</a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-svg/2015Oct/0028.html'>https://lists.w3.org/Archives/Public/www-svg/2015Oct/0028.html</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='https://lists.w3.org/Archives/Public/www-svg/2015Oct/0028.html'>https://lists.w3.org/Archives/Public/www-svg/2015Oct/0028.html</a></span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-svg/2015Oct/0028.html'>https://lists.w3.org/Archives/Public/www-svg/2015Oct/0028.html</a></span></pre>
<script>
(function () {
var sheet = document.styleSheets[0];
function addCheckbox(className) {
var element = document.querySelector('*.' + className);
var span = document.createElement('span');
span.innerHTML = element.innerHTML;
element.innerHTML = null;
var check = document.createElement('input');
check.type = 'checkbox';
if (className == 'open') {
check.checked = false;
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
check.onchange = function (e) {
rule.style.display = this.checked ? 'none' : 'block';
}
}
else {
check.checked = true;
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
check.onchange = function (e) {
rule.style.display = this.checked ? 'block' : 'none';
}
}
var rule = sheet.cssRules[sheet.cssRules.length - 1];
element.appendChild(check);
element.appendChild(span);
}
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
}());
</script>