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
365 lines (352 loc) · 25.5 KB
/
Copy pathindex.html
File metadata and controls
365 lines (352 loc) · 25.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TPAC 2018 - 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> / tpac-2018</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="#tpac-2018">TPAC 2018</a><ul class="toc">
<li class="level3"><a href="#place-logistics-etc">Place, Logistics, etc.</a></li>
<li class="level3"><a href="#participants">Participants</a></li>
<li class="level3"><a href="#proposed-agenda">Proposed Agenda</a></li>
<li class="level3"><a href="#schedule">Schedule</a></li>
</ul></li>
</ul>
</div>
</div>
<!-- TOC END -->
<h2 id="tpac-2018">TPAC 2018</h2><h3 id="place-logistics-etc">Place, Logistics, etc.</h3>
<ul>
<li class="level1"><a href="https://www.w3.org/2018/10/TPAC/" title="https://www.w3.org/2018/10/TPAC/" rel="noopener">https://www.w3.org/2018/10/TPAC/</a></li>
<li class="level1">full TPAC week is 22-26 October 2018</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> WG meeting days are Mon-Tue 22-23 from 9am to 6pm</li>
<li class="level1">Houdini meeting is Thu 25 October from 09:00-???</li>
<li class="level1">Lyon, France at the Lyon Convention Center</li>
<li class="level1"><a href="https://www.w3.org/2018/10/Meetup/" title="https://www.w3.org/2018/10/Meetup/" rel="noopener">Monday night developer meetup</a> (requires registration)</li>
<li class="level1">Jiminy Panoz, a Lyon resident (and friend of EPUB and <abbr title="Cascading Style Sheets">CSS</abbr>), has posted a <a href="https://docs.google.com/document/d/1nzfUxp1LWo5WqN1GymLLK14UCpFxmSsqw7pKi3zBSsY/edit" title="https://docs.google.com/document/d/1nzfUxp1LWo5WqN1GymLLK14UCpFxmSsqw7pKi3zBSsY/edit" rel="noopener">guide to Lyon</a> for TPAC attendees</li>
</ul><h3 id="participants">Participants</h3>
<p>
Please, put your name in this table if you plan to participate (alphabetical order by given name):
</p>
<div class="table sectionedit4"><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><th class="col5"> Conflicts </th>
</tr>
</thead>
<tr class="row1">
<td class="col0"> Alan Stearns </td><td class="col1"> </td><td class="col2"> </td><td class="col3"> </td><td class="col4"> </td><td class="col5"></td>
</tr>
<tr class="row2">
<td class="col0"> Chris Lilley </td><td class="col1"> Sunday </td><td class="col2"> Sunday </td><td class="col3"> </td><td class="col4"> </td><td class="col5"></td>
</tr>
<tr class="row3">
<td class="col0"> Dave Cramer </td><td class="col1"> Sunday </td><td class="col2"> Friday </td><td class="col3"> </td><td class="col4"> </td><td class="col5">PWG most of Tuesday </td>
</tr>
<tr class="row4">
<td class="col0"> Dominik Röttsches </td><td class="col1"> Sunday evening </td><td class="col2"> Thursday evening </td><td class="col3"> Marriott Cité Internationale </td><td class="col4"> </td><td class="col5"></td>
</tr>
<tr class="row5">
<td class="col0"> Emil A Eklund </td><td class="col1"> Sunday 16:45 </td><td class="col2"> Saturday 06:50 </td><td class="col3"> Marriott Cité Internationale </td><td class="col4"> BA284+BA362 / BA365+BA285 </td><td class="col5"></td>
</tr>
<tr class="row6">
<td class="col0"> Eric Willigers </td><td class="col1"> Saturday </td><td class="col2"> Sunday </td><td class="col3"> Crowne Plaza Lyon </td><td class="col4 leftalign"> </td><td class="col5"></td>
</tr>
<tr class="row7">
<td class="col0"> fantasai </td><td class="col1"> Monday 8:50am </td><td class="col2"> Friday-ish </td><td class="col3 leftalign"> </td><td class="col4 leftalign"> </td><td class="col5"> Early Monday Morning </td>
</tr>
<tr class="row8">
<td class="col0"> Florian Rivoal </td><td class="col1"> Sunday </td><td class="col2"> Sunday </td><td class="col3"> Temporim Lyon Cité Internationale </td><td class="col4"> </td><td class="col5"> at AC meeting 15h00-17h00 Tuesday </td>
</tr>
<tr class="row9">
<td class="col0"> François REMY </td><td class="col1"> Sunday </td><td class="col2"> TBD </td><td class="col3 leftalign"> </td><td class="col4 leftalign"> </td><td class="col5"></td>
</tr>
<tr class="row10">
<td class="col0"> Hiroshi Sakakibara </td><td class="col1"> Sunday </td><td class="col2"> Saturday </td><td class="col3 leftalign"> </td><td class="col4 leftalign"> </td><td class="col5"></td>
</tr>
<tr class="row11">
<td class="col0"> Jen Simmons </td><td class="col1"> Sunday </td><td class="col2"> Thursday </td><td class="col3"> Marriott </td><td class="col4 leftalign"> </td><td class="col5"></td>
</tr>
<tr class="row12">
<td class="col0"> Jihye Hong </td><td class="col1"> Sunday </td><td class="col2"> Saturday </td><td class="col3"> ibis </td><td class="col4 leftalign"> </td><td class="col5"> Early Monday afternoon</td>
</tr>
<tr class="row13">
<td class="col0"> Lea Verou </td><td class="col1"> Sunday </td><td class="col2"> Sunday </td><td class="col3"> </td><td class="col4"> </td><td class="col5"></td>
</tr>
<tr class="row14">
<td class="col0"> L. David Baron </td><td class="col1"> Saturday 16:00 </td><td class="col2"> Saturday 17:04 </td><td class="col3"> Hôtel le Roosevelt </td><td class="col4"> AF83+<a href="https://www.sncf.com/fr/itineraire-reservation/recherche-numero-train/details-train/5119?date=20%2F10%2F2018&codeCirculation=OCESN005119F02005&codeZoneArret=OCE87223263" title="https://www.sncf.com/fr/itineraire-reservation/recherche-numero-train/details-train/5119?date=20%2F10%2F2018&codeCirculation=OCESN005119F02005&codeZoneArret=OCE87223263" rel="noopener">TGV5119</a> / <a href="https://www.sncf.com/fr/itineraire-reservation/recherche-numero-train/details-train/6626?codeCirculation=OCESN006626F01004&codeZoneArret=OCE87722025&date=27%2F10%2F2018" title="https://www.sncf.com/fr/itineraire-reservation/recherche-numero-train/details-train/6626?codeCirculation=OCESN006626F01004&codeZoneArret=OCE87722025&date=27%2F10%2F2018" rel="noopener">TGV6626</a> </td><td class="col5"> probably at TAG roughly 09h00-10h00 Monday; at AC meeting 15h00-17h00 Tuesday </td>
</tr>
<tr class="row15">
<td class="col0"> Majid Valipour</td><td class="col1"> Sunday </td><td class="col2"> Friday</td><td class="col3">AirBnB</td><td class="col4"> </td><td class="col5"> </td>
</tr>
<tr class="row16">
<td class="col0"> Manuel Rego </td><td class="col1"> Sunday </td><td class="col2"> Thursday's night </td><td class="col3 leftalign"> </td><td class="col4 leftalign"> </td><td class="col5"></td>
</tr>
<tr class="row17">
<td class="col0"> Melanie Richards </td><td class="col1"> Saturday </td><td class="col2"> Sunday </td><td class="col3"> Crown Plaza </td><td class="col4"> </td><td class="col5"></td>
</tr>
<tr class="row18">
<td class="col0"> Myles C. Maxfield </td><td class="col1 leftalign"> </td><td class="col2 leftalign"> </td><td class="col3 leftalign"> </td><td class="col4 leftalign"> </td><td class="col5"></td>
</tr>
<tr class="row19">
<td class="col0"> Rachel Andrew </td><td class="col1"> Sunday 16:45 </td><td class="col2"> Saturday 06:50 </td><td class="col3"> Marriott </td><td class="col4"> BA362, BA365 </td><td class="col5"></td>
</tr>
<tr class="row20">
<td class="col0"> Rakina Amni </td><td class="col1 leftalign"> </td><td class="col2 leftalign"> </td><td class="col3 leftalign"> </td><td class="col4 leftalign"> </td><td class="col5"></td>
</tr>
<tr class="row21">
<td class="col0"> Rossen Atanassov </td><td class="col1"> Sunday </td><td class="col2"> Friday </td><td class="col3"> Crowne Plaza </td><td class="col4"> </td><td class="col5"></td>
</tr>
<tr class="row22">
<td class="col0"> Rune Lillesveen </td><td class="col1"> Sunday </td><td class="col2"> Friday-ish </td><td class="col3 leftalign"> </td><td class="col4 leftalign"> </td><td class="col5"></td>
</tr>
<tr class="row23">
<td class="col0"> Simon Fraser </td><td class="col1"> ? </td><td class="col2"> ? </td><td class="col3 leftalign"> </td><td class="col4 leftalign"> </td><td class="col5"></td>
</tr>
<tr class="row24">
<td class="col0"> Surma </td><td class="col1"> Sunday </td><td class="col2"> Saturday </td><td class="col3"> Crowne Plaza</td><td class="col4"></td><td class="col5"></td>
</tr>
<tr class="row25">
<td class="col0"> Tab Atkins </td><td class="col1"> ? </td><td class="col2"> ? </td><td class="col3"> ? </td><td class="col4"> </td><td class="col5"></td>
</tr>
<tr class="row26">
<td class="col0"> Tantek Çelik </td><td class="col1"> Monday </td><td class="col2"> Thursday </td><td class="col3"> Hôtel le Roosevelt </td><td class="col4"> </td><td class="col5"></td>
</tr>
<tr class="row27">
<td class="col0"> Fuqiao Xue </td><td class="col1"> Sunday </td><td class="col2"> Saturday </td><td class="col3 leftalign"> </td><td class="col4 leftalign"> </td><td class="col5"></td>
</tr>
<tr class="row28">
<td class="col0"> Chris Harrelson </td><td class="col1"> Saturday </td><td class="col2"> Saturday </td><td class="col3 leftalign"> </td><td class="col4 leftalign"> </td><td class="col5"></td>
</tr>
<tr class="row29">
<td class="col0"> Dirk Schulze </td><td class="col1"> </td><td class="col2"> </td><td class="col3"> </td><td class="col4"> </td><td class="col5"></td>
</tr>
</table><p>
Regrets:
</p>
<p>
- …
</p>
<p>
See also the current <a href="https://www.w3.org/2002/09/wbs/35125/TPAC2018/registrants" title="https://www.w3.org/2002/09/wbs/35125/TPAC2018/registrants" rel="noopener">https://www.w3.org/2002/09/wbs/35125/TPAC2018/registrants</a> [member-only].
</p><h3 id="proposed-agenda">Proposed Agenda</h3><h3 id="schedule">Schedule</h3><h4 id="monday">Monday</h4><h5 id="morning">Morning</h5>
<p>
(9am schedule wrangling and introductions)
</p>
<ul>
<li class="level1">Accessibility <abbr title="Application Programming Interface">API</abbr> Mappings (<a href="https://w3c.github.io/html-aam/" title="https://w3c.github.io/html-aam/" rel="noopener">https://w3c.github.io/html-aam/</a>) - What it is, how it matters to <abbr title="Cascading Style Sheets">CSS</abbr>, when we need to ping a11y people about implications. Focus on display:contents being unexpectedly troublesome. – Alice Boxhall</li>
<li class="level1">Identify new people to represent the CSSWG in the <abbr title="Cascading Style Sheets">CSS</abbr> a11y task force</li>
<li class="level1">[css-break-4] control space before element depending on page position: <a href="https://github.com/w3c/csswg-drafts/issues/253" title="https://github.com/w3c/csswg-drafts/issues/253" rel="noopener">https://github.com/w3c/csswg-drafts/issues/253</a></li>
</ul>
<p>
10am - Break
</p>
<ul>
<li class="level1">[css-align] gap properties for block layout: <a href="https://github.com/w3c/csswg-drafts/issues/3068" title="https://github.com/w3c/csswg-drafts/issues/3068" rel="noopener">https://github.com/w3c/csswg-drafts/issues/3068</a></li>
<li class="level1 node">css-multicol<ul>
<li class="level2">What happens to the mbp of the empty fragment created by a spanner being first-child of an element: <a href="https://github.com/w3c/csswg-drafts/issues/2552" title="https://github.com/w3c/csswg-drafts/issues/2552" rel="noopener">https://github.com/w3c/csswg-drafts/issues/2552</a></li>
<li class="level2">Margin collapsing does not make sense with column-spans: <a href="https://github.com/w3c/csswg-drafts/issues/2203" title="https://github.com/w3c/csswg-drafts/issues/2203" rel="noopener">https://github.com/w3c/csswg-drafts/issues/2203</a></li>
<li class="level2">Improve column-fill and make it backward-compatible: <a href="https://github.com/w3c/csswg-drafts/issues/3224" title="https://github.com/w3c/csswg-drafts/issues/3224" rel="noopener">https://github.com/w3c/csswg-drafts/issues/3224</a></li>
</ul>
</li>
</ul>
<ul>
<li class="level1 node">Css-text-3:<ul>
<li class="level2">Revisit text-align shorthanding text-align-last: <a href="https://github.com/w3c/csswg-drafts/issues/3117" title="https://github.com/w3c/csswg-drafts/issues/3117" rel="noopener">https://github.com/w3c/csswg-drafts/issues/3117</a></li>
<li class="level2">word-wrap/overflow-wrap: break-word should affect min-content <a href="https://github.com/w3c/csswg-drafts/issues/2682" title="https://github.com/w3c/csswg-drafts/issues/2682" rel="noopener">https://github.com/w3c/csswg-drafts/issues/2682</a></li>
</ul>
</li>
<li class="level1 node">Text-4<ul>
<li class="level2">Allow letter-spacing to have unitless values like line-height: <a href="https://github.com/w3c/csswg-drafts/issues/2165" title="https://github.com/w3c/csswg-drafts/issues/2165" rel="noopener">https://github.com/w3c/csswg-drafts/issues/2165</a></li>
<li class="level2"><a href="https://github.com/w3c/csswg-drafts/issues/3229" title="https://github.com/w3c/csswg-drafts/issues/3229" rel="noopener">[css-text-4] Text-spacing is too strict</a></li>
</ul>
</li>
</ul>
<p>
12pm - Lunch
</p><h5 id="afternoon">Afternoon</h5>
<ul>
<li class="level1">[css-flexbox] Investigate applying align-content to single-line flex containers: <a href="https://github.com/w3c/csswg-drafts/issues/3052" title="https://github.com/w3c/csswg-drafts/issues/3052" rel="noopener">https://github.com/w3c/csswg-drafts/issues/3052</a></li>
</ul>
<ul>
<li class="level1 node">Initial Letter Layout Model and other <abbr title="Cascading Style Sheets">CSS</abbr> Inline Layout Issues (could this happen Monday? –dauwhe)<ul>
<li class="level2">Should first/last baseline values of `vertical-align` belong to `alignment-baseline` or separate longhand? <a href="https://github.com/w3c/csswg-drafts/issues/861" title="https://github.com/w3c/csswg-drafts/issues/861" rel="noopener">https://github.com/w3c/csswg-drafts/issues/861</a></li>
<li class="level2">better name for initial-letters property: <a href="https://github.com/w3c/csswg-drafts/issues/2950" title="https://github.com/w3c/csswg-drafts/issues/2950" rel="noopener">https://github.com/w3c/csswg-drafts/issues/2950</a></li>
</ul>
</li>
</ul>
<ul>
<li class="level1 node">Css-overflow-3<ul>
<li class="level2">Intrinsic sizing of elements with continue:discard <a href="https://github.com/w3c/csswg-drafts/issues/3214" title="https://github.com/w3c/csswg-drafts/issues/3214" rel="noopener">https://github.com/w3c/csswg-drafts/issues/3214</a></li>
<li class="level2">Define the behavior of overly long block ellipsis strings <a href="https://github.com/w3c/csswg-drafts/issues/3213" title="https://github.com/w3c/csswg-drafts/issues/3213" rel="noopener">https://github.com/w3c/csswg-drafts/issues/3213</a></li>
<li class="level2">block-overflow, ::first-line, and ::first letter <a href="https://github.com/w3c/csswg-drafts/issues/2906" title="https://github.com/w3c/csswg-drafts/issues/2906" rel="noopener">https://github.com/w3c/csswg-drafts/issues/2906</a></li>
<li class="level2">Allowing (or not) alternate ellipsis behavior for block-overflow <a href="https://github.com/w3c/csswg-drafts/issues/2905" title="https://github.com/w3c/csswg-drafts/issues/2905" rel="noopener">https://github.com/w3c/csswg-drafts/issues/2905</a></li>
</ul>
</li>
</ul>
<p>
3pm - Joint meeting with the Math on Web Pages CG
</p>
<ul>
<li class="level1">vertically align to nth-child: <a href="https://github.com/w3c/csswg-drafts/issues/1339" title="https://github.com/w3c/csswg-drafts/issues/1339" rel="noopener">https://github.com/w3c/csswg-drafts/issues/1339</a></li>
</ul>
<p>
3:30pm - break
</p>
<p>
4pm - Joint meeting with <a href="https://github.com/web-platform-tests/wpt/wiki/TPAC-2018" title="https://github.com/web-platform-tests/wpt/wiki/TPAC-2018" rel="noopener">WPT</a>
</p>
<ul>
<li class="level1"><a href="https://wicg.github.io/scroll-animations/" title="https://wicg.github.io/scroll-animations/" rel="noopener"> Scroll-linked Animations </a> - Spec is on WICG and Blink now has a partial experimental implementation (majidvp@ can demo). Gathering status and see if there is interest in moving it (or a subset) forward.</li>
</ul>
<ul>
<li class="level1 node"><abbr title="Cascading Style Sheets">CSS</abbr>-UI<ul>
<li class="level2">fieldset/legend (<a href="https://github.com/w3c/csswg-drafts/issues/3094" title="https://github.com/w3c/csswg-drafts/issues/3094" rel="noopener">https://github.com/w3c/csswg-drafts/issues/3094</a>)—Florian</li>
<li class="level2">Dark mode and native form controls (discussion)—fremy</li>
<li class="level2">Should we define outline more tightly and aim for close interop, or leave it open to UI innovation? (see <a href="https://github.com/w3c/csswg-drafts/issues/3184" title="https://github.com/w3c/csswg-drafts/issues/3184" rel="noopener">3184</a> for a recent example, but also the <abbr title="specification">spec</abbr> is full of “may”)—Florian</li>
</ul>
</li>
</ul><h4 id="tuesday">Tuesday</h4><h5 id="morning1">Morning</h5>
<p>
(start at 9am - the room will be occupied until then)
</p>
<ul>
<li class="level1">Spatial Navigation — Jihye and Florian (prefers Tuesday, not during AC meeting, definitely avoid Monday early afternoon and avoid from 5pm Tuesday)</li>
<li class="level1 node">css-fonts-4<ul>
<li class="level2">src: local() font unique name matching ambiguous & restricts matched locale <a href="https://github.com/w3c/csswg-drafts/issues/3177" title="https://github.com/w3c/csswg-drafts/issues/3177" rel="noopener">https://github.com/w3c/csswg-drafts/issues/3177</a></li>
</ul>
</li>
<li class="level1">[css-overscroll-behavior] Moving <a href="https://drafts.csswg.org/css-overscroll-behavior/" title="https://drafts.csswg.org/css-overscroll-behavior/" rel="noopener">spec</a> to FPWD. This was recently migrated from WICG.</li>
<li class="level1">aspect-ratio draft proposal: <a href="https://drafts.csswg.org/css-sizing-4/#ratios" title="https://drafts.csswg.org/css-sizing-4/#ratios" rel="noopener">https://drafts.csswg.org/css-sizing-4/#ratios</a></li>
</ul>
<p>
10am - Break
</p>
<ul>
<li class="level1">[css-shadow-parts] confirm browser support (Tuesday): <a href="https://github.com/w3c/csswg-drafts/issues/2368" title="https://github.com/w3c/csswg-drafts/issues/2368" rel="noopener">https://github.com/w3c/csswg-drafts/issues/2368</a></li>
</ul>
<p>
11am - Joint meeting with <a href="https://www.w3.org/International/wiki/2018TPACAgenda" title="https://www.w3.org/International/wiki/2018TPACAgenda" rel="noopener">i18n</a>
</p>
<ul>
<li class="level1"><a href="https://github.com/w3c/csswg-drafts/issues/1744" title="https://github.com/w3c/csswg-drafts/issues/1744" rel="noopener">Propose adding lang as a font-face descriptor</a> ideally with I18n Core</li>
<li class="level1">[css-logical] Flow-relative syntax for `margin`-like shorthands: <a href="https://github.com/w3c/csswg-drafts/issues/1282" title="https://github.com/w3c/csswg-drafts/issues/1282" rel="noopener">https://github.com/w3c/csswg-drafts/issues/1282</a></li>
</ul>
<p>
12pm - Lunch
</p><h5 id="afternoon1">Afternoon</h5>
<ul>
<li class="level1">Environment Variables <abbr title="specification">spec</abbr> - path to fpwd?</li>
<li class="level1 node"><a href="https://wicg.github.io/construct-stylesheets/index.html" title="https://wicg.github.io/construct-stylesheets/index.html" rel="noopener">Constructable Stylesheets</a> (Tuesday) – Rakina & Eric & Tab<ul>
<li class="level2"><a href="https://github.com/WICG/construct-stylesheets/issues/23" title="https://github.com/WICG/construct-stylesheets/issues/23" rel="noopener">Can the same constructed stylesheet be used in two different Documents?</a></li>
<li class="level2"><a href="https://github.com/WICG/construct-stylesheets/issues/15" title="https://github.com/WICG/construct-stylesheets/issues/15" rel="noopener">Need to define what fetch groups various loads from the sheet go in</a></li>
<li class="level2"><a href="https://github.com/WICG/construct-stylesheets/issues/34" title="https://github.com/WICG/construct-stylesheets/issues/34" rel="noopener">Can we use CSSStyleSheets from <style>/<link> in adoptedStyleSheets?</a></li>
<li class="level2"><a href="https://github.com/WICG/construct-stylesheets/issues/36" title="https://github.com/WICG/construct-stylesheets/issues/36" rel="noopener">Should we use FrozenArray instead of StyleSheetList for adoptedStyleSheets</a></li>
<li class="level2">Should this <abbr title="specification">spec</abbr> move from WICG to <abbr title="Cascading Style Sheets">CSS</abbr> WG?</li>
<li class="level2">Blink is interested in shipping.</li>
</ul>
</li>
<li class="level1 node"><abbr title="Cascading Style Sheets">CSS</abbr>-UI<ul>
<li class="level2">Path forward for the appearance property (<a href="https://github.com/w3c/csswg-drafts/issues/3024" title="https://github.com/w3c/csswg-drafts/issues/3024" rel="noopener">https://github.com/w3c/csswg-drafts/issues/3024</a>)—Florian</li>
</ul>
</li>
</ul>
<p>
3:30pm - break
</p>
<ul>
<li class="level1 node">Scrollbar Styling - FPWD, experimental implementation(s), and maybe even demo(s)?<ul>
<li class="level2"><a href="https://github.com/w3c/csswg-drafts/issues/3237" title="https://github.com/w3c/csswg-drafts/issues/3237" rel="noopener">getComputedStyle and scrollbar-color</a></li>
</ul>
</li>
<li class="level1">Effect of filter element on root element <a href="https://github.com/w3c/fxtf-drafts/issues/282" title="https://github.com/w3c/fxtf-drafts/issues/282" rel="noopener">https://github.com/w3c/fxtf-drafts/issues/282</a> –chrishtr</li>
<li class="level1">backdrop-filter <abbr title="specification">spec</abbr> issues: <a href="https://github.com/w3c/fxtf-drafts/issues/53" title="https://github.com/w3c/fxtf-drafts/issues/53" rel="noopener">https://github.com/w3c/fxtf-drafts/issues/53</a></li>
<li class="level1 node">Text-decoration<ul>
<li class="level2"><a href="https://github.com/w3c/csswg-drafts/issues/3118" title="https://github.com/w3c/csswg-drafts/issues/3118" rel="noopener">text-underline-offset</a></li>
<li class="level2"><a href="https://twitter.com/Litherum/status/1053686215898288129" title="https://twitter.com/Litherum/status/1053686215898288129" rel="noopener">Rename text-decoration-width?</a></li>
</ul>
</li>
<li class="level1">[<abbr title="Cascading Style Sheets">CSS</abbr>-cascade] import only in moment when we need it: <a href="https://github.com/w3c/csswg-drafts/issues/3050" title="https://github.com/w3c/csswg-drafts/issues/3050" rel="noopener">https://github.com/w3c/csswg-drafts/issues/3050</a></li>
<li class="level1">[css-conditional-4] selector() feature query function for selector support: <a href="https://github.com/w3c/csswg-drafts/issues/3207" title="https://github.com/w3c/csswg-drafts/issues/3207" rel="noopener">https://github.com/w3c/csswg-drafts/issues/3207</a></li>
<li class="level1">[selectors4] Name the “functional pseudo-class like :matches() with 0 specificity”: <a href="https://github.com/w3c/csswg-drafts/issues/2143" title="https://github.com/w3c/csswg-drafts/issues/2143" rel="noopener">https://github.com/w3c/csswg-drafts/issues/2143</a></li>
</ul><h4 id="thursday">Thursday</h4>
<p>
Houdini
</p>
</main>
</body>
</html>