This repository has been archived by the owner on Jan 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathindex.html
581 lines (200 loc) · 10.2 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
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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Test the Web Forward</title>
<!--[if lt IE 9]>
<script src="/vendor/html5shim.js"></script>
<![endif]-->
<link rel="shortcut icon" href="img/favicon.ico">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/styles/bootstrap.min.css" rel="stylesheet" media="screen">
<link rel="stylesheet" href="/styles/glyphicons.css" type="text/css" media="screen">
<link rel="stylesheet" href="/styles/pygments.css" type="text/css" media="screen">
<link rel="stylesheet" href="/styles/custom.css" type="text/css" media="screen">
<link rel="alternate" type="application/rss+xml" href="/feed.rss" title="Test the Web Forward Blog RSS feed">
</head>
<body data-spy="scroll" data-target="#toc-container">
<div class="container">
<div class="text-right">
<img src="/assets/dinos-218x50.png" width="218" height="50">
</div>
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Test the Web Forward</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse ">
<ul class="nav navbar-nav navbar-right">
<li><a href="/docs/">Docs</a></li>
<li><a href="/events/">Events</a></li>
<li><a href="/blog/">Blog</a></li>
</ul>
</div>
</nav>
</div>
<div class="container" role=main>
<div class="jumbotron text-center">
<p><img src="assets/dinos.png" alt="Test the Web Forward mascots: dinosaurs." class="img-responsive block-center"></p>
<h1>Test the Web Forward</h1>
<p>W3C's one stop shop for Open Web Platform testing.</p>
</div>
<p class=lead>As the Web morphed from a document exchange system to the World's most advanced application delivery platform, the requirements on the underlining technologies and the browsers implementing them changed dramatically. Web applications built today need a robust and interoperable Web that only thorough browser testing can guarantee.
</p>
<p class=lead>To meet this new challenge, W3C is launching an unprecedented effort to rethink and scale up its testing offering.</p>
<div class="text-center featurette">
<div class="row">
<div class="col-md-3">
<div class="text-primary glyphicon-l">
<span
class="glyphicon glyphicon-group">
</span>
<small class="glyphicon glyphicon-plus"></small>
<span
class="glyphicon glyphicon-factory">
</span>
</div>
<h3>Community-Driven & Industry-Supported</a></h3>
<p>A vibrant, industry-backed community is key to a successful and sustainable testing effort.</p>
</div>
<div class="col-md-3">
<div class="text-primary glyphicon-l">
<span
class="glyphicon glyphicon-git_pull_request">
</span>
<small class="glyphicon glyphicon-plus"></small>
<span
class="glyphicon glyphicon-electrical_plug">
</span>
</div>
<h3>Open-Source & Standards-Based</a></h3>
<p>Test suites, tools and documentation are open-source and available freely under liberal licenses so that all can contribute <em>and</em> benefit.</p>
</div>
<div class="col-md-3">
<div class="text-primary glyphicon-l">
<span
class="glyphicon glyphicon-rabbit">
</span>
<small class="glyphicon glyphicon-plus"></small>
<span
class="glyphicon glyphicon-stats">
</span>
</div>
<h3>Lean & Data-Driven</a></h3>
<p>Streamlined processes, improved tooling and better data to simplify test development, prioritize, and measure progress.</p>
</div>
<div class="col-md-3">
<div class="text-primary glyphicon-l">
<span
class="glyphicon glyphicon-bank">
</span>
<small class="glyphicon glyphicon-plus"></small>
<span
class="glyphicon glyphicon-compass">
</span>
</div>
<h3>Centralized & Discoverable</a></h3>
<p>A common test repository that is easy to find and navigate. Tools, processes and documentation shared across Working Groups and among browser vendors.</p>
</div>
</div>
</div>
<p class=lead>Want to learn more about our plans?</p>
<p>
<a href="/blog/2013/02/20/testing-the-open-web-platform.html" class="btn btn-default btn-lg"><span class="glyphicon glyphicon-open_book"></span> Read the initial blog post »</a>
</p>
<hr />
<div class="row">
<div class="col-md-6">
<h4>From our Blog</h4>
<div class="highlight">
<h2>
<span class="glyphicon glyphicon-bookmark"></span>
Test the Web Forward Seoul Recap <small><a class="permalink" href="/blog/2014/04/16/seoul-event-recap.html"><span class="glyphicon glyphicon-link"></span></a></small>
</h2>
<div class="metadata">
<p>
<i>by</i> <a class="author" href="/blog/2014/04/16/seoul-event-recap.html#about-the-author">Daniel Davis</a>
· <span class="date">April 16, 2014</span>
</p>
</div>
<p><a href="https://www.flickr.com/photos/96746315@N08/sets/72157643826942215/">Here are some photos</a>
taken by Jonathan Jeon from <a href="/events/2014/seoul.html">Test The Web Forward in Seoul</a>
last weekend.</p>
<p>
<a href="/blog/2014/04/16/seoul-event-recap.html" title="Continue reading "Test the Web Forward Seoul Recap."" class="btn btn-default btn-lg"><span class="glyphicon glyphicon-book_open"></span> Read more »</a>
</p>
</div>
<hr />
<h4>From our Newsletter</h4>
<div class="highlight">
<h2>
<span class="glyphicon glyphicon-message_full"></span>
Test the Web Forward - November/December Newsletter <small><a class="permalink" href="/blog/2013/12/19/testtwf-monthly-newsletter-nov-dec.html"><span class="glyphicon glyphicon-link"></span></a></small>
</h2>
<div class="metadata">
<p>
<i>Sent to</i> <a href="http://lists.w3.org/Archives/Public/public-testtwf/2013Dec/0000.html">[email protected]</a>
· <span class="date">December 19, 2013</span>
</p>
</div>
<p><p>As we wind down 2013, let's reflect on what a great year it's been for Test the Web Forward. We've held five major events around the world where attendees contributed thousands of new testt, added over 1000 new subscribers to our mailing list, built up a rich set of centralized W3C test documentation, relaunched testthewebforward.org as the one-stop-shop for Open Web Platform testing, and officially became part of the W3C. A hearty thanks and congratulations to all of YOU contributed,...</p>
<p>
<a href="/blog/2013/12/19/testtwf-monthly-newsletter-nov-dec.html" title="Continue reading "Test the Web Forward - November/December Newsletter."" class="btn btn-default btn-lg"><span class="glyphicon glyphicon-book_open"></span> Read more »</a>
</p>
</div>
</div>
<div class="col-md-6">
<a href="https://github.com/w3c/web-platform-tests">
<img src="/assets/Octocat-555x461.png" class="img-responsive">
</a>
<h2>Contribute</h2>
<p>Join the community and contribute to the Open Web Platform test suite on GitHub.</p>
<p>
<a href="https://github.com/w3c/web-platform-tests" class="btn btn-default btn-lg"><span class="glyphicon glyphicon-git_create"></span> Join us on GitHub! »</a>
</p>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="col-md-4">
<p>Copyright © 2014 <a href="http://www.w3.org">W3C</a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
<a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>).</p>
</div>
<div class="col-md-4">
<p class="text-center"><a href="/"><img src="/assets/dinos-174x40.png" width="174" height="40" alt="Dinos"></a></p>
</div>
<div class="col-md-4">
<p class="text-right">
<a href="/discuss.html">Discuss</a> |
<a href="/docs/open-source.html">Contribute</a> |
<a href="/terms.html">Terms</a> |
<a href="/sponsors.html">Sponsors</a>
</p>
</div>
</div>
</footer>
<script src="/vendor/jquery-1.7.1.js"></script>
<script src="/scripts/bootstrap.min.js"></script>
<script>
var _paq = _paq || [];
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
_paq.push(["trackPageView"]);
(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://tracking.webplatform.org/";
_paq.push(["setTrackerUrl", u+"js/"]);
_paq.push(["setSiteId", "7"]);
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
g.defer=true; g.async=true; g.src=u+"js/"; s.parentNode.insertBefore(g,s);
})();
</script>
</body>
</html>