A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).
HTML derivatives: Difference between revisions
Jump to navigation
Jump to search
(Alphabetize) |
(Add a few missing specs (DOM Parsing and Serialization, WebVTT, WebRTC)) |
||
Line 9: | Line 9: | ||
| Content-Type Processing Model | | Content-Type Processing Model | ||
| [http://mimesniff.spec.whatwg.org/ MIME Sniffing] (WHATWG) | | [http://mimesniff.spec.whatwg.org/ MIME Sniffing] (WHATWG) | ||
| | |||
|- | |||
| DOM Parsing and Serialization | |||
| [http://domparsing.spec.whatwg.org/ DOM Parsing and Serialization] (WHATWG) | |||
| | | | ||
|- | |- | ||
Line 28: | Line 32: | ||
| [http://dev.w3.org/html5/webdatabase/ Web SQL Database] (W3C) | | [http://dev.w3.org/html5/webdatabase/ Web SQL Database] (W3C) | ||
| Dead | | Dead | ||
|- | |||
| WebRTC | |||
| [http://dev.w3.org/2011/webrtc/editor/webrtc.html WebRTC] (W3C) | |||
| | |||
|- | |- | ||
| Web Sockets | | Web Sockets | ||
Line 33: | Line 41: | ||
[http://tools.ietf.org/html/rfc6455 The WebSocket Protocol] (IETF) | [http://tools.ietf.org/html/rfc6455 The WebSocket Protocol] (IETF) | ||
| RFC 6455 | | RFC 6455 | ||
|- | |||
| Web Subtitle Resource Tracks | |||
| [http://dev.w3.org/html5/webvtt/ WebVTT] (W3C) | |||
| | |||
|- | |- | ||
| XMLHttpRequest | | XMLHttpRequest | ||
Line 42: | Line 54: | ||
|} | |} | ||
(Not listed above, but should be: Origin | (Not listed above, but should be: Origin, contenteditable, undomanager) | ||
Revision as of 23:08, 21 October 2012
Work that took place within what was once called HTML5 that is now continued elsewhere for mostly political reasons.
Specification | New location | Notes |
---|---|---|
Content-Type Processing Model | MIME Sniffing (WHATWG) | |
DOM Parsing and Serialization | DOM Parsing and Serialization (WHATWG) | |
Selectors API |
Selectors API Level 1 (W3C) Selectors API Level 2 (W3C) |
|
URL |
URLs (WHATWG) IRIs (IETF) |
|
Web Database | Web SQL Database (W3C) | Dead |
WebRTC | WebRTC (W3C) | |
Web Sockets |
The WebSocket Protocol (IETF) |
RFC 6455 |
Web Subtitle Resource Tracks | WebVTT (W3C) | |
XMLHttpRequest |
XMLHttpRequest (WHATWG) XMLHttpRequest (W3C) |
(Not listed above, but should be: Origin, contenteditable, undomanager)
Work that is being done in the WHATWG and then republished elsewhere as well:
Section | New location | Notes |
---|---|---|
HTML Elements, etc | HTML5 (W3C) | Not up to date, and has forked in places |
Server-Sent Events | Server-Sent Events (W3C) | |
Web Sockets API | The WebSocket API (W3C) | |
Web Storage | Web Storage (W3C) | Includes the sessionStorage and localStorage attributes.
|
(Not listed above, but should be: Web Workers)