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
265 lines (260 loc) · 16.2 KB
/
Copy pathindex.html
File metadata and controls
265 lines (260 loc) · 16.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Seattle F2F July 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> / seattle-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="#seattle-f2f-july-2011">Seattle F2F July 2011</a><ul class="toc">
<li class="level2"><a href="#meeting-minutes">Meeting Minutes</a></li>
</ul>
</li>
<li class="level1"><a href="#agenda">Agenda</a><ul class="toc">
<li class="level2"><a href="#sunday">Sunday</a><ul class="toc">
<li class="level3"><a href="#morning">Morning</a></li>
<li class="level3"><a href="#afternoon">Afternoon</a></li>
</ul>
</li>
<li class="level2"><a href="#monday">Monday</a><ul class="toc">
<li class="level3"><a href="#morning1">Morning</a></li>
<li class="level3"><a href="#afternoon1">Afternoon</a></li>
</ul>
</li>
<li class="level2"><a href="#tuesday">Tuesday</a></li>
</ul>
</li>
<li class="level1"><a href="#participants">Participants</a><ul class="toc">
<li class="level2"><a href="#transport-from-to-sea">Transport from to SEA</a><ul class="toc">
<li class="level3"><a href="#central-link-light-rail">Central Link Light Rail</a></li>
</ul></li>
</ul></li>
</ul>
</div>
</div>
<!-- TOC END -->
<h1 id="seattle-f2f-july-2011">Seattle F2F July 2011</h1>
<p>
Topics for the <a href="http://www.w3.org/Style/Group/2011/Seattle.html" title="http://www.w3.org/Style/Group/2011/Seattle.html" rel="noopener">July 2011 CSS Working Group Face-to-Face</a> meeting in Seattle, WA.
</p>
<ul>
<li class="level1"><strong>When:</strong> Sunday 24 – Tuesday 26 (adjacent to <a href="http://www.w3.org/Graphics/SVG/WG/wiki/F2F/Seattle_2011" title="http://www.w3.org/Graphics/SVG/WG/wiki/F2F/Seattle_2011" rel="noopener">SVG meeting</a> with joint meeting on Tusday July 26)</li>
<li class="level1"><strong>Where:</strong> <a href="http://www.marriott.com/hotels/travel/seacd-courtyard-seattle-downtown-lake-union/" title="http://www.marriott.com/hotels/travel/seacd-courtyard-seattle-downtown-lake-union/" rel="noopener">South Lake Union Mariott Courtyard</a>, Room: Puget Sound</li>
<li class="level1"><strong>Registration:</strong> <a href="http://www.w3.org/2002/09/wbs/99999/csswg-f2f-seattle-2011-07/" title="http://www.w3.org/2002/09/wbs/99999/csswg-f2f-seattle-2011-07/" rel="noopener">survey</a></li>
<li class="level1"><strong>Weather:</strong> <a href="http://forecast.weather.gov/MapClick.php?lat=47.627&lon=-122.341&unit=1&lg=en&FcstType=text" title="http://forecast.weather.gov/MapClick.php?lat=47.627&lon=-122.341&unit=1&lg=en&FcstType=text" rel="noopener">°C</a> / <a href="http://forecast.weather.gov/MapClick.php?lat=47.627&lon=-122.341&unit=0&lg=en&FcstType=text" title="http://forecast.weather.gov/MapClick.php?lat=47.627&lon=-122.341&unit=0&lg=en&FcstType=text" rel="noopener">°F</a></li>
</ul><h2 id="meeting-minutes">Meeting Minutes</h2>
<p>
<strong>Sunday, 24 July</strong>
</p>
<ul>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2011Jul/0536.html" title="http://lists.w3.org/Archives/Public/www-style/2011Jul/0536.html" rel="noopener">Sunday am</a> - IVS, Flexbox, HTML5</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2011Jul/0538.html" title="http://lists.w3.org/Archives/Public/www-style/2011Jul/0538.html" rel="noopener">Sunday pm</a> - F2Fs, Selectors 4, CSS3 Text, Serialization, Testing</li>
</ul>
<p>
<strong>Monday, 25 July</strong>
</p>
<ul>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2011Aug/0069.html" title="http://lists.w3.org/Archives/Public/www-style/2011Aug/0069.html" rel="noopener">Monday am and early pm (with all Monday IRC)</a> - CSSOM, Regions, Floats/Exclusions</li>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2011Aug/0072.html" title="http://lists.w3.org/Archives/Public/www-style/2011Aug/0072.html" rel="noopener">rest of Monday pm</a> - Writing Modes, Gradients, Grid, Positioning</li>
</ul>
<p>
<strong>Tuesday, 26 July</strong>
</p>
<ul>
<li class="level1"><a href="http://lists.w3.org/Archives/Public/www-style/2011Aug/0176.html" title="http://lists.w3.org/Archives/Public/www-style/2011Aug/0176.html" rel="noopener">Tuesday (joint with SVG)</a> - paint servers, pointer-events</li>
</ul><h1 id="agenda">Agenda</h1><h2 id="sunday">Sunday</h2><h3 id="morning">Morning</h3>
<ul>
<li class="level1">IVS Feedback</li>
<li class="level1">Flexbox</li>
<li class="level1">HTML5 last call comments (deadline 3 Aug - I won't be there myself, Bert)</li>
</ul><h3 id="afternoon">Afternoon</h3>
<ul>
<li class="level1">first two face-to-face meetings of 2012</li>
<li class="level1">Selectors 4 FPWD?</li>
<li class="level1">CSS3 Text</li>
<li class="level1">How we should <abbr title="specification">spec</abbr> serialization</li>
<li class="level1">CSS3 Conditional Rules FPWD?</li>
<li class="level1">View Mode Media Feature, Media Queries and MQ test suite</li>
<li class="level1">Testing</li>
</ul><h2 id="monday">Monday</h2><h3 id="morning1">Morning</h3>
<ul>
<li class="level1">CSSOM</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Regions issues <a href="/spec/css3-regions/" title="spec:css3-regions">CSS Regions Page</a></li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Floats / <abbr title="Cascading Style Sheets">CSS</abbr> Exclusions issues <a href="/ideas/css3-floats/" title="ideas:css3-floats">CSS3 Floats</a></li>
</ul><h3 id="afternoon1">Afternoon</h3>
<ul>
<li class="level1">Writing Modes - text orientation (after lunch, JDaggett to call in)</li>
<li class="level1">Gradients (or Tuesday?)</li>
<li class="level1">Grids</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Positioning - new ED submission</li>
<li class="level1">Flexbox followup</li>
</ul><h2 id="tuesday">Tuesday</h2>
<ul>
<li class="level1 node"><a href="http://www.w3.org/Graphics/SVG/WG/wiki/F2F/Seattle_2011/Agenda" title="http://www.w3.org/Graphics/SVG/WG/wiki/F2F/Seattle_2011/Agenda" rel="noopener">CSS/SVG Joint Meeting</a><ul>
<li class="level2">CSS3-UI / <abbr title="Cascading Style Sheets">CSS</abbr>/SVG overlap and harmonization (e.g. 'pointer-events' - see <a href="http://wiki.csswg.org/spec/css3-ui#issue-4" title="http://wiki.csswg.org/spec/css3-ui#issue-4" rel="noopener">issue 4 onward</a>.) - Tantek</li>
<li class="level2">…</li>
</ul>
</li>
</ul><h1 id="participants">Participants</h1>
<div class="table sectionedit12"><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>
</tr>
</thead>
<tr class="row1">
<td class="col0"> Tantek Çelik </td><td class="col1"> self </td><td class="col2"> 2011-07-23 19:30 SEA </td><td class="col3"> 2011-07-26 17:30 train to Portland for OSCON </td><td class="col4"> Concord Condominiums, Belltown </td><td class="col5"> arriving: VA 746 </td>
</tr>
<tr class="row2">
<td class="col0"> Elika Etemad </td><td class="col1"> self </td><td class="col2"> 2011-07-23 12:04 SEA </td><td class="col3"> 2011-07-31 10:00 SEA </td><td class="col4"> ??? </td><td class="col5"> AK 303 / AK 2637 </td>
</tr>
<tr class="row3">
<td class="col0"> Molly Holzschlag </td><td class="col1"> self </td><td class="col2"> 2011-07-23 18:36 SEA </td><td class="col3"> 2011-07-27 SEA </td><td class="col4"> Courtyard Lake Union </td><td class="col5"> arriving: UA5464 leaving: UA876</td>
</tr>
<tr class="row4">
<td class="col0"> Peter Linss </td><td class="col1"> HP </td><td class="col2"> 2011-07-23 16:32 </td><td class="col3"> 2011-07-27 11:40 </td><td class="col4"> Courtyard Lake Union </td><td class="col5"> AA 6847 / AA 6978 </td>
</tr>
<tr class="row5">
<td class="col0"> Anne van Kesteren </td><td class="col1"> Opera </td><td class="col2"> 2011-07-23 18:53 </td><td class="col3"> 2011-07-29 15:00 </td><td class="col4"> Courtyard Lake Union </td><td class="col5"> KL 4746 </td>
</tr>
<tr class="row6">
<td class="col0"> Alan Stearns </td><td class="col1"> Adobe </td><td class="col2"> n/a </td><td class="col3"> n/a </td><td class="col4"> Home </td><td class="col5"> Cycling in </td>
</tr>
<tr class="row7">
<td class="col0"> Florian Rivoal </td><td class="col1"> Opera </td><td class="col2"> 2011-07-23 19:59 </td><td class="col3"> 2011-07-27 11:12 </td><td class="col4"> Courtyard Lake Union </td><td class="col5"> coming: UA 998, leaving: UA 942</td>
</tr>
<tr class="row8">
<td class="col0"> Daniel Glazman </td><td class="col1"> Disruptive Innovations </td><td class="col2"> 2011-07-22 11:50 </td><td class="col3"> 2011-07-27 13:50 </td><td class="col4"> Holiday Inn on Dexter Av. </td><td class="col5"> coming: AF 306, leaving AF 309</td>
</tr>
<tr class="row9">
<td class="col0"> Arron Eicholz </td><td class="col1"> Microsoft </td><td class="col2"> n/a </td><td class="col3"> n/a </td><td class="col4"> Home </td><td class="col5"> Driving in </td>
</tr>
<tr class="row10">
<td class="col0"> Divya Manian </td><td class="col1"> Opera </td><td class="col2"> n/a </td><td class="col3"> n/a </td><td class="col4"> Home </td><td class="col5"> Walking :) </td>
</tr>
<tr class="row11">
<td class="col0"> L. David Baron </td><td class="col1"> Mozilla </td><td class="col2"> 2011-07-23 13:23 </td><td class="col3"> 2011-07-27 11:45 </td><td class="col4"> <a href="http://book.bestwestern.com/bestwestern/US/WA/Seattle-hotels/BEST-WESTERN-Loyal-Inn/Hotel-Overview.do?propertyCode=48062&srcPage=SelectHotel&isMapOpen=true&selectedHotels=" title="http://book.bestwestern.com/bestwestern/US/WA/Seattle-hotels/BEST-WESTERN-Loyal-Inn/Hotel-Overview.do?propertyCode=48062&srcPage=SelectHotel&isMapOpen=true&selectedHotels=" rel="noopener">Best Western Loyal Inn</a> </td><td class="col5"> UA322, UA844</td>
</tr>
<tr class="row12">
<td class="col0"> Koji Ishii </td><td class="col1"> self </td><td class="col2"> 2011-07-23 09:37 SEA </td><td class="col3"> 2011-07-27 13:32 SEA </td><td class="col4"> ??? </td><td class="col5"> UA 876 / UA 875 </td>
</tr>
<tr class="row13">
<td class="col0"> Tab Atkins </td><td class="col1"> Google </td><td class="col2"> ??? </td><td class="col3"> ??? </td><td class="col4"> ??? </td><td class="col5"> ??? </td>
</tr>
<tr class="row14">
<td class="col0"> Kimberly Blessing </td><td class="col1"> Comcast </td><td class="col2"> 2011-07-23 10:23 </td><td class="col3"> 2011-07-26 08:45 </td><td class="col4"> Courtyard Lake Union </td><td class="col5"> US 70 / US 78 </td>
</tr>
<tr class="row15">
<td class="col0"> Alex Mogilevsky </td><td class="col1"> Microsoft </td><td class="col2"> n/a </td><td class="col3"> n/a </td><td class="col4"> Casa de Alex </td><td class="col5"> hitchiking </td>
</tr>
<tr class="row16">
<td class="col0"> Shane Stephens </td><td class="col1"> Google </td><td class="col2"> 2011-07-23 19:48 SEA </td><td class="col3"> 2011-07-26 18:40 SEA </td><td class="col4"> Courtyard Lake Union </td><td class="col5"> QF3757 / QF3754 </td>
</tr>
<tr class="row17">
<td class="col0"> Sylvain Galineau </td><td class="col1"> Microsoft </td><td class="col2"> n/a </td><td class="col3"> n/a </td><td class="col4"> Home </td><td class="col5"> Morning seaplane </td>
</tr>
<tr class="row18">
<td class="col0"> Simon Fraser </td><td class="col1"> Apple </td><td class="col2"> 2011-07-25 </td><td class="col3"> 2011-07-26 </td><td class="col4"> B&B </td><td class="col5"> Train </td>
</tr>
<tr class="row19">
<td class="col0"> Dean Jackson </td><td class="col1"> Apple </td><td class="col2"> 2011-07-25 </td><td class="col3"> 2011-07-26 </td><td class="col4"> Courtyard Lake Union </td><td class="col5"> Somehow </td>
</tr>
<tr class="row20">
<td class="col0"> Arno Gourdol </td><td class="col1"> Adobe </td><td class="col2"> 2011-07-24 </td><td class="col3"> 2011-07-25 </td><td class="col4"> Courtyard Lake Union </td><td class="col5 leftalign"> </td>
</tr>
<tr class="row21">
<td class="col0"> Vincent Hardy </td><td class="col1"> Adobe </td><td class="col2 leftalign"> </td><td class="col3 leftalign"> </td><td class="col4"> Courtyard Lake Union </td><td class="col5 leftalign"> </td>
</tr>
<tr class="row22">
<td class="col0"> Rik Cabanier </td><td class="col1"> Adobe </td><td class="col2"> 2011-07-26 </td><td class="col3"> 2011-07-26 </td><td class="col4"> Home </td><td class="col5"> Driving </td>
</tr>
</table></div><h2 id="transport-from-to-sea">Transport from to SEA</h2>
<p>
2011-07-23:
</p>
<ul>
<li class="level1">Anne (18:53), Tantek (19:30), Florian (19:59) arrive around the same time - it probably makes most sense to just go hop on the light rail to our respective hotels/destinations. -t</li>
</ul>
<p>
Peter will have a rental car and is available for rides from/to the airport for those with similar flight times.
</p><h3 id="central-link-light-rail">Central Link Light Rail</h3>
<ul>
<li class="level1"><a href="http://en.wikipedia.org/wiki/Central_Link" title="http://en.wikipedia.org/wiki/Central_Link" rel="noopener"> The Central Link Light Rail</a> is direct, frequent and close to both the suggested locations (and possibly hotels).</li>
<li class="level1">See <a href="http://www.portseattle.org/seatac/ground/publictransit.shtml" title="http://www.portseattle.org/seatac/ground/publictransit.shtml" rel="noopener">airport station map</a> for detail.</li>
</ul>
</main>
</body>
</html>