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
(→Spin-offs: Add what I know about what became Web SQL Database.) |
(→Spin-offs: Add info about WebRTC and WebVTT.) |
||
Line 14: | Line 14: | ||
|- | |- | ||
| <!-- WD-html5-20090423:2.7 -->Determining the type of a resource | | <!-- WD-html5-20090423:2.7 -->Determining the type of a resource | ||
| [http://html5.org/ | | [http://html5.org/r/3234 r3234] | ||
| 2009-06-12 | | 2009-06-12 | ||
| [http://mimesniff.spec.whatwg.org/ MIME Sniffing] (WHATWG) | | [http://mimesniff.spec.whatwg.org/ MIME Sniffing] (WHATWG) | ||
Line 20: | Line 20: | ||
|- | |- | ||
| rowspan="2" | <!-- WD-html5-20090423:2.5.2,2.5.3 -->Parsing URLs, Resolving URLs | | rowspan="2" | <!-- WD-html5-20090423:2.5.2,2.5.3 -->Parsing URLs, Resolving URLs | ||
| rowspan="2" | [http://html5.org/ | | rowspan="2" | [http://html5.org/r/3245 r3245] | ||
| rowspan="2" | 2009-06-14 | | rowspan="2" | 2009-06-14 | ||
| [http://url.spec.whatwg.org/ URL] (WHATWG) | | [http://url.spec.whatwg.org/ URL] (WHATWG) | ||
Line 29: | Line 29: | ||
|- | |- | ||
| <!-- WD-html5-20110525:3.5.5,3.5.6,3.5.7 --><code>innerHTML</code>, <code>outerHTML</code>, <code>insertAdjacentHTML()</code> | | <!-- WD-html5-20110525:3.5.5,3.5.6,3.5.7 --><code>innerHTML</code>, <code>outerHTML</code>, <code>insertAdjacentHTML()</code> | ||
| [http://html5.org/ | | [http://html5.org/r/6532 r6532] | ||
| 2011-09-04 | | 2011-09-04 | ||
| [http://domparsing.spec.whatwg.org/ DOM Parsing and Serialization] (WHATWG) | | [http://domparsing.spec.whatwg.org/ DOM Parsing and Serialization] (WHATWG) | ||
| | | | ||
|- | |||
| Video conferencing and peer-to-peer communication | |||
| [http://html5.org/r/6837 r6837] | |||
| 2011-11-28 | |||
| [http://dev.w3.org/2011/webrtc/editor/webrtc.html WebRTC] (W3C) | |||
| Sometimes referred to as "PeerConnection". | |||
|- | |||
| WebVTT | |||
| [http://html5.org/r/6837 r6837] | |||
| 2011-11-28 | |||
| [http://dev.w3.org/html5/webvtt/ WebVTT] (W3C) | |||
| Formerly known as "WebSRT". | |||
|- | |- | ||
| rowspan="2" | Editing APIs | | rowspan="2" | Editing APIs | ||
Line 63: | Line 75: | ||
| [http://dev.w3.org/html5/webdatabase/ Web SQL Database] (W3C) | | [http://dev.w3.org/html5/webdatabase/ Web SQL Database] (W3C) | ||
| Abandoned in late 2010. | | Abandoned in late 2010. | ||
|- | |- | ||
| Web Sockets | | Web Sockets | ||
Line 75: | Line 81: | ||
| [http://tools.ietf.org/html/rfc6455 The WebSocket Protocol] (IETF) | | [http://tools.ietf.org/html/rfc6455 The WebSocket Protocol] (IETF) | ||
| RFC 6455 | | RFC 6455 | ||
|- | |- | ||
| rowspan="2" | XMLHttpRequest | | rowspan="2" | XMLHttpRequest |
Revision as of 15:30, 24 October 2012
This page documents specifications which have some past or present relationship to the WHATWG HTML Standard.
Spin-offs
Work that once took place within the WHATWG HTML Standard but that now continues elsewhere.
Former section(s) | Revision | Date | Current specification | Notes |
---|---|---|---|---|
Determining the type of a resource | r3234 | 2009-06-12 | MIME Sniffing (WHATWG) | Formerly known as "Content-Type Processing Model". |
Parsing URLs, Resolving URLs | r3245 | 2009-06-14 | URL (WHATWG) | |
Internationalized Resource Identifiers (IRIs) (IETF) | ||||
innerHTML , outerHTML , insertAdjacentHTML()
|
r6532 | 2011-09-04 | DOM Parsing and Serialization (WHATWG) | |
Video conferencing and peer-to-peer communication | r6837 | 2011-11-28 | WebRTC (W3C) | Sometimes referred to as "PeerConnection". |
WebVTT | r6837 | 2011-11-28 | WebVTT (W3C) | Formerly known as "WebSRT". |
Editing APIs | HTML Editing APIs (W3C) | |||
UndoManager and DOM Transaction (W3C) | ||||
Origin | The Web Origin Concept (IETF) | RFC 6454 | ||
Selectors API | Selectors API Level 1 (W3C) | |||
Selectors API Level 2 (W3C) | ||||
Database storage | Web SQL Database (W3C) | Abandoned in late 2010. | ||
Web Sockets | The WebSocket Protocol (IETF) | RFC 6455 | ||
XMLHttpRequest | XMLHttpRequest (WHATWG) | |||
XMLHttpRequest (W3C) |
Republications
Work that is being done in the WHATWG HTML Standard and then republished separately elsewhere.
Current section(s) | Derivative specification | Notes |
---|---|---|
Microdata | HTML Microdata (W3C) | |
Web workers | Web Workers (W3C) | |
Server-sent events | Server-Sent Events (W3C) | |
Web sockets | The WebSocket API (W3C) | |
Web storage | Web Storage (W3C) |
Forks
Work that has forked from the WHATWG HTML Standard and may differ significantly from that document.
Derivative specification | Standards body | Notes |
---|---|---|
HTML5 | W3C | Regularly takes patches from the WHATWG spec, but is not up to date and doesn't take all changes. See this document for an incomplete list of differences. |