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
395 lines (383 loc) · 24.2 KB
/
Copy pathindex.html
File metadata and controls
395 lines (383 loc) · 24.2 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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TPAC 2011 - 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-2011</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-2011">TPAC 2011</a><ul class="toc">
<li class="level2"><a href="#meeting-minutes">Meeting Minutes</a></li>
<li class="level2"><a href="#agenda-brainstorming">Agenda Brainstorming</a></li>
<li class="level2"><a href="#proposed-schedule">Proposed Schedule</a></li>
<li class="level2"><a href="#attendee-contact-information">Attendee Contact Information</a></li>
<li class="level2"><a href="#hotels-and-transportation">Hotels and Transportation</a><ul class="toc">
<li class="level3"><a href="#hotels">Hotels</a></li>
<li class="level3"><a href="#transportation">Transportation</a></li>
<li class="level3"><a href="#carpool-for-sunday">Carpool for Sunday</a></li>
</ul>
</li>
<li class="level2"><a href="#special-needsrequests">Special Needs/Requests</a></li>
</ul></li>
</ul>
</div>
</div>
<!-- TOC END -->
<h1 id="tpac-2011">TPAC 2011</h1>
<p>
Agenda and Logistics for November 2011 <abbr title="Cascading Style Sheets">CSS</abbr> Working Group Face-to-Face meeting (Sunday October 30 - Tuesday November 1, 2011) at TPAC. Note: This should be a technical meeting, and focus should be on topics that benefit from us all being in the same room.
</p>
<p>
<strong>Sunday meeting</strong>
</p>
<ul>
<li class="level1"><strong>Where?</strong> Adobe Systems Headquarters, 345 Park Ave, San Jose, CA 95113.</li>
<li class="level1"><strong>When?</strong> 9am to 5pm/6pm. Breakfast and lunch catered. Many thanks to Adobe for hosting on that day.</li>
<li class="level1"><strong>Is there parking available?</strong> Yes, parking is available at 345 Park Ave (West Tower). If asked, mention that you are a member of the <abbr title="World Wide Web Consortium">W3C</abbr>.</li>
<li class="level1"><strong>How do we get in?</strong> We will be in the “_Park_” conference room. This conference room is right outside the East Tower Lobby. You can access it directly from 321 Park Avenue. Getting access does not require signing in or signing any legal agreement (NDA, etc…)</li>
<li class="level1"><strong>What if I get lost?</strong> Give Arno a call at +1.415.350.3946.</li>
<li class="level1"><strong>What about dinner Sunday evening?</strong> We have a reservation at <strong>Mezcal</strong> 25 West San Fernando Street (within walking distance) under the name “Deepa Subramaniam”at <strong>18:30</strong>. The restaurant has vegetarian options and can adjust dishes according to various dietary needs.</li>
</ul>
<p>
<strong>Monday-Tuesday meeting</strong>
</p>
<ul>
<li class="level1">at <a href="http://www.w3.org/2011/11/TPAC/" title="http://www.w3.org/2011/11/TPAC/" rel="noopener">TPAC</a></li>
</ul>
<p>
<strong>Calling in</strong>
</p>
<ul>
<li class="level1">You can call into the WG meeting through Skype at w3c-csswg</li>
</ul><h2 id="meeting-minutes">Meeting Minutes</h2>
<p>
<strong>Sunday, 30 October</strong>
</p>
<ul>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2011Nov/0713.html" title="http://lists.w3.org/Archives/Public/www-style/2011Nov/0713.html" rel="noopener">Sunday Morning</a>- Issue Tracking, Regions</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2011Nov/0714.html" title="http://lists.w3.org/Archives/Public/www-style/2011Nov/0714.html" rel="noopener">Sunday Afternoon I</a>- UTR50, radial-gradient(), Exclusions and Shapes</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2011Nov/0715.html" title="http://lists.w3.org/Archives/Public/www-style/2011Nov/0715.html" rel="noopener">Sunday Afternoon II</a>- Style Attr, Selectors 4, Paginated Layout on Screen</li>
</ul>
<p>
<strong>Monday, 31 October</strong>
</p>
<ul>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2011Nov/0709.html" title="http://lists.w3.org/Archives/Public/www-style/2011Nov/0709.html" rel="noopener">Monday Morning</a>- Values & Units, Positioning, Animations</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2011Nov/0711.html" title="http://lists.w3.org/Archives/Public/www-style/2011Nov/0711.html" rel="noopener">Monday Afternoon</a>- @font-face, Flexbox, Multicol, GCPM</li>
</ul>
<p>
<strong>Tuesday, 1 November</strong>
</p>
<ul>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2011Nov/0710.html" title="http://lists.w3.org/Archives/Public/www-style/2011Nov/0710.html" rel="noopener">Tuesday Morning I</a>- CSSOM, IDPF</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2011Nov/0717.html" title="http://lists.w3.org/Archives/Public/www-style/2011Nov/0717.html" rel="noopener">Tuesday Morning II</a>- Testing, CSS2.1, CSS3 Borders</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2011Nov/0716.html" title="http://lists.w3.org/Archives/Public/www-style/2011Nov/0716.html" rel="noopener">Tuesday Noonish</a>- radial-gradient() and argument notation, text-transform</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2011Nov/0712.html" title="http://lists.w3.org/Archives/Public/www-style/2011Nov/0712.html" rel="noopener">Tuesday Afternoon</a>- Variables, Accessibility, Multicol</li>
</ul><h2 id="agenda-brainstorming">Agenda Brainstorming</h2>
<p>
Please add your agenda topic suggestions here for prioritization and sorting.
</p>
<ul>
<li class="level1 node">Gradients (1 hour)<ul>
<li class="level2">Pending issues e.g radial Gradient syntax</li>
<li class="level2">Publish LC</li>
</ul>
</li>
<li class="level1 node"><abbr title="Cascading Style Sheets">CSS</abbr> OM<ul>
<li class="level2 node">DOM interfaces for new @-rules<ul>
<li class="level3">Minimal requirements</li>
<li class="level3">How fine-grained does the interface need to be?</li>
</ul>
</li>
<li class="level2">Constants for @-rules <a href="http://wiki.csswg.org/spec/cssom-constants" title="http://wiki.csswg.org/spec/cssom-constants" rel="noopener">http://wiki.csswg.org/spec/cssom-constants</a></li>
<li class="level2">Define event for font loads?</li>
</ul>
</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Exclusions & Shapes <a href="http://dev.w3.org/csswg/css3-exclusions/" title="http://dev.w3.org/csswg/css3-exclusions/" rel="noopener">http://dev.w3.org/csswg/css3-exclusions/</a></li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Positioned Layout <a href="http://dev.w3.org/csswg/css3-positioning/" title="http://dev.w3.org/csswg/css3-positioning/" rel="noopener">http://dev.w3.org/csswg/css3-positioning/</a></li>
<li class="level1">Test suite issues (<abbr title="Cascading Style Sheets">CSS</abbr> 2.1)</li>
<li class="level1">CSS3 Values and Units <a href="http://www.w3.org/Style/CSS/Tracker/products/8" title="http://www.w3.org/Style/CSS/Tracker/products/8" rel="noopener">issues</a> / LC</li>
<li class="level1">CSS3 Images any other issues remaining; move to LC</li>
<li class="level1 node">CSS3 Animations<ul>
<li class="level2">display:none and animations/transitions</li>
<li class="level2">Next publication</li>
</ul>
</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Flexbox: pending issues, update WD</li>
<li class="level1">Media Queries: test suite</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> regions: remaining <a href="http://wiki.csswg.org/spec/css3-regions#issues-to-resolve-with-the-css-wg" title="http://wiki.csswg.org/spec/css3-regions#issues-to-resolve-with-the-css-wg" rel="noopener">issues</a></li>
<li class="level1">CSS3 Fonts</li>
<li class="level1 node">CSS3 Writing Modes<ul>
<li class="level2"><strong>Brief</strong> discussion of ongoing work on <a href="http://www.unicode.org/reports/tr50/tr50-1.html" title="http://www.unicode.org/reports/tr50/tr50-1.html" rel="noopener">UTR #50</a> and how if affects text-orientation</li>
<li class="level2">Proposed time: Sunday afternoon so that Ken Lunde and Taro Yamamoto from Adobe can attend</li>
</ul>
</li>
<li class="level1"><a href="https://lists.w3.org/Archives/Member/w3c-css-wg/2011OctDec/0085.html" title="https://lists.w3.org/Archives/Member/w3c-css-wg/2011OctDec/0085.html" rel="noopener">Invitation from 3D Community Group</a></li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> GCPM: I'd like to publish updated WD.</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> multicol: We should settle margin collapsing issue for spanners, and define more exact behavior for break-* properties</li>
</ul>
<p>
Text Orientation and Unicode issues on Sunday afternoon with invitees from Adobe.
</p>
<p>
Joint meeting with WebApps and WebAppsSec <a href="http://www.w3.org/2008/webapps/wiki/TPAC2011" title="http://www.w3.org/2008/webapps/wiki/TPAC2011" rel="noopener">Monday 11-12am on CORS and From-Origin</a>. Affects CSS3 Fonts and other <abbr title="Application Programming Interface">API</abbr>'s relying on cross-origin embedding.
</p>
<p>
Joint meeting with PF WG on Tuesday 3:30pm-5pm regarding a11y and <abbr title="Cascading Style Sheets">CSS</abbr> layout.
</p>
<p>
Joint meeting with FXTF on Thursday at 9am (in SVG WG meeting room).
</p>
<p>
Declarative 3D Community Group meeting Tuesday 9am-1pm [Simon, Ted?]
</p><h2 id="proposed-schedule">Proposed Schedule</h2><h4 id="sunday">Sunday</h4>
<ul>
<li class="level1">Welcome + agenda + extras (0h15)</li>
<li class="level1">How the WG should track <abbr title="specification">spec</abbr> issues (1h30)</li>
<li class="level1"><em>break</em> (0h15)</li>
<li class="level1">Gradients (1h)</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Regions issues (0h45)</li>
<li class="level1"><em>lunch</em> (1h)</li>
<li class="level1">Orientation and Unicode properties for vertical text layout (1h45)</li>
<li class="level1"><em>break</em> (0h15à</li>
<li class="level1">CSS3 Writing Modes (0h30)</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Exclusions and Shapes (1h)</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> GCPM (0h15)</li>
</ul><h4 id="monday">Monday</h4>
<ul>
<li class="level1">CSS3 Values & Units (1h)</li>
<li class="level1">CSS3 Positioned Layout Module (0h45)</li>
<li class="level1"><em>break</em> (0h15)</li>
<li class="level1">CSS3 Animations (1h)</li>
<li class="level1">Joint meeting with WebApps/WebAppsSec on CORS and From-Origin (1h)</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Media Queries Test Suite (0h30)</li>
<li class="level1"><em>lunch</em> (1h)</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Flexbox (1h15)</li>
<li class="level1"><em>break</em> (0h15)</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Multicol (2h)</li>
</ul>
<ul>
<li class="level1">HCG meetup for WG chairs, Staff Contact, … 6pm, hotel's bar</li>
</ul><h4 id="tuesday">Tuesday</h4>
<ul>
<li class="level1">AC session for AC-Reps</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> OM in <abbr title="Cascading Style Sheets">CSS</abbr> WG room, 9am, 1h</li>
<li class="level1">Joint meeting IDPF/EPUB in <abbr title="Cascading Style Sheets">CSS</abbr> WG room, 10:00, 1h</li>
<li class="level1"><em>break</em> in <abbr title="Cascading Style Sheets">CSS</abbr> WG room, 0h15</li>
<li class="level1">Test Suite (2.1) issues in <abbr title="Cascading Style Sheets">CSS</abbr> WG room, 11:15, 1h</li>
<li class="level1">Backgrounds and Borders</li>
<li class="level1">CSS3 Text - Text Transform</li>
<li class="level1"><em>lunch</em> (1h)</li>
<li class="level1">CSS3 Images, 2pm, 1h</li>
<li class="level1">Variables</li>
<li class="level1">Status of specs and how to move forward</li>
<li class="level1"><em>break</em> in <abbr title="Cascading Style Sheets">CSS</abbr> WG room, 0h15</li>
<li class="level1">Joint meeting PF WG in <abbr title="Cascading Style Sheets">CSS</abbr> WG room, 3:30pm, 1h30</li>
</ul><h4 id="thursday">Thursday</h4>
<ul>
<li class="level1">Joint meeting FXTF in SVG WG room, 9am-6pm</li>
</ul><h2 id="attendee-contact-information">Attendee Contact Information</h2>
<p>
Please add your arrival and departure dates, hotel name and mobile phone info (for those comfortable in doing so).
</p>
<div class="table sectionedit6"><table class="inline">
<thead>
<tr class="row0">
<th class="col0 leftalign"> Name </th><th class="col1 leftalign"> Dates </th><th class="col2 leftalign"> Hotel </th><th class="col3"> Contact # </th><td class="col4"></td>
</tr>
</thead>
<tr class="row1">
<td class="col0"> Rossen Atanassov </td><td class="col1"> 29 Oct – 4 Nov </td><td class="col2"> Marriott</td><td class="col3"> see <a href="https://www.w3.org/2000/09/dbwg/details?group=32061" title="https://www.w3.org/2000/09/dbwg/details?group=32061" rel="noopener">member-only data</a> </td><td class="col4"></td>
</tr>
<tr class="row2">
<td class="col0"> L. David Baron </td><td class="col1"> - </td><td class="col2"> at home </td><td class="col3"> see <a href="https://www.w3.org/2000/09/dbwg/details?group=32061" title="https://www.w3.org/2000/09/dbwg/details?group=32061" rel="noopener">member-only data</a> </td><td class="col4"></td>
</tr>
<tr class="row3">
<td class="col0"> Kimberly Blessing </td><td class="col1"> 30 Oct – 4 Nov </td><td class="col2"> Marriott </td><td class="col3"> @obiwankimberly </td><td class="col4"></td>
</tr>
<tr class="row4">
<td class="col0"> Bert Bos </td><td class="col1"> 29 Oct - 5 Nov </td><td class="col2"> Marriott </td><td class="col3"> see <a href="https://lists.w3.org/Archives/Member/w3c-css-wg/2011OctDec/0087.html" title="https://lists.w3.org/Archives/Member/w3c-css-wg/2011OctDec/0087.html" rel="noopener">e-mail</a> </td><td class="col4"></td>
</tr>
<tr class="row5">
<td class="col0"> Tantek Çelik </td><td class="col1"> - </td><td class="col2"> … </td><td class="col3"> <a href="http://twitter.com/t" title="http://twitter.com/t" rel="noopener">@t</a>, <a href="/aim/goim?screenname=tantekc" title="aim:goim" rel="nofollow">aim:tantekc</a> </td><td class="col4"></td>
</tr>
<tr class="row6">
<td class="col0"> John Daggett </td><td class="col1"> 29 Oct – 4 Nov </td><td class="col2"> Avatar </td><td class="col3"> - </td><td class="col4"></td>
</tr>
<tr class="row7">
<td class="col0"> Arron Eicholz </td><td class="col1"> 29 Oct – 3 Nov </td><td class="col2"> Marriott </td><td class="col3"> - </td><td class="col4"></td>
</tr>
<tr class="row8">
<td class="col0"> Elika J. Etemad </td><td class="col1"> 29 Oct – 4 Nov </td><td class="col2"> Avatar </td><td class="col3"> I'm not posting my cell phone publicly, sorry. </td><td class="col4"></td>
</tr>
<tr class="row9">
<td class="col0"> Simon Fraser </td><td class="col1"> 31 Oct - 3 Nov </td><td class="col2"> local </td><td class="col3"> - </td><td class="col4"></td>
</tr>
<tr class="row10">
<td class="col0"> Sylvain Galineau </td><td class="col1"> 29 Oct – 4 Nov </td><td class="col2"> Avatar </td><td class="col3"> see <a href="https://www.w3.org/2000/09/dbwg/details?group=32061" title="https://www.w3.org/2000/09/dbwg/details?group=32061" rel="noopener">member-only data</a> </td><td class="col4"></td>
</tr>
<tr class="row11">
<td class="col0"> Daniel Glazman (chair)</td><td class="col1"> 28 Oct – 3 Nov </td><td class="col2"> Avatar </td><td class="col3"> - </td><td class="col4"></td>
</tr>
<tr class="row12">
<td class="col0"> Arno Gourdol </td><td class="col1"> 28 Oct – 3 Nov </td><td class="col2"> Home </td><td class="col3"> +1 415 350 3946 </td><td class="col4"></td>
</tr>
<tr class="row13">
<td class="col0"> Vincent Hardy</td><td class="col1"> 28 Oct – 3 Nov </td><td class="col2"> Home </td><td class="col3"> +1 415 290 85 17 </td><td class="col4"></td>
</tr>
<tr class="row14">
<td class="col0"> Molly E. Holzschlag </td><td class="col1"> 28 Oct – 5 Nov </td><td class="col2"> Marriott </td><td class="col3"> +1 520 250 8022 </td><td class="col4"></td>
</tr>
<tr class="row15">
<td class="col0"> Koji Ishii </td><td class="col1"> 29 Oct - 5 Nov </td><td class="col2"> Avatar </td><td class="col3"> see <a href="https://www.w3.org/2000/09/dbwg/details?group=32061" title="https://www.w3.org/2000/09/dbwg/details?group=32061" rel="noopener">member-only data</a> </td><td class="col4"></td>
</tr>
<tr class="row16">
<td class="col0"> Brad Kemper </td><td class="col1"> 29 Oct - 2 Nov </td><td class="col2"> home </td><td class="col3 leftalign"> </td><td class="col4 leftalign"> </td>
</tr>
<tr class="row17">
<td class="col0"> Håkon Wium Lie </td><td class="col1"> 30 Oct - 2 Nov </td><td class="col2 leftalign"> </td><td class="col3"> +47 90192217 </td><td class="col4"></td>
</tr>
<tr class="row18">
<td class="col0"> Chris Lilley </td><td class="col1"> 25 Oct - 5 Nov </td><td class="col2">Avatar then Marriott</td><td class="col3"> @svgeesus </td><td class="col4"></td>
</tr>
<tr class="row19">
<td class="col0"> Peter Linss </td><td class="col1"> 27 Oct – 5 Nov </td><td class="col2"> Marriott </td><td class="col3"> see <a href="https://www.w3.org/2000/09/dbwg/details?group=32061" title="https://www.w3.org/2000/09/dbwg/details?group=32061" rel="noopener">member-only data</a> </td><td class="col4"></td>
</tr>
<tr class="row20">
<td class="col0"> Edward O'Connor </td><td class="col1"> - </td><td class="col2"> at home </td><td class="col3"> see <a href="https://www.w3.org/2000/09/dbwg/details?group=32061" title="https://www.w3.org/2000/09/dbwg/details?group=32061" rel="noopener">member-only data</a> </td><td class="col4"></td>
</tr>
<tr class="row21">
<td class="col0"> Florian Rivoal </td><td class="col1"> 29 Oct – 3 Nov </td><td class="col2"> Avatar </td><td class="col3"> - </td><td class="col4"></td>
</tr>
<tr class="row22">
<td class="col0"> Alan Stearns </td><td class="col1"> 27 Oct – 3 Nov </td><td class="col2"> Avatar </td><td class="col3"> +1 206 550 4299 </td><td class="col4"></td>
</tr>
<tr class="row23">
<td class="col0"> Steve Zilles </td><td class="col1"> 28 Oct - 3 Nov </td><td class="col2"> Home </td><td class="col3"> - </td><td class="col4"></td>
</tr>
<tr class="row24">
<td class="col0"> Alex Mogilevsky</td><td class="col1"> 30 Oct – 3 Nov </td><td class="col2"> Mariott </td><td class="col3"> see <a href="https://www.w3.org/2000/09/dbwg/details?group=32061" title="https://www.w3.org/2000/09/dbwg/details?group=32061" rel="noopener">member-only data</a> </td><td class="col4"></td>
</tr>
<tr class="row25">
<td class="col0"> John Jansen </td><td class="col1"> 27 Oct - 2 Nov </td><td class="col2"> Marriott </td><td class="col3 leftalign"> </td><td class="col4"></td>
</tr>
<tr class="row26">
<td class="col0"> Name </td><td class="col1"> Dates </td><td class="col2"> Hotel </td><td class="col3"> Contact </td><td class="col4"></td>
</tr>
</table><p>
(Editorial/admin note: any way to add class names to an <abbr title="HyperText Markup Language">HTML</abbr> table like the above to say each TR and TD (by column position) ?)
</p><h2 id="hotels-and-transportation">Hotels and Transportation</h2>
<p>
Most people will be at the Marriott, but there are other hotels in the area that are more affordable and include free parking and/or WIFI.
</p><h3 id="hotels">Hotels</h3>
<ul>
<li class="level1"><a href="http://www.marriott.com/hotels/travel/sjcga-santa-clara-marriott/" title="http://www.marriott.com/hotels/travel/sjcga-santa-clara-marriott/" rel="noopener"> The Marriott (Conference Hotel) </a></li>
<li class="level1"><a href="http://www.jdvhotels.com/hotels/avatar" title="http://www.jdvhotels.com/hotels/avatar" rel="noopener"> The Avatar </a></li>
</ul><h3 id="transportation">Transportation</h3>
<ul>
<li class="level1">According to the Santa Clara Marriott's web site, there is no shuttle service at this hotel</li>
<li class="level1">SJC and SFO are served by South & East Bay Shuttle (408) 866-6660; fee: 25 USD SJC/69 USD SFO (one way); reservation required</li>
<li class="level1">There is an on-site Hertz Rental Car at the Marriott</li>
<li class="level1">Public transport from SFO: take BART from the airport to Millbrae, then switch to Caltran to Mountain View, then switch to Santa Clara Light Rail. Get off at either Old Ironsides or Great America and walk South on Great America to the Marriott.</li>
</ul><h3 id="carpool-for-sunday">Carpool for Sunday</h3>
<p>
From Santa Clara Avatar / Mariott to Adobe. Meet in respective hotel lobby at 8:30am, depart by 8:40am latest.
</p><h4 id="have-car-will-pool">Have Car Will Pool</h4>
<ul>
<li class="level1">David Baron (4 seats)</li>
<li class="level1">Molly Holzschlag ( 4 seats)</li>
<li class="level1">John Daggett (4 seats)</li>
<li class="level1">Peter Linss (4 seats) @ Marriott</li>
<li class="level1">John Jansen (no idea, > 1 seat)</li>
<li class="level1">Daniel Glazman (4 seats)</li>
</ul><h4 id="need-seat">Need Seat</h4>
<ul>
<li class="level1">Bert Bos (Mariott)</li>
<li class="level1">Elika Etemad (Avatar)</li>
<li class="level1">Sylvain Galineau (Avatar)</li>
<li class="level1">Koji Ishii? (Avatar)</li>
<li class="level1">Chris Lilley (Marriott)</li>
<li class="level1">Rossen Atanassov (Mariott)</li>
<li class="level1">Alan Stearns (Avatar)</li>
<li class="level1">Arron Eicholz (Mariott)</li>
<li class="level1">Florian Rivoal (Avatar)</li>
</ul><h2 id="special-needsrequests">Special Needs/Requests</h2>
<p>
Please use this section to discuss any special requirements of which the group should be aware.
</p>
</main>
</body>
</html>