forked from whatwg/platform.html5.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (127 loc) · 7.49 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
<!doctype html>
<meta charset=utf-8>
<title>The Web Platform: Browser technologies</title>
<style type="text/css" media="screen">
@import url(style.css);
</style>
<section id=content>
<h1>The Web platform: Browser technologies</h1>
<dl>
<dt>Core platform</dt>
<dd><a href="http://dev.w3.org/html5/spec">HTML</a></dd>
<dd><a href="http://www.w3.org/Style/CSS/current-work#roadmap">CSS</a></dd>
<dd><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html">DOM4</a></dd>
<dd><a href="http://es5.github.com/">JavaScript</a></dd>
</dl>
<dl>
<dt>Graphics and typography</dt>
<dd><a href="http://www.w3.org/TR/SVG/">SVG</a></dd>
<dd><a href="http://dev.w3.org/html5/2dcontext/">Canvas</a>,
<a href="https://www.khronos.org/registry/webgl/specs/latest/">WebGL</a></dd>
<dd><a href="http://dev.w3.org/webfonts/WOFF/spec/">WOFF</a></dd>
<dd><a href="http://www.w3.org/TR/MathML2/">MathML</a></dd>
</dl>
<dl>
<dt>Media</dt>
<dd><a href="http://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html">Web Audio</a>,
<a href="https://wiki.mozilla.org/Audio_Data_API">Audio Data</a> APIs</dd>
<dd><a href="http://www.whatwg.org/specs/web-apps/current-work/webvtt.html">WebVTT</a></dd>
<dd><a href="http://www.w3.org/TR/media-frags/">Media Fragments</a></dd>
</dl>
<dl>
<dt>Platform interaction, events, messaging</dt>
<dd><a href="http://dev.w3.org/geo/api/spec-source.html">Geolocation API</a></dd>
<dd><a href="http://dev.w3.org/geo/api/spec-source-orientation">DeviceOrientation</a></dd>
<dd><a href="http://www.w3.org/TR/DOM-Level-3-Events/">DOM Events</a></dd>
<dd><a href="http://www.w3.org/TR/touch-events/">Touch Events</a></dd>
<dd><a href="http://dev.w3.org/2006/webapi/clipops/clipops.html">Clipboard API and events</a></dd>
<dd><a href="http://dev.w3.org/2006/webapi/WebNotifications/publish/Notifications.html">Web Notifications</a></dd>
<dd><a href="http://dev.w3.org/html5/postmsg/">Web Messaging</a></dd>
<dd><a href="http://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html">Fullscreen</a></dd>
</dl>
<dl>
<dt>Storage and file-system interaction</dt>
<dd><a href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html">Indexed Database</a></dd>
<dd><a href="http://dev.w3.org/html5/spec/offline.html#offline">Offline Web applications</a></dd>
<dd><a href="http://dev.w3.org/2006/webapi/FileAPI/">File</a>,
<a href="http://dev.w3.org/2009/dap/file-system/file-dir-sys.html">File System</a>,
<a href="http://dev.w3.org/2009/dap/file-system/file-writer.html">File Writer</a> APIs</dd>
<dd><a href="http://dev.w3.org/html5/webstorage/">Web Storage</a></dd>
</dl>
<dl>
<dt>Real-time communication</dt>
<dd><a href="http://www.whatwg.org/specs/web-apps/current-work/webrtc.html">Web Real-Time Communication APIs</a></dd>
<dd><a href="http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol">WebSocket protocol</a> and <a href="http://dev.w3.org/html5/websockets/">WebSocket API</a></dd>
<dd><a href="http://dev.w3.org/html5/eventsource/">Server-Sent Events</a></dd>
<dd><a href="http://dev.w3.org/2006/webapi/XMLHttpRequest-2/">XMLHttpRequest</a></dd>
<dd><a href="http://dev.w3.org/2006/webapi/progress/">Progress Events</a></dd>
</dl>
<dl>
<dt>HTML bonus features</dt>
<dd><a href="http://www.w3.org/TR/wai-aria/">ARIA</a></dd>
<dd><a href="http://dev.w3.org/html5/spec/history.html#history">History API</a></dd>
<dd><a href="http://dev.w3.org/html5/spec/dnd.html#dnd">Drag and drop API</a></dd>
<dd><a href="http://dev.w3.org/html5/spec/editing.html#contenteditable">contentEditable</a></dd>
<dd><a href="http://dvcs.w3.org/hg/editing/raw-file/tip/editing.html">HTML Editing APIs</a></dd>
<dd><a href="http://rniwa.com/editing/undomanager.html">UndoManager and DOM Transaction</a></dd>
</dl>
<dl>
<dt>Performance optimization and analysis</dt>
<dd><a href="http://dev.w3.org/html5/workers/">Web Workers</a></dd>
<dd><a href="http://www.w3c-test.org/webperf/specs/RequestAnimationFrame/">Timing control for script-based animations</a></dd>
<dd><a href="http://www.w3c-test.org/webperf/specs/PageVisibility/">Page Visibility</a></dd>
<dd><a href="http://www.w3c-test.org/webperf/specs/NavigationTiming/">Navigation Timing</a>,
<a href="http://www.w3c-test.org/webperf/specs/ResourceTiming/">Resource Timing</a>,
<a href="http://www.w3c-test.org/webperf/specs/UserTiming/">User Timing</a>,
<a href="http://www.w3c-test.org/webperf/specs/PerformanceTimeline/">Performance Timeline</a></dd>
</dl>
<dl>
<dt>Other core-platform bonus features</dt>
<dd><a href="http://dev.w3.org/2006/webapi/selectors-api2/">Selectors API</a></dd>
<dd><a href="http://dvcs.w3.org/hg/url/raw-file/tip/Overview.html">URL API</a></dd>
<dd><a href="http://html5.org/specs/dom-parsing.html">DOM Parsing and Serialization</a></dd>
<dd><a href="http://html5.org/specs/dom-range.html">DOM Range</a>, <a href="http://www.w3.org/TR/DOM-Level-3-XPath/">DOM XPath</a></dd>
<dd><a href="http://www.khronos.org/registry/typedarray/specs/latest/">Typed Array</a></dd>
<dd><a href="http://www.w3.org/TR/2006/REC-xml-20060816/">XML</a>,
<a href="http://www.w3.org/TR/xpath/">XPath</a>,
<a href="http://www.w3.org/TR/xslt">XSLT</a>,
<a href="http://www.w3.org/TR/xml-stylesheet/">xml-stylesheet</a></dd>
</dl>
<dl>
<dt>Security and privacy</dt>
<dd><a href="https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/latest.html">Content Security Policy</a></dd>
<dd><a href="http://dev.w3.org/2006/waf/access-control/">Cross-Origin Resource Sharing</a></dd>
<dd><a href="http://dvcs.w3.org/hg/from-origin/raw-file/tip/Overview.html">The From-Origin Header</a></dd>
<dd><a href="https://wiki.mozilla.org/Privacy/Features/DOMCryptAPISpec/Latest">DOMCrypt</a></dd>
<dd><a href="http://wiki.whatwg.org/wiki/Crypto">window.crypto.getRandomValues</a></dd>
</dl>
<dl>
<dt>Foundations</dt>
<dd><a href="http://tools.ietf.org/wg/httpbis/">HTTP</a> and <a href="http://dev.w3.org/html5/spec/urls.html#urls">URLs</a></dd>
<dd><a href="http://tools.ietf.org/html/rfc2818">TLS</a> and <a href="http://www.itu.int/rec/T-REC-X.509/en">X.509</a></dd>
<dd><a href="http://tools.ietf.org/html/rfc6265">Cookies</a></dd>
<dd><a href="http://www.unicode.org/versions/Unicode6.0.0/">Unicode</a></dd>
<dd><a href="http://tools.ietf.org/html/draft-ietf-websec-origin">Origin</a></dd>
<dd><a href="http://mimesniff.spec.whatwg.org/">MIME Sniffing</a></dd>
</dl>
<dl>
<dt>Various other</dt>
<dd><a href="http://dev.w3.org/2006/webapi/WebIDL/">WebIDL</a></dd>
<dd><a href="http://tools.ietf.org/html/rfc2397">data URLs</a></dd>
<dd><a href="http://tools.ietf.org/html/rfc5988">Link header</a></dd>
<dd><a href="http://tools.ietf.org/html/rfc6266">Content-Disposition header</a></dd>
<dd><a href="http://www.w3.org/TR/xmlbase/">XML Base</a>,
<a href="http://www.w3.org/TR/xml-names/">XML Namespaces</a></dd>
</dl>
</section>
<div id=footer>
<a id=lastmod href="https://github.com/sideshowbarker/platform.html5.org/commits/master">changelog</a>
</div>
<a href="https://github.com/sideshowbarker/platform.html5.org"><img id=github src="https://d3nwyuy0nl342s.cloudfront.net/img/71eeaab9d563c2b3c590319b398dd35683265e85/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub"></a>
<script>
function getLastModifiedDate() {
var d = new Date(document.lastModified);
return d.toISOString().substring(0,10);
}
document.getElementById("lastmod").innerHTML = "Last modified " + getLastModifiedDate();
</script>