-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
263 lines (252 loc) · 8.42 KB
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<link rel="manifest" href="manifest.json">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-startup-image" href="images/splash.png">
<link rel="apple-touch-startup-image" href="images/splash2x.png" media="(device-width: 414px)">
<link rel="apple-touch-icon" href="images/battery_icon.png">
<meta name="application-name" content="WebMob">
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" href="styles/style.css">
<link href="favicon.ico" rel="icon" sizes="16x16,32x32,48x28,64x64,128x128,256x256">
<link href="images/webmob.svg" rel="icon" sizes="any">
<title>
W3C Web Mobile Interest Group (WebMob)
</title>
</head>
<body>
<header role="banner">
<div>
<svg id="battery" width="73.125px" height="40.125px" viewBox="0 0 195 107" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M179,81 L179,107 L0,107 L0,0 L179,0 L179,29 L195,29 L195,81 L179,81 Z M24,25 L24,83 L155,83 L155,25 L24,25 Z" stroke="white" fill="white">
</path>
<path id="batteryMeter" d="M34,34 L34,72 L105.042969,72 L67.1738281,34 L34,34 Z" id="Rectangle-4" stroke="white" fill="white">
<animate id="bmAnimator" attributeName="d"
to="M34,34 L34,72 L105.042969,72 L67.1738281,34 L34,34 Z"
from="M34,34 L34,72 L145,72 L145,34 L34,34 Z"
begin="0s" dur="1s" repeatCount="1" fill="remove"/>
</path>
</g>
</svg>
</div>
<h1>
W3C
<abbr title="Web & Mobile Interest Group">
WebMob
</abbr>
</h1>
</header>
<main role="main">
<section id="join">
<h2 class="visuallyhidden">Group now closed</h2>
<p>
The Web and Mobile Interest Group <strong>closed</strong> in November 2015. You can find the various documents it produced and its github repositories (some still active) below
</p>
<ul class="buttonlist fancypill">
<li>
<a href="https://github.com/w3c-webmob/">
GitHub
</a>
</li>
<li>
<a href="http://lists.w3.org/Archives/Public/public-web-mobile/">Mailing List
</a>
</li>
</ul>
</section>
<section id="publications" class="collapsable accelerated">
<h2 class="opener">
Publications
</h2>
<ul class="docslist multicol">
<li>
<a href="http://www.w3.org/Mobile/mobile-web-app-state/">
Standards for web applications on mobile.
</a>
</li>
<li>
<a href="https://w3c-webmob.github.io/wake-lock-use-cases/">
Wake lock use cases.
</a>
</li>
<li>
<a href="http://w3c-webmob.github.io/netinfo-usecases/">
Network information use cases.
</a>
</li>
<li>
<a href="https://github.com/w3c-webmob/installable-webapps/blob/gh-pages/ios_standalone/README.md">
Standalone apps on iOS.
</a>
</li>
<li>
<a href="http://w3c-webmob.github.io/installable-webapps/">
Use cases for installable web apps.
</a>
</li>
<li>
<a href="https://github.com/w3c-webmob/web-api-gap">
Web API Gap.
</a>
</li>
<li>
<a href="http://w3c-webmob.github.io/apps-taxonomy/taxonomy.html">
Taxonomy of Mobile Application Platforms
</a>
</li>
<li>
<a href="http://w3c-webmob.github.io/gap-analysis/">
Gap Analysis between Web and Native on Mobile
</a>
</li>
<li>
<a href="https://github.com/dontcallmedom/web-permissions-req">Permissions for Web APIs</a>
</li>
</ul>
</section>
<section id="links" class="collapsable accelerated">
<h2 class="opener">
Useful Resources
</h2>
<ul class="linkslist multicol">
<li>
<a href="http://www.w3.org/2013/07/webmobile-ig-charter.html">
Our former charter.
</a>
</li>
<li>
<a href="http://www.w3.org/wiki/Mobile/">
Wiki.
</a>
</li>
<li>
<a href="http://lists.w3.org/Archives/Public/public-web-mobile/">
Mailing list archive.
</a>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<ul class="buttonlist">
<li>
<a href="https://twitter.com/w3c_webmob">
<img src="images/twitter_white.svg" width="30" height="30" alt="Follow us on Twitter!">
</a>
</li>
<li>
<a href="https://github.com/w3c-webmob/">
<img src="images/github.svg" width="30" height="30" alt="Joing us on Github!">
</a>
</li>
<li>
<a href="http://w3.org">
<img src="images/w3c_white.svg" height="30" width="61" alt="Join the W3C!">
</a>
</li>
</ul>
<section id="attributions">
<h2 class="visuallyhidden">Attributions</h2>
<p>
<small>
The staff contact time in this Interest Group was enabled by the HTML5Apps project, funded by the European Union through the Seventh Framework Programme (FP7/2010-2013) under grant agreement n°611327.
Header photo by
<a href="https://www.flickr.com/photos/sinkdd/">
Shinichi Higashi</a>, Icons: Document and VOIP by
<a href="http://www.icons8.com">
Icons8</a>, Mail by
<a href="http://RamiMcM.in">Rami McMin</a>,
Calendar and Chat by Freepik, Phone by
<a href="http://www.zurb.com">
Zurb</a>, Link and Mail made by
<a href="http://www.simpleicon.com">
SimpleIcon</a>, from
<a href="http://www.flaticon.com">
www.flaticon.com</a>. Header font is `nexa`, from
<a href="www.fontfabric.com">
www.fontfabric.com</a>.
</small>
</p>
</section>
</footer>
</body>
</html>
<script>
(function() {
function Accordion(openers) {
var mediaMatcher = (matchMedia) ? matchMedia('(max-width: 36em)') : null,
sections = [];
/*
Sections of the accordion
*/
function Section(opener) {
this.opener = opener;
this.clickHandler = function() {
var newHeight = (this.isClosed) ? this.maxHeight : this.minHeight;
this.parent.style.height = newHeight;
this.parent.classList.toggle('collapsable');
}.bind(this);
mediaMatcher.addListener(this.change.bind(this));
this.change(mediaMatcher);
}
Object.defineProperties(Section.prototype, {
parent: {
get: function() {
return this.opener.parentElement;
}
},
isClosed: {
get: function() {
return this.parent.classList.contains('collapsable');
}
},
maxHeight: {
get: function() {
return this.parent.scrollHeight + 'px';
}
},
minHeight: {
get: function() {
return this.opener.offsetHeight + 'px';
}
}
});
/**
reactToMediaMatch
**/
Section.prototype.change = function(mqChange) {
if (mqChange.matches) {
this.opener.addEventListener('click', this.clickHandler);
if (!this.isClosed) {
this.parent.style.height = this.maxHeight;
}
return;
}
this.parent.style.height = '';
this.opener.removeEventListener('click', this.clickHandler);
};
function openAccordion(openers) {
openers.forEach(function(opener) {
opener.parentElement.classList.remove('collapsable');
});
}
//if we can't use the media matcher, then open the accordion and abort
if (!mediaMatcher) {
return openAccordion(openers);
}
//otherwise, set up the accordion
for (var i = 0; i < openers.length; i++) {
sections.push(new Section(openers[i], mediaMatcher));
}
}
window.addEventListener('DOMContentLoaded', function() {
var openers = document.querySelectorAll('.collapsable .opener'),
accordion = new Accordion(openers);
}
);
}());
</script>