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
253 lines (251 loc) · 16.1 KB
/
Copy pathindex.html
File metadata and controls
253 lines (251 loc) · 16.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TPAC 2015 - 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-2015</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-2015">TPAC 2015</a><ul class="toc">
<li class="level3"><a href="#place-logistics-etc">Place, Logistics, etc.</a></li>
<li class="level3"><a href="#participants">Participants</a></li>
<li class="level3"><a href="#agenda">Agenda</a></li>
</ul></li>
</ul>
</div>
</div>
<!-- TOC END -->
<h2 id="tpac-2015">TPAC 2015</h2><h3 id="place-logistics-etc">Place, Logistics, etc.</h3>
<ul>
<li class="level1"><a href="http://www.w3.org/2015/11/TPAC/" title="http://www.w3.org/2015/11/TPAC/" rel="noopener">http://www.w3.org/2015/11/TPAC/</a></li>
<li class="level1">full TPAC week is 26-30 October 2015</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> WG meeting days are Mon-Tue 26-27 October</li>
<li class="level1">Sapporo, Japan at the Sapporo Convention Center, room Room 107, first floor</li>
<li class="level1">JP Industry Meetup is 25 October 2015, 16:00-19:00, near the TPAC venue <a href="/planning/jp-css-indus-meetup/" title="planning:jp-css-indus-meetup"> details in English</a> or <a href="http://csslab.bpsinc.jp/wiki/index.php?JPIndustryMeetup" title="http://csslab.bpsinc.jp/wiki/index.php?JPIndustryMeetup" rel="noopener"> in Japanese</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 sectionedit4"><table class="inline">
<thead>
<tr class="row0">
<th class="col0"> Name </th><th class="col1"> Arrival </th><th class="col2"> Departure </th><th class="col3"> Hotel </th><th class="col4"> Flight info and notes </th><th class="col5"> Going to JP Industry Meetup </th>
</tr>
</thead>
<tr class="row1">
<td class="col0"> Alan Stearns </td><td class="col1"> 23 Oct </td><td class="col2"> 31 Oct </td><td class="col3"> AirBnB </td><td class="col4"> ?? </td><td class="col5"> Yes </td>
</tr>
<tr class="row2">
<td class="col0"> Andrey Rybka </td><td class="col1"> 25 Oct </td><td class="col2"> 29 Oct </td><td class="col3 leftalign"> Premier Hotel Tsubaki </td><td class="col4"> ANA </td><td class="col5"> no </td>
</tr>
<tr class="row3">
<td class="col0"> Bert </td><td class="col1"> 25 Oct </td><td class="col2"> 30 Oct </td><td class="col3"> Premier Tsubaki (ex-Renaissance) </td><td class="col4"> LH4936 / NH988 </td><td class="col5"> Will try </td>
</tr>
<tr class="row4">
<td class="col0"> Brian Birtles </td><td class="col1"> 25 Oct </td><td class="col2"> 28 Oct </td><td class="col3"> Sapporo Grand Hotel </td><td class="col4"> JAL501 / JAL526 </td><td class="col5"> Yes </td>
</tr>
<tr class="row5">
<td class="col0"> Chris Lilley </td><td class="col1"> 23 Oct </td><td class="col2"> 1 Nov </td><td class="col3"> Century Royal Hotel </td><td class="col4"> JL 3040 </td><td class="col5"> No, audio meetup instead </td>
</tr>
<tr class="row6">
<td class="col0"> Dave Cramer </td><td class="col1"> 25 Oct </td><td class="col2"> 1 Nov </td><td class="col3"> Keio Plaza Hotel Sapporo </td><td class="col4"> UA7987 / UA7986 </td><td class="col5"> no, sadly </td>
</tr>
<tr class="row7">
<td class="col0"> Edward O'Connor </td><td class="col1"> 25 Oct </td><td class="col2"> 31 Oct </td><td class="col3"> Hotel Okura Sapporo </td><td class="col4"> JL501 / JL526 </td><td class="col5"> no </td>
</tr>
<tr class="row8">
<td class="col0 leftalign"> fantasai </td><td class="col1"> 24 Oct </td><td class="col2"> 30 Oct </td><td class="col3"> <a href="http://bit.ly/1KQ8ePB" title="http://bit.ly/1KQ8ePB" rel="noopener">Dormy Inn</a> </td><td class="col4"> 22 Oct NH4725 / 30 Oct UA2154+NH8 </td><td class="col5"> yes </td>
</tr>
<tr class="row9">
<td class="col0"> Daniel Glazman </td><td class="col1"> 24 Oct </td><td class="col2"> 30 Oct </td><td class="col3"> AirBnB </td><td class="col4"> JL0416+JL3049 / JL0504+JL0415 </td><td class="col5"> yes </td>
</tr>
<tr class="row10">
<td class="col0"> Dean Jackson </td><td class="col1"> 24 Oct </td><td class="col2"> 30 Oct </td><td class="col3 leftalign"> </td><td class="col4 leftalign"> </td><td class="col5"> no </td>
</tr>
<tr class="row11">
<td class="col0"> Dongwoo Joshua Im </td><td class="col1"> 25 Oct </td><td class="col2"> 31st </td><td class="col3"> Premier Hotel Tsubaki </td><td class="col4 leftalign"> </td><td class="col5"> no </td>
</tr>
<tr class="row12">
<td class="col0"> Florian Rivoal </td><td class="col1"> 25 Oct </td><td class="col2"> 4 Nov </td><td class="col3"> Richmond Hotel Sapporo Odori </td><td class="col4"> MM103 / MM106 </td><td class="col5"> Yes </td>
</tr>
<tr class="row13">
<td class="col0"> Hiroshi Sakakibara(+2 Colleagues) </td><td class="col1"> 25 Oct </td><td class="col2"> ?? </td><td class="col3"> ?? </td><td class="col4"> ?? /?? </td><td class="col5"> Yes </td>
</tr>
<tr class="row14">
<td class="col0"> Hyojin Song(+1 Colleague) </td><td class="col1"> 25 Oct </td><td class="col2"> 31 Oct </td><td class="col3"> Gracery Hotel Sapporo </td><td class="col4"> KE795 / KE766 </td><td class="col5"> No, sorry.. </td>
</tr>
<tr class="row15">
<td class="col0"> Ian Kilpatrick </td><td class="col1"> 26 Oct </td><td class="col2"> 31 Oct </td><td class="col3"> Cross Hotel Sapporo </td><td class="col4"> JL501 / JL502 </td><td class="col5"> No </td>
</tr>
<tr class="row16">
<td class="col0"> Johannes Wilm </td><td class="col1"> 25 Oct </td><td class="col2"> 1 Nov </td><td class="col3"> Richmond Hotel Sapporo Odori </td><td class="col4"> ?? </td><td class="col5"> Yes </td>
</tr>
<tr class="row17">
<td class="col0"> John Daggett </td><td class="col1"> 25 Oct </td><td class="col2"> 27 Oct </td><td class="col3"> AirBnB </td><td class="col4 leftalign"> </td><td class="col5"> No </td>
</tr>
<tr class="row18">
<td class="col0"> Koji Ishii </td><td class="col1"> 25 Oct </td><td class="col2"> 28 Oct </td><td class="col3"> Cross Hotel Sapporo </td><td class="col4"> JAL511/528 </td><td class="col5"> Yes </td>
</tr>
<tr class="row19">
<td class="col0"> Lea Verou </td><td class="col1"> 25 Oct </td><td class="col2"> 1 Nov </td><td class="col3"> Century Royal Hotel </td><td class="col4"> JK117 </td><td class="col5"> No </td>
</tr>
<tr class="row20">
<td class="col0"> L. David Baron </td><td class="col1"> 23 Oct </td><td class="col2"> 31 Oct </td><td class="col3"> <a href="http://www.art-sapporo.com/english/" title="http://www.art-sapporo.com/english/" rel="noopener">Art Hotels Sapporo</a> </td><td class="col4"> ANA7+ANA2155 / CAL131 </td><td class="col5"> Yes </td>
</tr>
<tr class="row21">
<td class="col0"> Liam Quin </td><td class="col1"> 25 Oct </td><td class="col2"> 31 Oct </td><td class="col3"> Premier Hotel Tsubaki (Renaissance) </td><td class="col4"> AC5 </td><td class="col5"> No </td>
</tr>
<tr class="row22">
<td class="col0"> Marie-Claire Forgue </td><td class="col1"> ?? </td><td class="col2"> ?? </td><td class="col3"> ?? </td><td class="col4"> Industry Meet-up only </td><td class="col5"> I will try </td>
</tr>
<tr class="row23">
<td class="col0"> Myles Maxfield </td><td class="col1"> 24 Oct </td><td class="col2"> 30 Oct </td><td class="col3"> Hotel Okura Sapporo </td><td class="col4"> JL501 / JL526 </td><td class="col5"> no </td>
</tr>
<tr class="row24">
<td class="col0"> Peter Linss </td><td class="col1"> 24 Oct </td><td class="col2"> 31 Oct </td><td class="col3"> <a href="http://www.crosshotel.com/eng_sapporo/" title="http://www.crosshotel.com/eng_sapporo/" rel="noopener">Cross Hotel</a> </td><td class="col4"> GK113 / GK108 </td><td class="col5"> Yes </td>
</tr>
<tr class="row25">
<td class="col0"> Rossen Atanassov </td><td class="col1"> 24 Oct </td><td class="col2"> 31 Oct </td><td class="col3"> ?? </td><td class="col4"> ?? / ?? </td><td class="col5"> Yes </td>
</tr>
<tr class="row26">
<td class="col0"> Shane Stephens </td><td class="col1"> 24 Oct </td><td class="col2"> 31 Oct </td><td class="col3"> ?? </td><td class="col4"> ?? / ?? </td><td class="col5"> Yes </td>
</tr>
<tr class="row27">
<td class="col0"> Shinyu Murakami </td><td class="col1"> 25 Oct </td><td class="col2"> 1 Nov </td><td class="col3"> Richmond Hotel Sapporo Odori </td><td class="col4"> ???? </td><td class="col5"> Yes </td>
</tr>
<tr class="row28">
<td class="col0"> Simon Sapin </td><td class="col1"> 25 Oct </td><td class="col2"> 31 Oct </td><td class="col3"> Mercure Hotel Sapporo </td><td class="col4"> JAL507 (in CTS at 10:40am) / JAL500+JAL45 </td><td class="col5"> Yes </td>
</tr>
<tr class="row29">
<td class="col0"> Steve Zilles </td><td class="col1"> 25 Oct </td><td class="col2"> 31 Oct </td><td class="col3"> Mercure Hotel Sapporo </td><td class="col4"> Korean Air 765 </td><td class="col5"> Yes, arriving at 12:45 on 25th </td>
</tr>
<tr class="row30">
<td class="col0"> Tantek Çelik </td><td class="col1"> 2015-10-27 </td><td class="col2"> 2015-10-30 </td><td class="col3"> <a href="http://www.art-sapporo.com/english/" title="http://www.art-sapporo.com/english/" rel="noopener">Art Hotels Sapporo</a> </td><td class="col4"> ??? / ??? </td><td class="col5"> No </td>
</tr>
</table><p>
Regrets:
</p>
<ul>
<li class="level1">Dael Jackson</li>
<li class="level1">Adenilson Cavalcanti</li>
</ul><h3 id="agenda">Agenda</h3><h4 id="monday">Monday</h4><h5 id="am">AM</h5>
<ul>
<li class="level1">the <abbr title="Cascading Style Sheets">CSS</abbr> OM needs major love. We can't extend the OM from multiple Level 3 and 4 specs without having a stable basis there.</li>
<li class="level1">GCPM bookmarks. Can we have bookmark-level:auto work from the structure of the document?</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr>-Style-Attribute: updating the REC for markup problems: <a href="http://www.w3.org/mid/737F97AF-69E2-41DD-A047-E71012B81B71@rivoal.net" title="http://www.w3.org/mid/737F97AF-69E2-41DD-A047-E71012B81B71@rivoal.net" rel="noopener">http://www.w3.org/mid/737F97AF-69E2-41DD-A047-E71012B81B71@rivoal.net</a></li>
<li class="level1">inline character grid (for CJK)</li>
<li class="level1 node">Fonts<ul>
<li class="level2">font-weight-adjust (<a href="http://www.w3.org/mid/F1E15038-FA2D-485D-B328-089293E691AC@rivoal.net" title="http://www.w3.org/mid/F1E15038-FA2D-485D-B328-089293E691AC@rivoal.net" rel="noopener">http://www.w3.org/mid/F1E15038-FA2D-485D-B328-089293E691AC@rivoal.net</a>)</li>
</ul>
</li>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Box Alignment Dramatic Reading aka Line by Line Review aka Issue Egg Hunt (may be evaded by finding sufficient Issue Eggs ahead of time, in which case we can have an issue-solving session instead)</li>
<li class="level1">Developer Meet-up at the Sydney ftf?</li>
</ul><h5 id="pm">PM</h5>
<ul>
<li class="level1">wide gamut / deep color</li>
<li class="level1">Scroll Snap</li>
<li class="level1 node">Logical Syntax<ul>
<li class="level2">Cascading</li>
<li class="level2">Naming</li>
<li class="level2">Positioning Syntax</li>
<li class="level2">Other issues</li>
</ul>
</li>
<li class="level1">May and August 2016 face-to-face meetings (or just one in June?) (TPAC is in September!)</li>
</ul><h4 id="tuesday">Tuesday</h4><h5 id="am1">AM</h5>
<ul>
<li class="level1"><abbr title="Cascading Style Sheets">CSS</abbr> Fragmentation Issues <a href="https://drafts.csswg.org/css-break/issues-lc-2015#issue-24" title="https://drafts.csswg.org/css-break/issues-lc-2015#issue-24" rel="noopener">https://drafts.csswg.org/css-break/issues-lc-2015#issue-24</a></li>
<li class="level1 node">polar issues (prefers early AM Tuesday inc. device-radius MQ)<ul>
<li class="level2">polar-distance with 2 values, polar-anchor, polar-orientation, methods to prevent overflow</li>
</ul>
</li>
<li class="level1 node">device-radius MQ (<a href="https://lists.w3.org/Archives/Public/www-style/2015Oct/0075.html" title="https://lists.w3.org/Archives/Public/www-style/2015Oct/0075.html" rel="noopener">https://lists.w3.org/Archives/Public/www-style/2015Oct/0075.html</a>):<ul>
<li class="level2">What is the % in device-radius relative to?</li>
<li class="level2">defining how inequalities work</li>
</ul>
</li>
</ul><h5 id="pm1">PM</h5>
<ul>
<li class="level1">take advantage of having all editors in the same room to have clearer status for all specs: where are we, ETA for next stage, how long did they remain at current stage, active editor or not, current work, etc.</li>
<li class="level1">even if the above does not work, refine priorities based on <abbr title="specification">spec</abbr> importance and current <abbr title="specification">spec</abbr> status; are there abandoned or semi-abandoned specs?</li>
<li class="level1">some specs in the scope of the new Web Platform Working Group will require liaison with our WG. How can do better liaising with that new WG than with the former <abbr title="HyperText Markup Language">HTML</abbr> WG?</li>
<li class="level1">Shadow DOM Styling - Tuesday 15:00-16:00 in WebApps room</li>
<li class="level1">following up yesterday’s wide gamut discussion, agenda+ what should we do with <a href="https://drafts.csswg.org/css-color-correction/" title="https://drafts.csswg.org/css-color-correction/" rel="noopener">https://drafts.csswg.org/css-color-correction/</a></li>
<li class="level1">css-animations issues</li>
</ul>
</main>
</body>
</html>