forked from w3c/csswg-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
364 lines (362 loc) · 29.4 KB
/
Copy pathindex.html
File metadata and controls
364 lines (362 loc) · 29.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Seattle F2F Jan 11-13 2017 - CSS Working Group Wiki (Archive)</title>
<style>
*, *::before, *::after { box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
max-width: 900px; margin: 0 auto; padding: 1.5em 1em; line-height: 1.6;
color: #1f2328; background: #fff;
}
.archive-banner {
background: #fff8c5; border: 1px solid #d4a72c; border-radius: 6px;
padding: 0.75em 1em; margin-bottom: 1.5em; font-size: 0.9em;
}
.archive-banner strong { color: #6e5600; }
header { border-bottom: 1px solid #d1d5db; padding-bottom: 1em; margin-bottom: 1.5em; }
header h1 { margin: 0; font-size: 1.25em; }
header h1 a { color: #0366d6; text-decoration: none; }
header h1 a:hover { text-decoration: underline; }
nav { margin-top: 0.5em; font-size: 0.9em; }
nav a { color: #656d76; text-decoration: none; margin-right: 1em; }
nav a:hover { color: #0366d6; }
h1, h2, h3, h4 { color: #1f2328; margin-top: 1.5em; }
h1:first-child { margin-top: 0; }
a { color: #0366d6; }
code { background: #f6f8fa; padding: 0.15em 0.3em; border-radius: 3px; font-size: 0.9em; }
pre { background: #f6f8fa; padding: 1em; overflow: auto; border-radius: 6px; }
pre code { background: none; padding: 0; }
table { border-collapse: collapse; margin: 1em 0; }
th, td { border: 1px solid #d1d5db; padding: 0.4em 0.8em; }
th { background: #f6f8fa; }
img { max-width: 100%; }
.breadcrumb { font-size: 0.85em; color: #656d76; margin-bottom: 1em; }
.breadcrumb a { color: #656d76; }
ul, ol { padding-left: 1.5em; }
li { margin: 0.25em 0; }
.plugin_note { background: #f0f4f8; border-left: 4px solid #0366d6; padding: 0.75em 1em; margin: 1em 0; border-radius: 3px; }
abbr { text-decoration: underline dotted; cursor: help; }
@media (prefers-color-scheme: dark) {
body { background: #0d1117; color: #e6edf3; }
.archive-banner { background: #3d2e00; border-color: #6e5600; }
.archive-banner strong { color: #f0c000; }
header { border-bottom-color: #30363d; }
header h1 a { color: #58a6ff; }
nav a { color: #8b949e; }
nav a:hover { color: #58a6ff; }
h1, h2, h3, h4 { color: #e6edf3; }
a { color: #58a6ff; }
code, pre { background: #161b22; }
th, td { border-color: #30363d; }
th { background: #161b22; }
.breadcrumb, .breadcrumb a { color: #8b949e; }
.plugin_note { background: #161b22; border-color: #58a6ff; }
}
</style>
</head>
<body>
<div class="archive-banner">
<strong>Archive Notice:</strong> This is a read-only archive of the CSS Working Group Wiki.
The original wiki was hosted at wiki.csswg.org.
</div>
<header>
<h1><a href="/">CSS Working Group Wiki</a></h1>
<nav>
<a href="/">Home</a>
<a href="/spec/">Specs</a>
<a href="/ideas/">Ideas</a>
<a href="/test/">Testing</a>
<a href="/wiki/">About</a>
</nav>
</header>
<div class="breadcrumb"><a href="/">Home</a> / <a href="/planning/">planning</a> / seattle-2017</div>
<main>
<!-- TOC START -->
<div id="dw__toc" class="dw__toc">
<h3 class="toggle">Table of Contents</h3>
<div>
<ul class="toc">
<li class="level2"><a href="#seattle-f2f-jan-11-13-2017">Seattle F2F Jan 11-13 2017</a><ul class="toc">
<li class="level3"><a href="#minutes">Minutes</a></li>
<li class="level3"><a href="#adjacent-meetings">Adjacent meetings</a></li>
<li class="level3"><a href="#group-dinner">Group Dinner</a></li>
<li class="level3"><a href="#place">Place</a></li>
<li class="level3"><a href="#participants">Participants</a></li>
<li class="level3"><a href="#topics">Topics</a></li>
</ul></li>
</ul>
</div>
</div>
<!-- TOC END -->
<h2 id="seattle-f2f-jan-11-13-2017">Seattle F2F Jan 11-13 2017</h2>
<ul>
<li class="level1">Host: Microsoft</li>
<li class="level1">Location: South Lake Union Discovery Center</li>
<li class="level1">Address: <a href="https://www.google.com/maps/place/South+Lake+Union+Discovery+Center/@47.6189366,-122.3410077,17z/data=!3m1!4b1!4m5!3m4!1s0x54901549dc6fcfd1:0xe262adf9ad1e02f2!8m2!3d47.618933!4d-122.338819?hl=en" title="https://www.google.com/maps/place/South+Lake+Union+Discovery+Center/@47.6189366,-122.3410077,17z/data=!3m1!4b1!4m5!3m4!1s0x54901549dc6fcfd1:0xe262adf9ad1e02f2!8m2!3d47.618933!4d-122.338819?hl=en" rel="noopener"> 101 Westlake Avenue North, Seattle, WA 98109, US</a></li>
<li class="level1">Dates: Wednesday–Friday, Jan 11-13 2017</li>
<li class="level1">Times: 08:30 doors open, 09:00 meeting start, 18:00 meeting end (each day)</li>
<li class="level1">Weather: <a href="http://forecast.weather.gov/MapClick.php?smap=1&lat=47.621&lon=-122.338&unit=1&mp=1" title="http://forecast.weather.gov/MapClick.php?smap=1&lat=47.621&lon=-122.338&unit=1&mp=1" rel="noopener">⁰C</a>, <a href="http://forecast.weather.gov/MapClick.php?smap=1&lat=47.621&lon=-122.338&unit=0&mp=1" title="http://forecast.weather.gov/MapClick.php?smap=1&lat=47.621&lon=-122.338&unit=0&mp=1" rel="noopener">⁰F</a></li>
<li class="level1">Transit: From the airport you can take <a href="http://www.soundtransit.org/Schedules/Link-light-rail" title="http://www.soundtransit.org/Schedules/Link-light-rail" rel="noopener">Link rail</a> to downtown, with Westlake being the stop closest to the venue</li>
</ul><h3 id="minutes">Minutes</h3>
<ul>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2017Feb/0048.html" title="https://lists.w3.org/Archives/Public/www-style/2017Feb/0048.html" rel="noopener">2017-01-11 Part I: FX Breakout - Transforms, Whitespace in a custom property in a variable reference, Geometry Interfaces</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2017Feb/0049.html" title="https://lists.w3.org/Archives/Public/www-style/2017Feb/0049.html" rel="noopener">2017-01-11 Part II: Text Breakout - Hyphenation, Text Decoration</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2017Feb/0050.html" title="https://lists.w3.org/Archives/Public/www-style/2017Feb/0050.html" rel="noopener">2017-01-11 Part III: Text Breakout - Inline Layout & Initial Letter</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2017Feb/0051.html" title="https://lists.w3.org/Archives/Public/www-style/2017Feb/0051.html" rel="noopener">2017-01-11 Part IV: CSS Color</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2017Feb/0052.html" title="https://lists.w3.org/Archives/Public/www-style/2017Feb/0052.html" rel="noopener">2017-01-11 Part V: Backgrounds</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2017Feb/0053.html" title="https://lists.w3.org/Archives/Public/www-style/2017Feb/0053.html" rel="noopener">2017-01-11 Part VI: Writings Modes, CSS Tables, Values & Units 4</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2017Feb/0054.html" title="https://lists.w3.org/Archives/Public/www-style/2017Feb/0054.html" rel="noopener">2017-01-12 Part I: FX Breakout - Transforms [css-transforms]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2017Feb/0055.html" title="https://lists.w3.org/Archives/Public/www-style/2017Feb/0055.html" rel="noopener">2017-01-12 Part II: Text Breakout - Text Decoration, Step-Sizing/Rhythm [css-text-decoration] [css-rhythm]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2017Feb/0056.html" title="https://lists.w3.org/Archives/Public/www-style/2017Feb/0056.html" rel="noopener">2017-01-12 Part III: Text Breakout - Line Grid, Block Step Sizing [css-line-grid] [css-rhythm]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2017Feb/0057.html" title="https://lists.w3.org/Archives/Public/www-style/2017Feb/0057.html" rel="noopener">2017-01-12 Part IV: Font color palettes, Font rendering controls, Font loading, Tokyo F2F [css-fonts]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2017Feb/0058.html" title="https://lists.w3.org/Archives/Public/www-style/2017Feb/0058.html" rel="noopener">2017-01-12 Part V: CSS2.1, What can go to CR this quarter?, WPT, CSS UI 3 [CSS21] [CSS-UI-3]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2017Feb/0061.html" title="https://lists.w3.org/Archives/Public/www-style/2017Feb/0061.html" rel="noopener">2017-01-13 Part I: Grid [css-grid]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2017Feb/0059.html" title="https://lists.w3.org/Archives/Public/www-style/2017Feb/0059.html" rel="noopener">2017-01-13 Part II: Scrolling, Sizing [css-overflow] [css-sizing]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2017Feb/0062.html" title="https://lists.w3.org/Archives/Public/www-style/2017Feb/0062.html" rel="noopener">2017-01-13 Part III: Fetch and CSS Interactions, EXI for CSS, Display Module [css-inline]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2017Feb/0060.html" title="https://lists.w3.org/Archives/Public/www-style/2017Feb/0060.html" rel="noopener">2017-01-13 Part IV: Logical Properties, <url> in content, SVG Integration, CSS 2.1, Snapshot [css-logical-props] [css-content] [CSS21] [CSS-2017]</a></li>
</ul><h3 id="adjacent-meetings">Adjacent meetings</h3>
<ul>
<li class="level1">2017-01-10 <a href="https://github.com/w3c/css-houdini-drafts/wiki/Seattle-F2F-Jan-10-2017" title="https://github.com/w3c/css-houdini-drafts/wiki/Seattle-F2F-Jan-10-2017" rel="noopener"> Houdini in Seattle</a></li>
</ul>
<ul>
<li class="level1">2017-01-13 6:25am <a href="https://www.facebook.com/NovemberProjectSeattle/" title="https://www.facebook.com/NovemberProjectSeattle/" rel="noopener"> November Project Seattle</a> (outdoors exercise/workout) at <a href="http://j.mp/SouthLakeUnion" title="http://j.mp/SouthLakeUnion" rel="noopener"> Lake Union Park</a></li>
</ul><h3 id="group-dinner">Group Dinner</h3>
<p>
Jan 12, 2017, 7:00pm at <a href="http://tanakasanseattle.com" title="http://tanakasanseattle.com" rel="noopener"> Tanakasan</a>
</p><h3 id="place">Place</h3>
<ul>
<li class="level1">South Lake Union Discovery Center - 101 Westlake Avenue North, Seattle, WA, 98109, United States</li>
</ul><h3 id="participants">Participants</h3>
<p>
Please, put your name in this table if you plan to participate (alphabetical order):
</p>
<div class="table sectionedit7"><table class="inline">
<thead>
<tr class="row0">
<th class="col0"> Name </th><th class="col1"> Arrival </th><th class="col2"> Departure </th><th class="col3"> Hotel </th><th class="col4"> Flight info and notes </th>
</tr>
</thead>
<tr class="row1">
<td class="col0"> Alan Stearns </td><td class="col1"> n/a </td><td class="col2"> n/a </td><td class="col3"> home </td><td class="col4"> n/a </td>
</tr>
<tr class="row2">
<td class="col0"> Andrey Rybka </td><td class="col1"> 10 Jan </td><td class="col2"> 13 Jan</td><td class="col3"> Hyatt Place Downtown </td><td class="col4"> UA 1792 / 5355 </td>
</tr>
<tr class="row3">
<td class="col0"> Bert Bos </td><td class="col1"> 9 Jan 11:25 </td><td class="col2"> 14 Jan 12:58 </td><td class="col3"> Hyatt Place Seattle Downtown </td><td class="col4"> DL143 / AF3653 </td>
</tr>
<tr class="row4">
<td class="col0"> Brad Werth </td><td class="col1"> TBD </td><td class="col2"> TBD </td><td class="col3"> TBD </td><td class="col4"> observer from Mozilla </td>
</tr>
<tr class="row5">
<td class="col0"> Dave Cramer </td><td class="col1"> 10 Jan </td><td class="col2"> 15 Jan </td><td class="col3"> Hyatt </td><td class="col4"> UA1641 / UA419 </td>
</tr>
<tr class="row6">
<td class="col0"> fantasai </td><td class="col1"> 7 Jan </td><td class="col2"> 13 Jan </td><td class="col3"> AirBnB </td><td class="col4"> AS via EWR </td>
</tr>
<tr class="row7">
<td class="col0"> Florian Rivoal </td><td class="col1"> 10 Jan </td><td class="col2"> 14 Jan </td><td class="col3"> Airbnb </td><td class="col4"> KE728+KE019 / KE020+KE271 </td>
</tr>
<tr class="row8">
<td class="col0"> Francois Remy </td><td class="col1"> n/a </td><td class="col2"> n/a </td><td class="col3"> home </td><td class="col4"> n/a </td>
</tr>
<tr class="row9">
<td class="col0"> Geoffrey Sneddon </td><td class="col1"> 7 Jan </td><td class="col2"> 14 Jan </td><td class="col3"> Hyatt Place Seattle Downtown </td><td class="col4"> FI431+FI681 / FI680+FI430 </td>
</tr>
<tr class="row10">
<td class="col0"> Greg Whitworth </td><td class="col1"> n/a </td><td class="col2"> n/a </td><td class="col3"> home </td><td class="col4"> n/a </td>
</tr>
<tr class="row11">
<td class="col0"> Hiroshi Sakakibara</td><td class="col1"> 9 Jan 10:20 </td><td class="col2"> 14 Jan 12:20 </td><td class="col3"> Hyatt Place Seattle Downtown </td><td class="col4"> NH0178 / NH0177 </td>
</tr>
<tr class="row12">
<td class="col0"> Ian Kilpatrick </td><td class="col1"> TBD </td><td class="col2"> TBD </td><td class="col3"> TBD </td><td class="col4"> TBD </td>
</tr>
<tr class="row13">
<td class="col0"> Jack Moffitt </td><td class="col1"> TBD </td><td class="col2"> Jan 12 </td><td class="col3"> TBD </td><td class="col4"> observer from Mozilla / Servo </td>
</tr>
<tr class="row14">
<td class="col0"> Jen Simmons </td><td class="col1"> 9 Jan </td><td class="col2"> 15 Jan </td><td class="col3"> TBD </td><td class="col4"> Delta </td>
</tr>
<tr class="row15">
<td class="col0"> Jet Villegas </td><td class="col1"> TBD </td><td class="col2"> TBD </td><td class="col3"> TBD </td><td class="col4"> TBD </td>
</tr>
<tr class="row16">
<td class="col0"> L. David Baron </td><td class="col1"> 9 Jan 20:48 </td><td class="col2"> 13 Jan 20:45 </td><td class="col3"> TBD </td><td class="col4"> UA1688 / AS300 </td>
</tr>
<tr class="row17">
<td class="col0"> Melanie Richards </td><td class="col1"> n/a </td><td class="col2"> n/a </td><td class="col3"> home </td><td class="col4"> n/a </td>
</tr>
<tr class="row18">
<td class="col0"> Myles C. Maxfield </td><td class="col1"> TBD </td><td class="col2"> TBD </td><td class="col3"> TBD </td><td class="col4"> TBD </td>
</tr>
<tr class="row19">
<td class="col0"> Peter Linss </td><td class="col1"> 9 Jan 18:01 </td><td class="col2"> 14 Jan 12:01 </td><td class="col3"> AirBnB </td><td class="col4"> UA5475 / UA5618 </td>
</tr>
<tr class="row20">
<td class="col0"> Rachel Andrew </td><td class="col1"> 9 Jan </td><td class="col2"> 15 Jan </td><td class="col3"> TBD </td><td class="col4"> out BA193 and BA2410, back BA48 </td>
</tr>
<tr class="row21">
<td class="col0"> Rachel Nabors </td><td class="col1"> n/a </td><td class="col2"> n/a </td><td class="col3"> home </td><td class="col4"> n/a </td>
</tr>
<tr class="row22">
<td class="col0"> Rossen Atanassov </td><td class="col1"> n/a </td><td class="col2"> n/a </td><td class="col3"> home </td><td class="col4"> n/a </td>
</tr>
<tr class="row23">
<td class="col0"> Shane Stephens </td><td class="col1"> TBD </td><td class="col2"> TBD </td><td class="col3"> TBD </td><td class="col4"> TBD </td>
</tr>
<tr class="row24">
<td class="col0"> Simon Fraser </td><td class="col1"> 9 Jan </td><td class="col2"> 13 Jan </td><td class="col3"> Hotel Andra </td><td class="col4"> Alaska 393 / Alaska 336 </td>
</tr>
<tr class="row25">
<td class="col0"> Simon Pieters </td><td class="col1"> 9 Jan </td><td class="col2"> 13 Jan </td><td class="col3"> La Quinta Inn & Suites Seattle Downtown </td><td class="col4"> FI 307 + FI 681 / FI 680 + FI 306 </td>
</tr>
<tr class="row26">
<td class="col0"> Steve Zilles </td><td class="col1"> 10 Jan </td><td class="col2"> 13 Jan </td><td class="col3"> TBD </td><td class="col4"> TBD </td>
</tr>
<tr class="row27">
<td class="col0"> Tab Atkins </td><td class="col1"> tbd </td><td class="col2"> tbd </td><td class="col3"> Airbnb </td><td class="col4"> tbd </td>
</tr>
<tr class="row28">
<td class="col0"> Tantek Çelik </td><td class="col1"> 2017-01-10 </td><td class="col2"> 2017-01-14 </td><td class="col3"> La Quinta Inn & Suites Seattle Downtown </td><td class="col4"> UA 5727 / UA 294 </td>
</tr>
</table><p>
Regrets: glazou, Jihye Hong, Brian Birtles
</p><h3 id="topics">Topics</h3>
<p>
GitHub issues from <a href="https://github.com/w3c/csswg-drafts/labels/Agenda%2B%20F2F" title="https://github.com/w3c/csswg-drafts/labels/Agenda%2B%20F2F" rel="noopener">Agenda ftf Label</a> should be incorporated below
</p><h4 id="wednesday">Wednesday</h4><h5 id="morning-track-fx">Morning Track FX</h5>
<ul>
<li class="level1 node"><a href="http://drafts.csswg.org/css-transforms-1/issues-wd-2013" title="http://drafts.csswg.org/css-transforms-1/issues-wd-2013" rel="noopener">Transforms Level 1: All Open Issues</a><ul>
<li class="level2"><a href="https://github.com/w3c/csswg-drafts/issues/856" title="https://github.com/w3c/csswg-drafts/issues/856" rel="noopener">[css-transforms] Individual transform "scale" has interop issue</a></li>
<li class="level2"><a href="https://docs.google.com/a/google.com/document/d/1EtJuLsDpcJPQYGG18226FrQ-0vnonY_zHCxoNb_sVdE/edit?usp=drivesdk" title="https://docs.google.com/a/google.com/document/d/1EtJuLsDpcJPQYGG18226FrQ-0vnonY_zHCxoNb_sVdE/edit?usp=drivesdk" rel="noopener">Making transform-style actually work</a></li>
</ul>
</li>
<li class="level1 node"><abbr title="Cascading Style Sheets">CSS</abbr> Variables<ul>
<li class="level2"><a href="https://github.com/w3c/csswg-drafts/issues/881" title="https://github.com/w3c/csswg-drafts/issues/881" rel="noopener">Whitespaces in serialization of custom property value</a> (jet)</li>
</ul>
</li>
<li class="level1">Geometry Interfaces (smfr)</li>
</ul><h5 id="morning-track-text">Morning Track Text</h5>
<ul>
<li class="level1"><a href="https://github.com/w3c/csswg-drafts/issues/869" title="https://github.com/w3c/csswg-drafts/issues/869" rel="noopener">[css-text] Should 'hyphens: auto' work if lang="" is not declared?</a></li>
<li class="level1 node"><a href="https://drafts.csswg.org/css-text-decor-3/issues-cr-2013" title="https://drafts.csswg.org/css-text-decor-3/issues-cr-2013" rel="noopener">CSS Text Decoration L3: All Open Issues</a><ul>
<li class="level2 node">Level 4?<ul>
<li class="level3"><a href="https://github.com/w3c/csswg-drafts/issues/843" title="https://github.com/w3c/csswg-drafts/issues/843" rel="noopener">[css-text-decor] selective toggling in the text-decoration-skip property</a></li>
<li class="level3"><a href="https://github.com/w3c/csswg-drafts/issues/459" title="https://github.com/w3c/csswg-drafts/issues/459" rel="noopener">[css-text-decor] Text underlines' positions cannot be fine-tuned</a></li>
<li class="level3"><a href="https://github.com/w3c/csswg-drafts/issues/239" title="https://github.com/w3c/csswg-drafts/issues/239" rel="noopener">[css-text-decor] No way to set the underline width/thickness</a></li>
</ul>
</li>
</ul>
</li>
<li class="level1 node"><abbr title="Cascading Style Sheets">CSS</abbr> Inline open issues (dauwhe)<ul>
<li class="level3"><a href="https://github.com/w3c/csswg-drafts/issues/743" title="https://github.com/w3c/csswg-drafts/issues/743" rel="noopener">initial-letter in-flow or out-of-flow (preferred)?</a> (jet)</li>
<li class="level3"><a href="https://github.com/w3c/csswg-drafts/issues/719" title="https://github.com/w3c/csswg-drafts/issues/719" rel="noopener">how to make block with initial letter taller</a> (dauwhe)</li>
<li class="level3"><a href="https://github.com/w3c/csswg-drafts/issues/688" title="https://github.com/w3c/csswg-drafts/issues/688" rel="noopener"> initial-letter and float on same element </a> (dauwhe)</li>
<li class="level3"><a href="https://github.com/w3c/csswg-drafts/issues/360" title="https://github.com/w3c/csswg-drafts/issues/360" rel="noopener"> relationship of initial-letter and float </a> (dauwhe)</li>
<li class="level3"><a href="https://github.com/w3c/csswg-drafts/issues/689" title="https://github.com/w3c/csswg-drafts/issues/689" rel="noopener"> initial-letter line shortened when floats present </a> (dauwhe)</li>
</ul>
</li>
</ul><h5 id="afternoon">Afternoon</h5>
<ul>
<li class="level1">10 min per breakout summary</li>
<li class="level1 node">css-color:<ul>
<li class="level2">What happens to rgb() etc with Working Color Spaces? a.k.a how are Working spaces working? <a href="https://github.com/w3c/csswg-drafts/issues/481" title="https://github.com/w3c/csswg-drafts/issues/481" rel="noopener">https://github.com/w3c/csswg-drafts/issues/481</a></li>
<li class="level2">Colorspaces and blending - when we can dictate working color space, what are impl plans to actually support blending in those spaces? (tab)</li>
<li class="level2">Computed and used values for <color> values: <a href="https://github.com/w3c/csswg-drafts/pull/871" title="https://github.com/w3c/csswg-drafts/pull/871" rel="noopener">https://github.com/w3c/csswg-drafts/pull/871</a> (Florian)</li>
<li class="level2">Interpolating between color spaces <a href="https://github.com/w3c/csswg-drafts/issues/883" title="https://github.com/w3c/csswg-drafts/issues/883" rel="noopener">https://github.com/w3c/csswg-drafts/issues/883</a></li>
<li class="level2">Animating to/from currentColor <a href="https://github.com/w3c/csswg-drafts/issues/873" title="https://github.com/w3c/csswg-drafts/issues/873" rel="noopener">https://github.com/w3c/csswg-drafts/issues/873</a> (Florian)</li>
<li class="level2"><a href="https://github.com/w3c/csswg-drafts/issues/294" title="https://github.com/w3c/csswg-drafts/issues/294" rel="noopener">Specification for DCI P3</a></li>
</ul>
</li>
<li class="level1 node"><code><position></code><ul>
<li class="level3">either adding to specs or removing from implementations <a href="https://github.com/w3c/csswg-drafts/issues/116" title="https://github.com/w3c/csswg-drafts/issues/116" rel="noopener">background-repeat-x/y</a> and <a href="https://github.com/w3c/fxtf-drafts/issues/99" title="https://github.com/w3c/fxtf-drafts/issues/99" rel="noopener">mask-repeat-x/y</a> (dbaron)</li>
<li class="level3">should we introduce a variant of <code><position></code> without 3-value syntax for <code>tranform-origin</code> etc.?</li>
</ul>
</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Writing Modes PR (koji)</li>
<li class="level1">Publish new Working Draft of css-tables? (fremy)</li>
<li class="level1 node"><a href="https://drafts.csswg.org/css-values-4/#changes" title="https://drafts.csswg.org/css-values-4/#changes" rel="noopener">CSS Values and Units L4</a><ul>
<li class="level2">Any other units people interested in adding?</li>
<li class="level2">Publish FPWD?</li>
</ul>
</li>
</ul><h4 id="thursday">Thursday</h4><h5 id="morning-track-fx1">Morning Track FX</h5>
<ul>
<li class="level1">More Transforms issues?</li>
</ul><h5 id="morning-track-text1">Morning Track Text</h5>
<ul>
<li class="level1">More text decoration issues?</li>
<li class="level1 node"><abbr title="Cascading Style Sheets">CSS</abbr> Step Sizing (koji/fantasai)<ul>
<li class="level2">FPWD?</li>
<li class="level2">Block height stepping idea.</li>
</ul>
</li>
<li class="level1">Line Grid: Propose a simplification to line-grid lvl 1 <a href="https://github.com/w3c/csswg-drafts/issues/880" title="https://github.com/w3c/csswg-drafts/issues/880" rel="noopener">https://github.com/w3c/csswg-drafts/issues/880</a> (Florian)</li>
</ul><h5 id="afternoon1">Afternoon</h5>
<ul>
<li class="level1 node">Fonts<ul>
<li class="level2">Font Color Palettes (myles)</li>
<li class="level2">moving <a href="https://tabatkins.github.io/specs/css-font-display/" title="https://tabatkins.github.io/specs/css-font-display/" rel="noopener">css-font-display</a> into the WG (dbaron)</li>
</ul>
</li>
<li class="level1 node">Meeting scheduling<ul>
<li class="level3">Next F2F announcement (skk)</li>
<li class="level3"><a href="https://lists.w3.org/Archives/Public/www-style/2016Dec/0061.html" title="https://lists.w3.org/Archives/Public/www-style/2016Dec/0061.html" rel="noopener">summer meeting</a> location/dates?</li>
<li class="level3">Can we attempt 1 year-ish advance meeting planning (at least country/city and week) -t</li>
</ul>
</li>
<li class="level1">CSS2 maintenance process (continuing from 2017-01-04 telcon discussion of proposal <a href="https://lists.w3.org/Archives/Public/www-style/2016Dec/0015.html" title="https://lists.w3.org/Archives/Public/www-style/2016Dec/0015.html" rel="noopener">https://lists.w3.org/Archives/Public/www-style/2016Dec/0015.html</a>) -t</li>
<li class="level1">What can we take to CR in Q1 (and 2017 in total)? (continuing from CRs in 2016 discussion from TPAC) -t</li>
<li class="level1 node">csswg-test/web-platform-tests merge<ul>
<li class="level2">Get an actual resolution to do the merge this month!</li>
</ul>
</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr>-UI: <a href="https://lists.w3.org/Archives/Public/www-style/2017Jan/0019.html" title="https://lists.w3.org/Archives/Public/www-style/2017Jan/0019.html" rel="noopener">https://lists.w3.org/Archives/Public/www-style/2017Jan/0019.html</a> (Florian)</li>
</ul><h4 id="friday">Friday</h4>
<ul>
<li class="level1 node">Grid<ul>
<li class="level2"><a href="https://github.com/w3c/csswg-drafts/issues/283" title="https://github.com/w3c/csswg-drafts/issues/283" rel="noopener">Implied Minimum Size of Grid Items</a></li>
<li class="level2"><a href="https://github.com/w3c/csswg-drafts/issues/509" title="https://github.com/w3c/csswg-drafts/issues/509" rel="noopener">Percentages and intrinsic size</a></li>
</ul>
</li>
<li class="level1 node">Scrolling<ul>
<li class="level3"><a href="https://github.com/w3c/csswg-drafts/issues/92" title="https://github.com/w3c/csswg-drafts/issues/92" rel="noopener">overflow: Consider reserving space for scrollbars with some property </a>(added on 21 Dec Telecon)</li>
<li class="level3"><a href="https://github.com/w3c/csswg-drafts/issues/769" title="https://github.com/w3c/csswg-drafts/issues/769" rel="noopener">New feature - scroll-boundary-behavior (an extension of -ms-scroll-chaining)</a>(added on 21 Dec Telecon)</li>
</ul>
</li>
<li class="level1 node">Sizing<ul>
<li class="level2"><a href="https://github.com/w3c/csswg-drafts/issues/509" title="https://github.com/w3c/csswg-drafts/issues/509" rel="noopener">Intrinsic Sizes inside Percentage Containers</a></li>
<li class="level2"><abbr title="Cascading Style Sheets">CSS</abbr> Sizing Level 3: remaining issues + CR?</li>
<li class="level2"><a href="https://github.com/w3c/csswg-drafts/issues/794" title="https://github.com/w3c/csswg-drafts/issues/794" rel="noopener">[css-sizing] Intrinsic size of replaced elements incorrect</a></li>
</ul>
</li>
<li class="level1 node"><abbr title="Cascading Style Sheets">CSS</abbr> Display L3<ul>
<li class="level2"><a href="https://lists.w3.org/Archives/Public/www-style/2015Aug/0332.html" title="https://lists.w3.org/Archives/Public/www-style/2015Aug/0332.html" rel="noopener">Is root out-of-flow?</a></li>
<li class="level2"><a href="https://lists.w3.org/Archives/Public/www-style/2015Jul/0372.html" title="https://lists.w3.org/Archives/Public/www-style/2015Jul/0372.html" rel="noopener">flow vs flow-root for table-cell/table-caption</a></li>
<li class="level2"><a href="https://github.com/w3c/csswg-drafts/issues/540" title="https://github.com/w3c/csswg-drafts/issues/540" rel="noopener">display: contents vs replaced elements</a></li>
<li class="level2"><a href="https://github.com/w3c/csswg-drafts/issues/674" title="https://github.com/w3c/csswg-drafts/issues/674" rel="noopener">display: contents vs counter scopes</a></li>
<li class="level2"><a href="https://github.com/w3c/csswg-drafts/issues/610" title="https://github.com/w3c/csswg-drafts/issues/610" rel="noopener">display values for <wbr> and <br></a></li>
<li class="level2"><a href="https://github.com/w3c/csswg-drafts/issues/650" title="https://github.com/w3c/csswg-drafts/issues/650" rel="noopener">run-in vs ::first-letter</a></li>
<li class="level2"><a href="https://lists.w3.org/Archives/Public/www-style/2012Aug/0257.html" title="https://lists.w3.org/Archives/Public/www-style/2012Aug/0257.html" rel="noopener">run-ins & interleaved abspos</a></li>
<li class="level2">Cut for <a href="https://lists.w3.org/Archives/Public/www-style/2016Dec/0115.html" title="https://lists.w3.org/Archives/Public/www-style/2016Dec/0115.html" rel="noopener">immediate release</a>? Proposed to defer `display-or-not`, release with `run-in` at-risk.</li>
</ul>
</li>
<li class="level1 node"><abbr title="Cascading Style Sheets">CSS</abbr> Generated and Replaced Content<ul>
<li class="level3"><a href="https://github.com/w3c/csswg-drafts/issues/308" title="https://github.com/w3c/csswg-drafts/issues/308" rel="noopener">content: <image> insufficiently defined</a> (dbaron)</li>
<li class="level3"><a href="https://github.com/w3c/csswg-drafts/issues/821" title="https://github.com/w3c/csswg-drafts/issues/821" rel="noopener">content: <url> insufficiently defined</a> (dbaron)</li>
</ul>
</li>
<li class="level1"><a href="https://www.w3.org/blog/2016/11/efficient-representation-for-web-formats/" title="https://www.w3.org/blog/2016/11/efficient-representation-for-web-formats/" rel="noopener">EXI4CSS</a> - our feedback to the EXI WG</li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2016Sep/0103.html" title="https://lists.w3.org/Archives/Public/www-style/2016Sep/0103.html" rel="noopener">CSS Fetch integration</a> (dbaron)</li>
<li class="level1 node">Logical Properties<ul>
<li class="level2">getComputedStyle and logical properties <a href="https://github.com/w3c/csswg-drafts/issues/384" title="https://github.com/w3c/csswg-drafts/issues/384" rel="noopener">https://github.com/w3c/csswg-drafts/issues/384</a> (dbaron)</li>
</ul>
</li>
</ul><h4 id="unslotted">Unslotted</h4>
</main>
</body>
</html>