nextweb.html
2.22 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
<!DOCTYPE html>
<html>
<head>
<title>Short list</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="svg-slides.js">
</script>
<link rel="stylesheet" href="../../../Talks/Tools/Slidy/slidy.css" type="text/css" media="screen, projection, print" >
<link rel="stylesheet" href="../../../Talks/Tools/Slidy/w3c-blue.css" type="text/css" media="screen, projection, print" >
<style>
@media only screen and (orientation:landscape) {
ul {
-moz-column-width: 300px;
-webkit-column-width: 300px;
-o-column-width: 300px;
column-width: 300px;
}
}
</style>
</head>
<body>
<div class="background" style="display: block; visibility: visible;">
<img id="head-icon" alt="graphic with four colored squares" src="../../../Talks/Tools/Slidy/icon-blue.png" />
<object id="head-logo" title="W3C logo" type="image/svg+xml" data="../../../Talks/Tools/Slidy/w3c-logo-blue.svg">
<img src="../../../Talks/Tools/Slidy/w3c-logo-blue.gif" alt="W3C logo" id="head-logo-fallback" /></object>
</div>
<div class="slide" style="display: block; visibility: visible; position: absolute; border-style: none;">
<h1>The Next Open Web Platform</h1>
<ul>
<li>HTML 5</li>
<li>CSS 2.1</li>
<li>CSS 3 Selectors</li>
<li>CSS 3 Media Queries</li>
<li>CSS 3 Text</li>
<li>CSS 3 Backgrounds and Borders</li>
<li>CSS 3 Colors</li>
<li>CSS 3 2D Transformations</li>
<li>CSS 3 3D Transformations</li>
<li>CSS 3 Transitions</li>
<li>CSS 3 Animations</li>
<li>CSS 3 Multi-Columns</li>
<li>CSS Namespaces</li>
<li>SVG 1.1</li>
<li>WAI-ARIA 1.0</li>
<li>MathML 2.0</li>
<li>ECMAScript 5</li>
<li>2D Context</li>
<li>WebGL</li>
<li>Web Storage</li>
<li>Indexed Database</li>
<li>Web Workers</li>
<li>Web Sockets Protocol/API</li>
<li>Geolocation</li>
<li>Server-Sent Events</li>
<li>Element Traversal</li>
<li>DOM Level 3 Events</li>
<li>Media Fragments</li>
<li>XMLHttpRequest</li>
<li>Selectors API</li>
<li>CSSOM View Module</li>
<li>Cross-Origin Resource Sharing</li>
<li>File API</li>
<li>RDFa</li>
<li>Microdata</li>
<li>WOFF</li>
<li>HTTP 1.1 part 1 to part 7</li>
<li>TLS 1.2 (updated)</li>
<li>IRI (updated)</li>
<li>…</li>
</ul>
</div>
</body>
</html>