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
320 lines (317 loc) · 26.4 KB
/
Copy pathindex.html
File metadata and controls
320 lines (317 loc) · 26.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TPAC 2016 - 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-2016</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-2016">TPAC 2016</a><ul class="toc">
<li class="level3"><a href="#place-logistics-etc">Place, Logistics, etc.</a></li>
<li class="level3"><a href="#minutes">Minutes</a></li>
<li class="level3"><a href="#participants">Participants</a></li>
<li class="level3"><a href="#agenda">Agenda</a></li>
<li class="level3"><a href="#agenda-overflow">Agenda Overflow</a></li>
</ul></li>
</ul>
</div>
</div>
<!-- TOC END -->
<h2 id="tpac-2016">TPAC 2016</h2><h3 id="place-logistics-etc">Place, Logistics, etc.</h3>
<ul>
<li class="level1"><a href="http://www.w3.org/2016/09/TPAC/" title="http://www.w3.org/2016/09/TPAC/" rel="noopener">http://www.w3.org/2016/09/TPAC/</a></li>
<li class="level1">full TPAC week is 19-23 September 2016</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> WG meeting days are Mon-Tue 19-20 September</li>
<li class="level1">Lisbon, Portugal at the Centro de congressos de lisboa, room 5A, first floor (upper floor!)</li>
</ul><h3 id="minutes">Minutes</h3>
<ul>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2016Nov/0069.html" title="https://lists.w3.org/Archives/Public/www-style/2016Nov/0069.html" rel="noopener">Monday Part I: CSS Tables Level 3 [css-tables]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2016Nov/0070.html" title="https://lists.w3.org/Archives/Public/www-style/2016Nov/0070.html" rel="noopener">Monday Part II: url() as image or SVG reference [css-values]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2016Nov/0071.html" title="https://lists.w3.org/Archives/Public/www-style/2016Nov/0071.html" rel="noopener">Monday Part III: Joint Meeting with DPUB [mediaqueries] [css-text] [css-page]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2016Nov/0072.html" title="https://lists.w3.org/Archives/Public/www-style/2016Nov/0072.html" rel="noopener">Monday Part IV: Joint Meeting with DPUB con't [css-break] [css-color]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2016Nov/0073.html" title="https://lists.w3.org/Archives/Public/www-style/2016Nov/0073.html" rel="noopener">Monday Part V: Transforms, Variables, Transitions/Animations, Cascade, CR Plan, January Meeting [css-transforms] [css-variables] [css-transitions] [css-animations] [css-cascade]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2016Nov/0074.html" title="https://lists.w3.org/Archives/Public/www-style/2016Nov/0074.html" rel="noopener">Tuesday Part I: Joint Meeting with A11y Working Group [mediaqueries] [css-grid]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2016Nov/0075.html" title="https://lists.w3.org/Archives/Public/www-style/2016Nov/0075.html" rel="noopener">Tuesday Part II: Variation fonts in OpenType, Motion Path [css3-fonts] [motion]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2016Nov/0076.html" title="https://lists.w3.org/Archives/Public/www-style/2016Nov/0076.html" rel="noopener">Tuesday Part III: CSS Scroll Snap, Media Queries, Grid [css-scroll-snap] [mediaquereis] [css-grid]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2016Nov/0077.html" title="https://lists.w3.org/Archives/Public/www-style/2016Nov/0077.html" rel="noopener">Tuesday Part IV: Incubation in the CSSWG</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2016Nov/0078.html" title="https://lists.w3.org/Archives/Public/www-style/2016Nov/0078.html" rel="noopener">Tuesday Part V: Scroll Linked Animations, Writing Modes Level 3 Test Status, Scroll Anchoring, Media Feature: “reduce motion” user setting [css-writing-modes] [css-align]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2016Nov/0079.html" title="https://lists.w3.org/Archives/Public/www-style/2016Nov/0079.html" rel="noopener">Tuesday Part VI: Scroll Snap, Timing Functions, Viewport API, CSS UI [css-scroll-snap] [css-UI]</a></li>
<li class="level1"><a href="https://lists.w3.org/Archives/Public/www-style/2017Nov/0014.html" title="https://lists.w3.org/Archives/Public/www-style/2017Nov/0014.html" rel="noopener">Minutes of joint meeting between CSS WG and TTWG</a></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 sectionedit5"><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"> 16 Sep </td><td class="col2"> 23 Sep </td><td class="col3"> AirBnB </td><td class="col4"> ?? </td>
</tr>
<tr class="row2">
<td class="col0"> Andrey Rybka </td><td class="col1"> 17 Sep </td><td class="col2"> 23 Sep </td><td class="col3"> Janelas Verdes Lisbon Hotel </td><td class="col4"> ?? </td>
</tr>
<tr class="row3">
<td class="col0"> Bert Bos </td><td class="col1"> 14 Sep </td><td class="col2"> 23 Sep </td><td class="col3"> Hotel Vila Galé Ópera </td><td class="col4"> TP487/TP486 </td>
</tr>
<tr class="row4">
<td class="col0"> Brian Birtles </td><td class="col1"> 18 Sep </td><td class="col2"> 21 Sep </td><td class="col3"> Hotel Vila Galé Ópera </td><td class="col4"> JL415+AF1124 / AF1625+JL416 </td>
</tr>
<tr class="row5">
<td class="col0"> Chris Lilley </td><td class="col1"> 17? Sept </td><td class="col2"> 24 Sept</td><td class="col3"> ? </td><td class="col4"> arriving from Warsaw (ATypi conf) </td>
</tr>
<tr class="row6">
<td class="col0"> Daniel Glazman </td><td class="col1"> 18 Sept </td><td class="col2"> 23 Sept </td><td class="col3"> AirBnb </td><td class="col4"></td>
</tr>
<tr class="row7">
<td class="col0"> Dave Cramer </td><td class="col1"> 18 Sept </td><td class="col2"> 25 Sept </td><td class="col3"> Hotel Vila Gale Opera </td><td class="col4"> UA 6864 / UA 65 </td>
</tr>
<tr class="row8">
<td class="col0"> fantasai </td><td class="col1"> 17 Sept </td><td class="col2"> 24 Sept </td><td class="col3"> Apt </td><td class="col4"> </td>
</tr>
<tr class="row9">
<td class="col0"> Florian Rivoal </td><td class="col1"> 18 Sept </td><td class="col2"> 25 Sept </td><td class="col3"> Airbnb </td><td class="col4"> AF0291+AF1124 / KL1692+KL0867 </td>
</tr>
<tr class="row10">
<td class="col0 leftalign"> Francois Remy </td><td class="col1 centeralign"> ??? </td><td class="col2 centeralign"> ??? </td><td class="col3"> ? </td><td class="col4 leftalign"> ??? </td>
</tr>
<tr class="row11">
<td class="col0"> Geoffrey Sneddon </td><td class="col1"> 18 Sept </td><td class="col2"> 24 Sept </td><td class="col3"> Hotel Vila Gale Opera </td><td class="col4"> BA1479+TP0359 / TP0364+BA1498 </td>
</tr>
<tr class="row12">
<td class="col0"> Greg Whitworth </td><td class="col1"> 16 Sept </td><td class="col2"> 26 Sept </td><td class="col3"> ? </td><td class="col4"> ? </td>
</tr>
<tr class="row13">
<td class="col0"> Hiroshi Sakakibara(+2 BPS crew) </td><td class="col1"> 18 Sept </td><td class="col2"> 22 Sept </td><td class="col3"> AirBnB </td><td class="col4"> TK053+TK1755 / TK1760+TK052</td>
</tr>
<tr class="row14">
<td class="col0"> Hyojin Song </td><td class="col1"> 18 Sept </td><td class="col2"> 24 Sept </td><td class="col3"> Hotel Vila Gale Opera </td><td class="col4"> </td>
</tr>
<tr class="row15">
<td class="col0"> Ian Kilpatrick </td><td class="col1"> 19 Sept </td><td class="col2"> 25 Sept </td><td class="col3"> </td><td class="col4"> </td>
</tr>
<tr class="row16">
<td class="col0"> Jen Simmons </td><td class="col1"> 18 Sept </td><td class="col2"> 22 Sept </td><td class="col3"> Pestana Palace </td><td class="col4"> flying in from Berlin (View Source), heading out to London (Generate) </td>
</tr>
<tr class="row17">
<td class="col0"> Jihye Hong </td><td class="col1"> 18 Sept </td><td class="col2"> 24 Sept </td><td class="col3"> Hotel Vila Gale Opera </td><td class="col4"> </td>
</tr>
<tr class="row18">
<td class="col0"> Koji Ishii </td><td class="col1"> 18 Sept </td><td class="col2"> 23 Sept </td><td class="col3"> </td><td class="col4"> </td>
</tr>
<tr class="row19">
<td class="col0"> Liam Quin </td><td class="col1"> 17th Sept </td><td class="col2"> 24th sept </td><td class="col3"> Hotel Vila Galé Ópera </td><td class="col4"> arr.LIS from LHR 10:45am; dep LIS 07:40am </td>
</tr>
<tr class="row20">
<td class="col0"> Lea Verou </td><td class="col1"> 17? Sept </td><td class="col2"> 24 Sept </td><td class="col3"> Hotel Vila Galé Ópera </td><td class="col4"> </td>
</tr>
<tr class="row21">
<td class="col0"> Manuel Rego Casasnovas </td><td class="col1"> 18 Sept </td><td class="col2"> 22 Sept </td><td class="col3"></td><td class="col4"></td>
</tr>
<tr class="row22">
<td class="col0"> Myles C. Maxfield </td><td class="col1"> 17 Sept </td><td class="col2"> 25 Sept </td><td class="col3"> Sofitel Lisbon </td><td class="col4 leftalign"> </td>
</tr>
<tr class="row23">
<td class="col0"> Rick Byers </td><td class="col1"> 18 Sept </td><td class="col2"> 24 Sept </td><td class="col3"> Hotel Vila Galé Ópera </td><td class="col4"> AC? from Toronto, splitting time with PEWG meeting </td>
</tr>
<tr class="row24">
<td class="col0"> Rossen Atanassov </td><td class="col1"> 17 Sept </td><td class="col2"> 24 Sept </td><td class="col3"> </td><td class="col4"> </td>
</tr>
<tr class="row25">
<td class="col0"> Simon Sapin </td><td class="col1"> 18 Sept </td><td class="col2"> 25 Sept </td><td class="col3"> AirBnB </td><td class="col4"> </td>
</tr>
<tr class="row26">
<td class="col0"> Tantek Çelik </td><td class="col1"> 2016-09-18 </td><td class="col2"> 2016-09-23 </td><td class="col3"> Hotel Vila Galé Ópera </td><td class="col4"> UA58+UA8896 / MON1725 </td>
</tr>
</table><p>
Regrets: Dael Jackson
</p>
<p>
(See also the current <a href="https://www.w3.org/2002/09/wbs/35125/TPAC2016/registrants#CSS" title="https://www.w3.org/2002/09/wbs/35125/TPAC2016/registrants#CSS" rel="noopener">TPAC registrations</a> [member-only])
</p><h3 id="agenda">Agenda</h3><h4 id="monday">Monday</h4><h5 id="am">AM</h5>
<ul>
<li class="level1 node"><abbr title="Cascading Style Sheets">CSS</abbr> Tables Level 3<ul>
<li class="level4">Fixup rewrite (<a href="https://github.com/w3c/csswg-drafts/issues/466" title="https://github.com/w3c/csswg-drafts/issues/466" rel="noopener">https://github.com/w3c/csswg-drafts/issues/466</a>)</li>
<li class="level4">Fixup collapsible whitespace (<a href="https://github.com/w3c/csswg-drafts/issues/467" title="https://github.com/w3c/csswg-drafts/issues/467" rel="noopener">https://github.com/w3c/csswg-drafts/issues/467</a>)</li>
<li class="level4">What <abbr title="Cascading Style Sheets">CSS</abbr> is applicable to table-track & table-track-grouping elements (<a href="https://github.com/w3c/csswg-drafts/issues/469" title="https://github.com/w3c/csswg-drafts/issues/469" rel="noopener">https://github.com/w3c/csswg-drafts/issues/469</a>)</li>
<li class="level4">table-wrapper box and captions (<a href="https://github.com/w3c/csswg-drafts/issues/471" title="https://github.com/w3c/csswg-drafts/issues/471" rel="noopener">https://github.com/w3c/csswg-drafts/issues/471</a>)</li>
<li class="level4">track merging (<a href="https://github.com/w3c/csswg-drafts/issues/473" title="https://github.com/w3c/csswg-drafts/issues/473" rel="noopener">https://github.com/w3c/csswg-drafts/issues/473</a>)</li>
<li class="level4">percentage resolution (<a href="https://github.com/w3c/csswg-drafts/issues/474" title="https://github.com/w3c/csswg-drafts/issues/474" rel="noopener">https://github.com/w3c/csswg-drafts/issues/474</a>)</li>
<li class="level4">border-radius in collapsed mode (<a href="https://github.com/w3c/csswg-drafts/issues/475" title="https://github.com/w3c/csswg-drafts/issues/475" rel="noopener">https://github.com/w3c/csswg-drafts/issues/475</a>)</li>
<li class="level4">height on a table-row-group (<a href="https://github.com/w3c/csswg-drafts/issues/476" title="https://github.com/w3c/csswg-drafts/issues/476" rel="noopener">https://github.com/w3c/csswg-drafts/issues/476</a>)</li>
<li class="level4">min-height on a table-row (<a href="https://github.com/w3c/csswg-drafts/issues/477" title="https://github.com/w3c/csswg-drafts/issues/477" rel="noopener">https://github.com/w3c/csswg-drafts/issues/477</a>)</li>
<li class="level4">table-layout:fixed width distribution (<a href="https://github.com/w3c/csswg-drafts/issues/484" title="https://github.com/w3c/csswg-drafts/issues/484" rel="noopener">https://github.com/w3c/csswg-drafts/issues/484</a>)</li>
<li class="level4">visibility: collapse (<a href="https://github.com/w3c/csswg-drafts/issues/478" title="https://github.com/w3c/csswg-drafts/issues/478" rel="noopener">https://github.com/w3c/csswg-drafts/issues/478</a>)</li>
</ul>
</li>
<li class="level1"><a href="https://github.com/w3c/csswg-drafts/issues/383" title="https://github.com/w3c/csswg-drafts/issues/383" rel="noopener">url() as image or SVG reference</a></li>
</ul><h5 id="pm">PM</h5>
<ul>
<li class="level1">Joint <a href="https://www.w3.org/dpub/IG/wiki/Detailed_TPAC_2016_Agenda#Meeting_with_CSS_WG" title="https://www.w3.org/dpub/IG/wiki/Detailed_TPAC_2016_Agenda#Meeting_with_CSS_WG" rel="noopener">meeting with digipub</a> (Monday 1pm)</li>
<li class="level1">Hanging Punctuation</li>
<li class="level1">Proposal for a new Regions specification — Jen Simmons, <a href="https://speakerdeck.com/jensimmons/proposal-to-csswg-sept-2016" title="https://speakerdeck.com/jensimmons/proposal-to-csswg-sept-2016" rel="noopener">https://speakerdeck.com/jensimmons/proposal-to-csswg-sept-2016</a></li>
<li class="level1">HDR <a href="https://lists.w3.org/Archives/Public/www-style/2016Sep/0047.html" title="https://lists.w3.org/Archives/Public/www-style/2016Sep/0047.html" rel="noopener">https://lists.w3.org/Archives/Public/www-style/2016Sep/0047.html</a> (Mark Watson)</li>
<li class="level1">Transforms L2: backport translate/rotate/scale, as they're stable but L1 still isn't?</li>
<li class="level1 node"><abbr title="Cascading Style Sheets">CSS</abbr> Variables:<ul>
<li class="level4">var() in @keyframes? Multiple engines already support.</li>
<li class="level4">Do “value tainting” of animation-tainted custom properties? (Rather than current “document-global name tainting”)</li>
<li class="level4">How to store custom property values? Like strings (exactly preserved) or like token streams (may change from author phrasing)? “–path: m40.0,20.0” can reserialize as-is, or as “–path: m40/**/0.0,20.0”.</li>
</ul>
</li>
<li class="level1">Approval to implement and ship transitionstart/transitionrun/transitioncancel/animationcancel?</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Cascade: “revert” is very expensive; Safari has busted (cheap) implementation. Can we simplify?</li>
<li class="level1">CR plan for 2016 - which specs are 'close' to CR? what is left to get them there by December pub moratorium? (Tantek)</li>
</ul><h4 id="tuesday">Tuesday</h4><h5 id="am1">AM</h5>
<ul>
<li class="level1">Joint meeting with APA (Tuesday 9am)</li>
<li class="level1"><a href="https://github.com/w3c/csswg-drafts/issues/498" title="https://github.com/w3c/csswg-drafts/issues/498" rel="noopener">Variation fonts in OpenType</a> - (ChrisL, Behdad, et al.) (11am. Webex <a href="https://mit.webex.com/mit/j.php?MTID=m0c1976483287cfcf250bf914633bfe36" title="https://mit.webex.com/mit/j.php?MTID=m0c1976483287cfcf250bf914633bfe36" rel="noopener">https://mit.webex.com/mit/j.php?MTID=m0c1976483287cfcf250bf914633bfe36</a> code 646 163 669 pass fonts)</li>
<li class="level1 node">Motion Path issues (jihye, Tue preferred)<ul>
<li class="level2 node">Shorthand 'offset'<ul>
<li class="level3"><a href="https://github.com/w3c/fxtf-drafts/issues/42" title="https://github.com/w3c/fxtf-drafts/issues/42" rel="noopener">https://github.com/w3c/fxtf-drafts/issues/42</a></li>
<li class="level3"><a href="https://github.com/w3c/fxtf-drafts/issues/24" title="https://github.com/w3c/fxtf-drafts/issues/24" rel="noopener">https://github.com/w3c/fxtf-drafts/issues/24</a></li>
</ul>
</li>
<li class="level2">Revision for Motion Path and <abbr title="Cascading Style Sheets">CSS</abbr> Round Display</li>
</ul>
</li>
</ul><h5 id="pm1">PM</h5>
<ul>
<li class="level1 node"><abbr title="Cascading Style Sheets">CSS</abbr> Scroll Snap - Review DoC, remaining open issues, transition to CR?<ul>
<li class="level4"><a href="https://github.com/w3c/csswg-drafts/issues/395" title="https://github.com/w3c/csswg-drafts/issues/395" rel="noopener">scroll-padding</a> (Florian)</li>
<li class="level4"><a href="https://lists.w3.org/Archives/Public/www-style/2016Aug/0031.html" title="https://lists.w3.org/Archives/Public/www-style/2016Aug/0031.html" rel="noopener"> "the corridor"</a> (Florian)</li>
</ul>
</li>
<li class="level1 node">MQ4<ul>
<li class="level2"><a href="https://drafts.csswg.org/mediaqueries/#issue-d9e3b586" title="https://drafts.csswg.org/mediaqueries/#issue-d9e3b586" rel="noopener">should we have an MQ for a gamut narrower than srgb</a> (Florian)</li>
<li class="level2"><a href="https://drafts.csswg.org/mediaqueries/#issue-51d591c9" title="https://drafts.csswg.org/mediaqueries/#issue-51d591c9" rel="noopener">Should there be an explicit minimum threshold to meet before a UA is allowed to claim initial-only?</a> (Florian)</li>
</ul>
</li>
<li class="level1">INCUBATION</li>
<li class="level1 node">Scroll-linked animations (<a href="https://birtles.github.io/scroll-animations/" title="https://birtles.github.io/scroll-animations/" rel="noopener">https://birtles.github.io/scroll-animations/</a>)<ul>
<li class="level2">Avoid Mon 15:00-17:00 and Tues 8:30-10:30 if possible (rbyers)</li>
<li class="level2"><a href="https://github.com/drufball/generalized-animations" title="https://github.com/drufball/generalized-animations" rel="noopener">Google proposal</a></li>
</ul>
</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Writing Modes Level 3 <a href="http://kojiishi.github.io/generate-w3c-implementation-report/css-writing-modes-3/status-2016-09.html" title="http://kojiishi.github.io/generate-w3c-implementation-report/css-writing-modes-3/status-2016-09.html" rel="noopener">test status</a> and PR plan (koji, Tue preferred)</li>
<li class="level1">Scroll Anchoring - preventing the page from jiggling when things load off-screen. Chrome is experimenting; would like to discuss. <a href="https://github.com/WICG/interventions/blob/master/scroll-anchoring/explainer.md" title="https://github.com/WICG/interventions/blob/master/scroll-anchoring/explainer.md" rel="noopener">explainer</a></li>
<li class="level1 node">Proposal: Create a new <abbr title="specification">spec</abbr> for timing functions (including frames(), spring(), multi-segment bezier?)<ul>
<li class="level4"><a href="https://github.com/drufball/generalized-animations" title="https://github.com/drufball/generalized-animations" rel="noopener">Google proposal</a></li>
</ul>
</li>
<li class="level1">Viewport <abbr title="Application Programming Interface">API</abbr>: <a href="https://github.com/WICG/ViewportAPI" title="https://github.com/WICG/ViewportAPI" rel="noopener">https://github.com/WICG/ViewportAPI</a></li>
<li class="level1 node">Media Feature: “increase contrast” and/or “reduce transparency” user settings<ul>
<li class="level2"><a href="https://github.com/w3c/csswg-drafts/issues/443" title="https://github.com/w3c/csswg-drafts/issues/443" rel="noopener">https://github.com/w3c/csswg-drafts/issues/443</a></li>
</ul>
</li>
<li class="level1 node">Media Feature: “reduce motion” user setting<ul>
<li class="level2"><a href="https://github.com/w3c/csswg-drafts/issues/442" title="https://github.com/w3c/csswg-drafts/issues/442" rel="noopener">https://github.com/w3c/csswg-drafts/issues/442</a></li>
</ul>
</li>
<li class="level1 node"><abbr title="Cascading Style Sheets">CSS</abbr> UI 4 / user-select<ul>
<li class="level4"><a href="https://github.com/w3c/csswg-drafts/issues/336" title="https://github.com/w3c/csswg-drafts/issues/336" rel="noopener">computed values vs separate properties</a></li>
<li class="level4"><a href="https://github.com/w3c/csswg-drafts/issues/319" title="https://github.com/w3c/csswg-drafts/issues/319" rel="noopener">effect on selections when clicking in a user-select:none </a> (Florian)</li>
</ul>
</li>
<li class="level1"><a href="https://github.com/w3c/csswg-drafts/issues/255" title="https://github.com/w3c/csswg-drafts/issues/255" rel="noopener">margin-inside / margin-outside / float: inside / float: outside</a> (Florian)</li>
<li class="level1 node"><abbr title="Cascading Style Sheets">CSS</abbr>-UI-3<ul>
<li class="level4"><a href="https://github.com/w3c/csswg-drafts/issues/423" title="https://github.com/w3c/csswg-drafts/issues/423" rel="noopener">Remove outline-color: invert?</a> (Florian)</li>
</ul>
</li>
<li class="level1">Additional text-decoration styling: <a href="https://github.com/w3c/csswg-drafts/issues/459" title="https://github.com/w3c/csswg-drafts/issues/459" rel="noopener">https://github.com/w3c/csswg-drafts/issues/459</a></li>
</ul><h3 id="agenda-overflow">Agenda Overflow</h3>
<ul>
<li class="level1 node"><abbr title="Cascading Style Sheets">CSS</abbr>-Overflow:<ul>
<li class="level4"><a href="https://github.com/w3c/csswg-drafts/issues/92" title="https://github.com/w3c/csswg-drafts/issues/92" rel="noopener">stable /always-on / overlay scrollbars </a> (Florian)</li>
<li class="level4"><a href="https://github.com/w3c/csswg-drafts/issues/419" title="https://github.com/w3c/csswg-drafts/issues/419" rel="noopener">disabling scrollbars</a> (Florian)</li>
</ul>
</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Pseudo Elements <a href="https://github.com/w3c/csswg-drafts/issues?q=is%3Aopen+is%3Aissue+label%3Acss-pseudo-4" title="https://github.com/w3c/csswg-drafts/issues?q=is%3Aopen+is%3Aissue+label%3Acss-pseudo-4" rel="noopener">https://github.com/w3c/csswg-drafts/issues?q=is%3Aopen+is%3Aissue+label%3Acss-pseudo-4</a></li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Containment <a href="https://github.com/w3c/csswg-drafts/issues/396" title="https://github.com/w3c/csswg-drafts/issues/396" rel="noopener">Terminology question</a> (Florian)</li>
<li class="level1">Vertical Writing web award report (skk, Tue, if possible)</li>
<li class="level1">@apply: Thinking we should put on back burner, as variables + ::part seems like sufficient feature set for v1 of custom elements. Agree?</li>
<li class="level1 node">Baseline alignment issues (to be listed here)<ul>
<li class="level2">first/last syntax</li>
</ul>
</li>
<li class="level1">Hoisting things to table wrappers: <a href="https://github.com/w3c/csswg-drafts/issues/324#issuecomment-235652352" title="https://github.com/w3c/csswg-drafts/issues/324#issuecomment-235652352" rel="noopener">https://github.com/w3c/csswg-drafts/issues/324#issuecomment-235652352</a></li>
<li class="level1">Some brief overview about the status of testing, and possibly trying to get WG resolutions on anything that blocks progress, but hopefully that's nothing (/gsnedders)</li>
<li class="level1"><a href="https://github.com/w3c/csswg-drafts/issues/495" title="https://github.com/w3c/csswg-drafts/issues/495" rel="noopener">clip-path excluding fixed-position descendants</a></li>
</ul>
</main>
</body>
</html>