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
311 lines (307 loc) · 24 KB
/
Copy pathindex.html
File metadata and controls
311 lines (307 loc) · 24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TPAC 2013 - 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-2013</div>
<main>
<!-- TOC START -->
<div id="dw__toc" class="dw__toc">
<h3 class="toggle">Table of Contents</h3>
<div>
<ul class="toc">
<li class="level1"><a href="#tpac-2013">TPAC 2013</a><ul class="toc">
<li class="level2"><a href="#meeting-minutes">Meeting Minutes</a></li>
<li class="level2"><a href="#adjacent-events">Adjacent Events</a></li>
<li class="level2"><a href="#participants">Participants</a></li>
<li class="level2"><a href="#regrets">Regrets</a></li>
<li class="level2"><a href="#agenda">Agenda</a><ul class="toc">
<li class="level3"><a href="#sunday">Sunday</a></li>
<li class="level3"><a href="#monday">Monday</a></li>
<li class="level3"><a href="#tuesday">Tuesday</a></li>
</ul>
</li>
<li class="level2"><a href="#proposed-agenda-topics">Proposed Agenda Topics</a></li>
</ul></li>
</ul>
</div>
</div>
<!-- TOC END -->
<h1 id="tpac-2013">TPAC 2013</h1>
<ul>
<li class="level1"><a href="http://www.w3.org/2013/11/TPAC/" title="http://www.w3.org/2013/11/TPAC/" rel="noopener">TPAC 2013</a> (note: you may need an invitation letter to get a visa)</li>
<li class="level1">Shēnzhèn (深圳), Guǎngdōng (广东), China (中国)</li>
<li class="level1">Venue: 五洲宾馆, 中国深圳市深南大道6001号</li>
<li class="level1">Venue: Shenzhen Wuzhou Guest House, No. 6001, Shennan Road, Shenzhen, China</li>
<li class="level1 node"><abbr title="Cascading Style Sheets">CSS</abbr> Dates: Sunday-Tuesday, November 10-12, 2013<ul>
<li class="level2">Joint meeting with SVG WG Tuesday afternoon, November 12, 2013</li>
</ul>
</li>
<li class="level1">TPAC Dates: Monday-Friday, November 11-15, 2013</li>
<li class="level1 node">Rooms:<ul>
<li class="level2">Sunday: Yangtse River Hall, 2F, Building A</li>
<li class="level2">Monday: Wuzhou Banquet Hall East, 2F, Building A</li>
<li class="level2">Tuesday: Wuzhou Banquet Hall East, 2F, Building A</li>
</ul>
</li>
</ul><h2 id="meeting-minutes">Meeting Minutes</h2>
<p>
<strong>Sunday, 10 November:</strong>
</p>
<ul>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0349.html" title="http://lists.w3.org/Archives/Public/www-style/2013Nov/0349.html" rel="noopener">Part I</a>, GCPM, Canvas and Video and <abbr title="Cascading Style Sheets">CSS</abbr> Image, and Device Pixel Ratio</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0350.html" title="http://lists.w3.org/Archives/Public/www-style/2013Nov/0350.html" rel="noopener">Part II</a>, Shapes Syntax</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0351.html" title="http://lists.w3.org/Archives/Public/www-style/2013Nov/0351.html" rel="noopener">Part III</a>, Masking Level 2, Filter Effects, Prefixing Policy</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0352.html" title="http://lists.w3.org/Archives/Public/www-style/2013Nov/0352.html" rel="noopener">Part IV</a>, CSS2.1, 3-Value <position> Syntax, Zero-height Fragmentainers</li>
</ul>
<p>
<strong>Monday, 11 November:</strong>
</p>
<ul>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0358.html" title="http://lists.w3.org/Archives/Public/www-style/2013Nov/0358.html" rel="noopener">Part I</a>, display: none on Fragmentainers, Selecting Attributes</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0359.html" title="http://lists.w3.org/Archives/Public/www-style/2013Nov/0359.html" rel="noopener">Part II</a>, IndieUI Presentation</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0360.html" title="http://lists.w3.org/Archives/Public/www-style/2013Nov/0360.html" rel="noopener">Part III</a>, DigiPub Joint Meeting</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0361.html" title="http://lists.w3.org/Archives/Public/www-style/2013Nov/0361.html" rel="noopener">Part IV</a>, Outline Properties, VTT ::cue pseudo-element, <abbr title="Cascading Style Sheets">CSS</abbr> Counter Styles</li>
</ul>
<p>
<strong>Tuesday, 12 November:</strong>
</p>
<ul>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0370.html" title="http://lists.w3.org/Archives/Public/www-style/2013Nov/0370.html" rel="noopener">Part I</a>, Box Generation and Elements as Regions, <abbr title="Cascading Style Sheets">CSS</abbr> Writing Modes and Tr Fallback</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0371.html" title="http://lists.w3.org/Archives/Public/www-style/2013Nov/0371.html" rel="noopener">Part II</a>, Text Module, Charter, Styling Left vs Right Pages</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0372.html" title="http://lists.w3.org/Archives/Public/www-style/2013Nov/0372.html" rel="noopener">Part III</a>, Filter Effects, <abbr title="Cascading Style Sheets">CSS</abbr> Transforms, Geometry <abbr title="Application Programming Interface">API</abbr> Spec</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0373.html" title="http://lists.w3.org/Archives/Public/www-style/2013Nov/0373.html" rel="noopener">Part IV</a>, Fill and Stroke on Text Decorations, Background and Borders 3, CSS3-text</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0374.html" title="http://lists.w3.org/Archives/Public/www-style/2013Nov/0374.html" rel="noopener">Part V</a>, Backgrounds and Borders 3, Transitions, <abbr title="Cascading Style Sheets">CSS</abbr> Shapes, Backgrounds and Borders 4, Longhand for List Properties</li>
</ul><h2 id="adjacent-events">Adjacent Events</h2>
<ul>
<li class="level1">Saturday, November 9: <a href="http://testthewebforward.org/" title="http://testthewebforward.org/" rel="noopener">Test The Web Forward</a>, Shenzhen, China</li>
<li class="level1">Wednesday, November 13: Plenary Day (at TPAC)</li>
<li class="level1">Thursday-Friday, November 14-15: SVG Working Group Meeting (at TPAC)</li>
</ul><h2 id="participants">Participants</h2>
<p>
Sorted by family name:
</p>
<div class="table sectionedit5"><table class="inline">
<thead>
<tr class="row0">
<th class="col0"> Name </th><th class="col1"> Representing </th><th class="col2"> Arrive </th><th class="col3"> Leave </th><th class="col4"> Hotel </th><th class="col5"> Flight Info </th><th class="col6"> Notes </th><td class="col7"></td>
</tr>
</thead>
<tr class="row1">
<td class="col0"> Adams, Glenn </td><td class="col1"> Cox </td><td class="col2"> 10 Nov </td><td class="col3"> 16 Nov </td><td class="col4"> 五洲宾馆 </td><td class="col5"> UA869/UA862 </td><td class="col6"> Tuesday Only </td><td class="col7"></td>
</tr>
<tr class="row2">
<td class="col0"> Atanassov, Rossen </td><td class="col1"> Microsoft </td><td class="col2"> ? </td><td class="col3"> ? </td><td class="col4"> ? </td><td class="col5"> ? </td><td class="col6 leftalign"> </td><td class="col7"></td>
</tr>
<tr class="row3">
<td class="col0"> Baron, L. David </td><td class="col1"> Mozilla </td><td class="col2"> 11月8日 </td><td class="col3"> 11月15日 </td><td class="col4"> 五洲宾馆 (Wuzhou Guest House) </td><td class="col5"> </td><td class="col6"> Also TestTWF, AC Meeting </td><td class="col7"></td>
</tr>
<tr class="row4">
<td class="col0"> Bos, Bert </td><td class="col1"> <abbr title="World Wide Web Consortium">W3C</abbr> </td><td class="col2"> 8 Nov </td><td class="col3"> 17 Nov </td><td class="col4"> Wuzhou Guest House </td><td class="col5"> LH796/LH797 </td><td class="col6"> Also TTWF </td><td class="col7"></td>
</tr>
<tr class="row5">
<td class="col0"> Cramer, Dave </td><td class="col1"> Hachette </td><td class="col2"> 9 Nov </td><td class="col3"> 14 Nov </td><td class="col4"> Pavilion Century Tower </td><td class="col5"> UA895 </td><td class="col6"> Overlap with DPIG </td><td class="col7"></td>
</tr>
<tr class="row6">
<td class="col0"> fantasai </td><td class="col1"> Mozilla </td><td class="col2"> 8 Nov </td><td class="col3"> 15 Nov </td><td class="col4"> ? </td><td class="col5"> SQ1/SQ2 </td><td class="col6"> </td><td class="col7"></td>
</tr>
<tr class="row7">
<td class="col0"> Galineau, Sylvain </td><td class="col1"> Adobe </td><td class="col2"> 6 Nov </td><td class="col3"> 15 Nov </td><td class="col4"> Futian Shangri-La </td><td class="col5"> DL155/DL156 </td><td class="col6 leftalign"> </td><td class="col7"></td>
</tr>
<tr class="row8">
<td class="col0"> Hilerio, Israel </td><td class="col1"> Microsoft </td><td class="col2"> ? </td><td class="col3"> ? </td><td class="col4"> ? </td><td class="col5"> ? </td><td class="col6 leftalign"> </td><td class="col7"></td>
</tr>
<tr class="row9">
<td class="col0"> Ishii, Koji </td><td class="col1"> Rakuten </td><td class="col2"> 8 Nov </td><td class="col3"> 16 Nov </td><td class="col4"> Pavilion Century Tower </td><td class="col5"> CX0879/0542 </td><td class="col6 leftalign"> </td><td class="col7"></td>
</tr>
<tr class="row10">
<td class="col0"> Kawabata, Taichi </td><td class="col1"> NTT </td><td class="col2"> 9 Nov </td><td class="col3"> 16 Nov </td><td class="col4"> Futian Shangri-La </td><td class="col5"> JL029/ JL026 </td><td class="col6 leftalign"> </td><td class="col7"></td>
</tr>
<tr class="row11">
<td class="col0"> Lilley, Chris </td><td class="col1"> <abbr title="World Wide Web Consortium">W3C</abbr> </td><td class="col2"> 8 Nov </td><td class="col3"> 18 Nov </td><td class="col4"> Wuzhou Guest House </td><td class="col5"> BA25 / BA28 </td><td class="col6 leftalign"> </td><td class="col7"></td>
</tr>
<tr class="row12">
<td class="col0"> Linss, Peter </td><td class="col1"> HP </td><td class="col2"> 7 Nov </td><td class="col3"> 18 Nov </td><td class="col4"> Futian Shangri-La </td><td class="col5"> UA869 / UA862 </td><td class="col6"> Also TTWF </td><td class="col7"></td>
</tr>
<tr class="row13">
<td class="col0"> Pieters, Simon </td><td class="col1"> Opera </td><td class="col2"> 8 Nov </td><td class="col3"> 15 Nov </td><td class="col4"> Wuzhou Guest House </td><td class="col5"> ? </td><td class="col6"> Also TTWF </td><td class="col7"></td>
</tr>
<tr class="row14">
<td class="col0"> Schulze, Dirk </td><td class="col1"> Adobe </td><td class="col2"> ? </td><td class="col3"> ? </td><td class="col4"> ? </td><td class="col5"> ? </td><td class="col6 leftalign"> </td><td class="col7"></td>
</tr>
<tr class="row15">
<td class="col0"> Sapin, Simon </td><td class="col1"> Mozilla </td><td class="col2"> 7 Nov </td><td class="col3"> 17 Nov </td><td class="col4"> Futian Shangri-La </td><td class="col5"> BA25/BA28 </td><td class="col6"> Also TTWF </td><td class="col7"></td>
</tr>
<tr class="row16">
<td class="col0"> Stearns, Alan </td><td class="col1"> Adobe </td><td class="col2"> 7 Nov </td><td class="col3"> 16 Nov </td><td class="col4"> Wuzhou Guest House </td><td class="col5"> Delta 155/156 </td><td class="col6"> Also TTWF </td><td class="col7"></td>
</tr>
<tr class="row17">
<td class="col0"> Storset, Leif Arne </td><td class="col1"> Opera </td><td class="col2"> 8 Nov </td><td class="col3"> 15 Nov </td><td class="col4"> Wuzhou Guest House </td><td class="col5"> TK070/TK071 </td><td class="col6"> Also TTWF </td><td class="col7"></td>
</tr>
<tr class="row18">
<td class="col0"> Verou, Lea </td><td class="col1"> Invited Expert </td><td class="col2"> 8 Nov </td><td class="col3"> 16 Nov </td><td class="col4"> Futian Shangri-La </td><td class="col5"> ZH9792 </td><td class="col6"> Also TTWF </td><td class="col7"></td>
</tr>
<tr class="row19">
<td class="col0"> Villegas, Jet </td><td class="col1"> Mozilla </td><td class="col2"> 10 Nov </td><td class="col3"> 16 Nov </td><td class="col4"> Futian Shangri-La </td><td class="col5"> ? </td><td class="col6 leftalign"> </td><td class="col7"></td>
</tr>
<tr class="row20">
<td class="col0"> Yamamoto, Kazutaka </td><td class="col1"> NTT </td><td class="col2"> 9 Nov </td><td class="col3"> 16 Nov </td><td class="col4"> Futian Shangri-La </td><td class="col5"> NH1171/NH1172 </td><td class="col6"> </td><td class="col7"></td>
</tr>
<tr class="row21">
<td class="col0"> Zilles, Steve </td><td class="col1"> Adobe </td><td class="col2"> 10 Nov </td><td class="col3"> 16 Nov </td><td class="col4"> Futian Shangri-la </td><td class="col5"> </td><td class="col6"> </td><td class="col7"> </td>
</tr>
</table></div><h2 id="regrets">Regrets</h2>
<ul>
<li class="level1">Anton Prowse</li>
<li class="level1">Florian Rivoal</li>
<li class="level1">Daniel Glazman</li>
<li class="level1">Tab Atkins (attending via phone)</li>
</ul><h2 id="agenda">Agenda</h2><h3 id="sunday">Sunday</h3><h4 id="am">AM</h4>
<ul>
<li class="level1">Next steps for GCPM</li>
<li class="level1">canvas() video() <abbr title="Cascading Style Sheets">CSS</abbr> Image</li>
<li class="level1">device-pixel-ratio</li>
<li class="level1">Basic Shape syntax</li>
</ul><h4 id="pm">PM</h4>
<ul>
<li class="level1">Discuss officially working on <abbr title="Cascading Style Sheets">CSS</abbr> Masking Level 2 (hopefully short)</li>
<li class="level1">Filter Effects and filtering different layers of an element (hopefully short)</li>
<li class="level1">Prefixing policy</li>
<li class="level1">Publish <abbr title="Cascading Style Sheets">CSS</abbr> 2.1 Revised Rec (any issues that cannot be postponed? date for PER?)</li>
</ul><h3 id="monday">Monday</h3><h4 id="am1">AM</h4>
<ul>
<li class="level1">display:none on fragment containers</li>
<li class="level1">Selecting attributes with Selectors (::attr(foo) or @foo)</li>
<li class="level1">IndieUI Joint Meeting (after break)</li>
</ul><h4 id="pm1">PM</h4>
<ul>
<li class="level1 node">DigiPub IG Joint Meeting<ul>
<li class="level2"><a href="http://w3c.github.io/dpub-pagination/index.html" title="http://w3c.github.io/dpub-pagination/index.html" rel="noopener">Pagination requirements</a> by Dave Cramer (Hachette) for DPub IG</li>
<li class="level2"><a href="http://www.w3.org/Style/2013/paged-media-tasks" title="http://www.w3.org/Style/2013/paged-media-tasks" rel="noopener">List of CSS features required for paged media</a> by Bert Bos</li>
<li class="level2"><a href="http://www.w3.org/dpub/IG/wiki/UseCase_Directory" title="http://www.w3.org/dpub/IG/wiki/UseCase_Directory" rel="noopener">Use cases directory</a> by DPub IG (not all of them require <abbr title="Cascading Style Sheets">CSS</abbr>)</li>
<li class="level2"><a href="http://www.w3.org/TR/xslfo20-req/" title="http://www.w3.org/TR/xslfo20-req/" rel="noopener">list of requirements for XSL, Version 2 by Klaas Bals</a></li>
</ul>
</li>
</ul>
<ul>
<li class="level1">outline-* properties and accessibility (effected by clipping, masking, blending, filtering, transforms?) <a href="http://lists.w3.org/Archives/Public/www-style/2013May/
0668.html" title="http://lists.w3.org/Archives/Public/www-style/2013May/
0668.html" rel="noopener">1</a> <a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0015.html" title="http://lists.w3.org/Archives/Public/www-style/2013Nov/0015.html" rel="noopener">2</a></li>
</ul><h3 id="tuesday">Tuesday</h3><h4 id="am2">AM</h4>
<ul>
<li class="level1">Box generation and elements as regions</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Writing Modes issues: Tr fallback (with I18N folks)</li>
<li class="level1"><a href="http://www.w3.org/TR/css3-text/" title="http://www.w3.org/TR/css3-text/" rel="noopener">Text</a> module <a href="http://www.w3.org/Search/Mail/Public/advanced_search?keywords=%5Bcss-text%5D&hdr-1-name=subject&hdr-1-query=&hdr-2-name=from&hdr-2-query=&hdr-3-name=message-id&hdr-3-query=&period_month=&period_year=2013&index-grp=Public__FULL&index-type=t&type-index=www-style&resultsperpage=100&sortby=date" title="http://www.w3.org/Search/Mail/Public/advanced_search?keywords=%5Bcss-text%5D&hdr-1-name=subject&hdr-1-query=&hdr-2-name=from&hdr-2-query=&hdr-3-name=message-id&hdr-3-query=&period_month=&period_year=2013&index-grp=Public__FULL&index-type=t&type-index=www-style&resultsperpage=100&sortby=date" rel="noopener">comments</a> (last call ends Nov 7)</li>
<li class="level1">Charter update</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2013Jul/0607.html" title="http://lists.w3.org/Archives/Public/www-style/2013Jul/0607.html" rel="noopener">Styling left vs right pages</a></li>
</ul><h4 id="pm2">PM</h4>
<ul>
<li class="level1 node">Joint Meeting with SVG WG<ul>
<li class="level2">Discuss issues on 'fill' and 'stroke' for <abbr title="Cascading Style Sheets">CSS</abbr> Text Decoration <a href="http://lists.w3.org/Archives/Public/www-svg/2013Jun/0084.html" title="http://lists.w3.org/Archives/Public/www-svg/2013Jun/0084.html" rel="noopener">1</a></li>
<li class="level2">New WD Filter Effects (New security model added, lot of clean up and clarifications)</li>
<li class="level2">New WD <abbr title="Cascading Style Sheets">CSS</abbr> Transforms (Added property value descriptions, clarifications, new matrix decomposing code)</li>
<li class="level2">Geometry <abbr title="Application Programming Interface">API</abbr> - discuss open issues; FPWD?</li>
</ul>
</li>
</ul><h2 id="proposed-agenda-topics">Proposed Agenda Topics</h2>
<ul>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Writing Modes issues: Tr fallback (with I18N folks)</li>
<li class="level1">Monday after the morning break - Meeting with IndieUI</li>
<li class="level1 node">[Monday after lunch] Meeting with DigiPub IG. Some documents with discussion topics:<ul>
<li class="level2"><a href="http://w3c.github.io/dpub-pagination/index.html" title="http://w3c.github.io/dpub-pagination/index.html" rel="noopener">Pagination requirements</a> by Dave Cramer (Hachette) for DPub IG</li>
<li class="level2"><a href="http://www.w3.org/Style/2013/paged-media-tasks" title="http://www.w3.org/Style/2013/paged-media-tasks" rel="noopener">List of CSS features required for paged media</a> by Bert Bos</li>
<li class="level2"><a href="http://www.w3.org/dpub/IG/wiki/UseCase_Directory" title="http://www.w3.org/dpub/IG/wiki/UseCase_Directory" rel="noopener">Use cases directory</a> by DPub IG (not all of them require <abbr title="Cascading Style Sheets">CSS</abbr>)</li>
</ul>
</li>
<li class="level1">Meeting with SVG WG</li>
<li class="level1">Box generation and elements as regions</li>
<li class="level1">canvas() video() <abbr title="Cascading Style Sheets">CSS</abbr> Image</li>
<li class="level1">device-pixel-ratio</li>
<li class="level1">Publish <abbr title="Cascading Style Sheets">CSS</abbr> 2.1 Revised Rec (any issues that cannot be postponed? date for PER?)</li>
<li class="level1">Basic Shape syntax</li>
<li class="level1">Prefixing policy</li>
<li class="level1">Next steps for GCPM</li>
<li class="level1"><a href="http://www.w3.org/TR/css3-text/" title="http://www.w3.org/TR/css3-text/" rel="noopener">Text</a> module <a href="http://www.w3.org/Search/Mail/Public/advanced_search?keywords=%5Bcss-text%5D&hdr-1-name=subject&hdr-1-query=&hdr-2-name=from&hdr-2-query=&hdr-3-name=message-id&hdr-3-query=&period_month=&period_year=2013&index-grp=Public__FULL&index-type=t&type-index=www-style&resultsperpage=100&sortby=date" title="http://www.w3.org/Search/Mail/Public/advanced_search?keywords=%5Bcss-text%5D&hdr-1-name=subject&hdr-1-query=&hdr-2-name=from&hdr-2-query=&hdr-3-name=message-id&hdr-3-query=&period_month=&period_year=2013&index-grp=Public__FULL&index-type=t&type-index=www-style&resultsperpage=100&sortby=date" rel="noopener">comments</a> (last call ends Nov 7)</li>
<li class="level1">Filter Effects and filtering different layers of an element (hopefully short)</li>
<li class="level1">outline-* properties and accessibility (effected by clipping, masking, blending, filtering, transforms?) <a href="http://lists.w3.org/Archives/Public/www-style/2013May/0668.html" title="http://lists.w3.org/Archives/Public/www-style/2013May/0668.html" rel="noopener">1</a> <a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0015.html" title="http://lists.w3.org/Archives/Public/www-style/2013Nov/0015.html" rel="noopener">2</a></li>
<li class="level1">Discuss issues on 'fill' and 'stroke' for <abbr title="Cascading Style Sheets">CSS</abbr> Text Decoration <a href="http://lists.w3.org/Archives/Public/www-svg/2013Jun/0084.html" title="http://lists.w3.org/Archives/Public/www-svg/2013Jun/0084.html" rel="noopener">1</a></li>
<li class="level1">Discuss officially working on <abbr title="Cascading Style Sheets">CSS</abbr> Masking Level 2 (hopefully short)</li>
<li class="level1">New WD Filter Effects (New security model added, lot of clean up and clarifications)</li>
<li class="level1">New WD <abbr title="Cascading Style Sheets">CSS</abbr> Transforms (Added property value descriptions, clarifications, new matrix decomposing code)</li>
<li class="level1">Geometry <abbr title="Application Programming Interface">API</abbr> - discuss open issues; FPWD?</li>
<li class="level1">Selecting attributes with Selectors (::attr(foo) or @foo)</li>
<li class="level1">display:none on fragment containers</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Masking: start next level?</li>
</ul>
</main>
</body>
</html>