-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path2018-11-27.html
466 lines (462 loc) · 6.88 KB
/
2018-11-27.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
<!DOCTYPE html>
<meta charset=utf-8>
<title>fantasai’s CSSWG Spec Status Radar</title>
<link rel="stylesheet" href="report.css">
<style>
td, thead th { text-align: center; }
th, tr > *:first-child { text-align: left; }
tbody th:not([scope=rowgroup]) {
font-weight: normal;
}
dl[title]:before {
content: attr(title) ": ";
font-weight: bold;
}
.key, .key dt, .key dd {
display: inline;
margin: 0;
}
.key dt {
margin-left: 1em;
white-space: nowrap;
}
td:first-child { white-space: nowrap; }
td:last-child { text-align: left;
</style>
<h1>CSS Status Report</h1>
<p class="annotation">Last updated <time>2018-11-27</time>
<p>This is an unofficial report prepared by fantasai
mostly for her own benefit.
<ul>
<li><a href="https://lists.w3.org/Archives/Public/www-style/2018Oct/0014.html">Agenda+ publish css-box-3</a>
<li><a href="https://lists.w3.org/Archives/Member/w3c-css-wg/2018OctDec/0112.html">Agenda+ publish css-break-4</a>
<li>Agenda+ republish css-align-3
</ul>
<dl title="Key" class=key>
<dt>○ <dd>Good
<dt>□ <dd>(Almost) Publishable (< ½day)
<dt>△ <dd>Needs Work (1-3days)
<dt>× <dd>Needs Major Work
</dl>
<table class=data>
<thead>
<tr>
<th>Module
<th>Level
<th>Status
<th>Latest
<th><abbr title="How far behind is the editor on agreed edits?">Edits</abbr>
<th><abbr title="How much work do the open unresolved issues represent?">Issues</abbr>
<th>Notes
<tbody>
<tr>
<th colspan=7 scope=rowgroup>Gross Layout
<tr>
<td>CSS Flexbox
<td>L1
<td>CR
<td>2018/11
<td>○
<td>○
<td>
<tr>
<td>CSS Grid
<td>L1
<td>CR
<td>2017/12
<td>△
<td>△
<td>Blocked on <a href="https://github.com/w3c/csswg-drafts/issues/2303">2303</a> + DoC
<tr>
<td>CSS Grid
<td>L2
<td>WD
<td>2018/8
<td>△
<td>□
<td>Needs L1 prose merge; blocked on L1 publication
<tr>
<td>CSS Box Alignment
<td>L3
<td>WD
<td>2018/8
<td>□
<td>□
<td>CR blocked on dbaron's issues
<tr>
<td>CSS Display
<td>L3
<td>CR
<td>2018/8
<td>△
<td>□
<td>1 day editing + 1-2 telecons
<tr>
<td>CSS Box
<td>L3
<td>WD
<td>2018/8
<td>□
<td>□
<td>
<tr>
<td>CSS Writing Modes
<td>L3
<td>CR
<td>2018/5
<td>○
<td>○
<td>Needs impl report
<tr>
<td>CSS Writing Modes
<td>L4
<td>CR
<td>2018/5
<td>○
<td>○
<td>Needs impls
<tr>
<td>CSS Logical Properties
<td>L1
<td>WD
<td>2018/8
<td>△
<td>△
<td>
<tr>
<td>CSS Multi-column Layout
<td>L1
<td>WD
<td>2018/5
<td>△
<td>△
<td>
<tr>
<td>CSS Fragmentation
<td>L3
<td>CR
<td>2018/11
<td>○
<td>○
<td>
<tr>
<td>CSS Fragmentation
<td>L4
<td>ED
<td>—
<td>○
<td>△
<td>Agenda+ for FPWD
<tbody>
<tr>
<th colspan=7 scope=rowgroup>Inline Layout
<tr>
<td>CSS Inline Layout
<td>L3
<td>WD
<td>2018/8
<td>△
<td>×
<td><a href="https://github.com/w3c/csswg-drafts/issues/3240">leading-trim</a> and <a href="https://github.com/w3c/csswg-drafts/issues/719">initial letter margins</a>
<tr>
<td>CSS Ruby
<td>L1
<td>WD
<td>2014/8
<td>×
<td>×
<td>Needs DoC to triage work
<tr>
<td>CSS Text
<td>L3
<td>WD
<td>2018/9
<td>□
<td>△
<td>Need to publish with overflow-wrap: anywhere. Remainder blocked on r12a, minor issues, DoC
<tr>
<td>CSS Text
<td>L4
<td>WD
<td>2018/9
<td>△
<td>△
<td>Need to publish with letter-spacing: percent
<tr>
<td>CSS Text Decoration
<td>L3
<td>CR
<td>2018/7
<td>□
<td>○
<td>Fix <a href="https://github.com/w3c/csswg-drafts/issues/3272">3272</a>
<tr>
<td>CSS Text Decoration
<td>L4
<td>WD
<td>2018/3
<td>△
<td>×
<td>
<tr>
<td>CSS Fonts
<td>L3
<td>REC
<td>2018/9
<td>□
<td>△
<td>
<tr>
<td>CSS Fonts
<td>L4
<td>WD
<td>2018/9
<td>△
<td>?
<td>
<tbody>
<tr>
<th colspan=7 scope=rowgroup>Processing
<tr>
<td>Selectors
<td>L4
<td>WD
<td>2018/11
<td>○
<td>△
<td>
<tr>
<td>CSS Pseudo-elements
<td>L4
<td>WD
<td>2016/7
<td>△
<td>×
<td>
<tr>
<td>CSS Values and Units
<td>L3
<td>CR
<td>2018/8
<td>□
<td>□
<td>
<tr>
<td>CSS Value and Units
<td>L4
<td>WD
<td>2018/10
<td>×
<td>×
<td>
<tr>
<td>CSS Cascading and Inheritance
<td>L3
<td>CR
<td>2018/8
<td>○
<td>○
<td>
<tr>
<td>CSS Cascading and Inheritance
<td>L4
<td>CR
<td>2018/8
<td>□
<td>□
<td><a href="https://github.com/w3c/csswg-drafts/issues/3332">3332</a>
<tr>
<td>CSS Conditional Rules
<td>L3
<td>CR
<td>2013/4
<td>△
<td>□
<td>Needs DoC
<tr>
<td>CSS Conditional Rules
<td>L4
<td>ED
<td>—
<td>□
<td>○
<td>Block on L3 or make as diff
<tr>
<td>CSS Syntax
<td>L3
<td>CR
<td>2014/2
<td>×
<td>×
<td>
<tr>
<td>Media Queries
<td>L3
<td>REC
<td>2012/6
<td>○
<td>○
<td>
<tr>
<td>Media Queries
<td>L4
<td>CR
<td>2017/9
<td>□
<td>□
<td>
<tr>
<td>Media Queries
<td>L5
<td>ED
<td>—
<td>×
<td>×
<td>
<tbody>
<tr>
<th colspan=7 scope=rowgroup>Painting
<tr>
<td>CSS Backgrounds and Borders
<td>L3
<td>CR
<td>2017/10
<td>△
<td>△
<td>
<tr>
<td>CSS Backgrounds and Borders
<td>L4
<td>ED
<td>—
<td>×
<td>×
<td>Multiple outstanding resolutions
<tr>
<td>CSS Fill and Stroke
<td>L3
<td>FPWD
<td>2017/4
<td>△
<td>△
<td>Needs triage
<tr>
<td>CSS Color
<td>L3
<td>REC
<td>2018/6
<td>○
<td>○
<td>
<tr>
<td>CSS Color
<td>L4
<td>WD
<td>2016/7
<td>?
<td>×
<td>
<tr>
<td>CSS Images
<td>L3
<td>CR
<td>2012/4
<td>△
<td>□
<td>
<tr>
<td>CSS Images
<td>L4
<td>WD
<td>2017/4
<td>?
<td>?
<td>
<tbody>
<tr>
<th colspan=7 scope=rowgroup>Graphical Transforms
<tr>
<td>CSS Transforms
<td>L1
<td>WD
<td>2017/11
<td>○
<td>○
<td>Almost CR
<tr>
<td>CSS Transforms
<td>L2
<td>ED
<td>!!!!!!!
<td>?
<td>?
<td>NEEDS FPWD ALREADY OMG
<tr>
<td>CSS Motion path
<td>L1
<td>WD
<td>2017/7
<td>□
<td>□
<td>One issue needs edits, that's all.
<tr>
<td>CSS Easing Functions
<td>L1
<td>WD
<td>2017/10
<td>□
<td>□
<td><a href="https://github.com/w3c/csswg-drafts/issues/3205">3205</a>
<tbody>
<tr>
<th colspan=7 scope=rowgroup>Interaction
<tr>
<td>CSS Scroll Snap
<td>L1
<td>CR
<td>2018/8
<td>□
<td>□
<td>Trivial fixes
<tr>
<td>CSS Scroll Snap
<td>L2
<td>—
<td>—
<td>△
<td>△
<td>Just needs to define an event model
<tr>
<td>CSS Basic UI
<td>L3
<td>REC
<td>2018/6
<td>○
<td>○
<td>
<tr>
<td>CSS Basic UI
<td>L4
<td>WD
<td>2017/12
<td>?
<td>×
<td>Critically need <code>appearance</code>spec
<tr>
<td>CSS Scrollbars
<td>L1
<td>WD
<td>2018/9
<td>△
<td>△
<td>Mostly just needs edits
<tr>
<td>CSS Overflow
<td>L3
<td>WD
<td>2018/7
<td>△
<td>△
<td>
<!-- ○□△× -->
</table>