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
No edit summary |
(→Spin-offs: Add data for MIME Sniffing and DOM Parsing spin-offs.) |
||
Line 8: | Line 8: | ||
|- | |- | ||
! Former section(s) | ! Former section(s) | ||
! Revision | |||
! Date | |||
! Current specification | ! Current specification | ||
! Notes | ! Notes | ||
|- | |- | ||
| | | <!-- WD-html5-20090423:2.7 -->Determining the type of a resource | ||
| [http://html5.org/tools/web-apps-tracker?from=3233&to=3234 r3234] | |||
| 2009-06-12 | |||
| [http://mimesniff.spec.whatwg.org/ MIME Sniffing] (WHATWG) | | [http://mimesniff.spec.whatwg.org/ MIME Sniffing] (WHATWG) | ||
| | | Formerly known as "Content-Type Processing Model". | ||
|- | |- | ||
| | | <!-- WD-html5-20110525:3.5.5,3.5.6,3.5.7 --><code>innerHTML</code>, <code>outerHTML</code>, <code>insertAdjacentHTML()</code> | ||
| [http://html5.org/tools/web-apps-tracker?from=6531&to=6532 r6532] | |||
| 2011-09-04 | |||
| [http://domparsing.spec.whatwg.org/ DOM Parsing and Serialization] (WHATWG) | | [http://domparsing.spec.whatwg.org/ DOM Parsing and Serialization] (WHATWG) | ||
| | | | ||
|- | |- | ||
| rowspan="2" | Editing APIs | | rowspan="2" | Editing APIs | ||
| rowspan="2" | | |||
| rowspan="2" | | |||
| [http://dvcs.w3.org/hg/editing/raw-file/tip/editing.html HTML Editing APIs] (W3C) | | [http://dvcs.w3.org/hg/editing/raw-file/tip/editing.html HTML Editing APIs] (W3C) | ||
| | | | ||
Line 27: | Line 35: | ||
|- | |- | ||
| Origin | | Origin | ||
| | |||
| | |||
| [http://tools.ietf.org/html/rfc6454 The Web Origin Concept] (IETF) | | [http://tools.ietf.org/html/rfc6454 The Web Origin Concept] (IETF) | ||
| RFC 6454 | | RFC 6454 | ||
|- | |- | ||
| rowspan="2" | Selectors API | | rowspan="2" | Selectors API | ||
| rowspan="2" | | |||
| rowspan="2" | | |||
| [http://www.w3.org/TR/selectors-api/ Selectors API Level 1] (W3C) | | [http://www.w3.org/TR/selectors-api/ Selectors API Level 1] (W3C) | ||
| | | | ||
Line 38: | Line 50: | ||
|- | |- | ||
| rowspan="2" | URL | | rowspan="2" | URL | ||
| rowspan="2" | | |||
| rowspan="2" | | |||
| [http://url.spec.whatwg.org/ URLs] (WHATWG) | | [http://url.spec.whatwg.org/ URLs] (WHATWG) | ||
| | | | ||
Line 45: | Line 59: | ||
|- | |- | ||
| Web Database | | Web Database | ||
| | |||
| | |||
| [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. | ||
|- | |- | ||
| WebRTC | | WebRTC | ||
| | |||
| | |||
| [http://dev.w3.org/2011/webrtc/editor/webrtc.html WebRTC] (W3C) | | [http://dev.w3.org/2011/webrtc/editor/webrtc.html WebRTC] (W3C) | ||
| | | | ||
|- | |- | ||
| Web Sockets | | Web Sockets | ||
| | | | ||
[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 | | Web Subtitle Resource Tracks | ||
| | |||
| | |||
| [http://dev.w3.org/html5/webvtt/ WebVTT] (W3C) | | [http://dev.w3.org/html5/webvtt/ WebVTT] (W3C) | ||
| | | | ||
|- | |- | ||
| rowspan="2" | XMLHttpRequest | | rowspan="2" | XMLHttpRequest | ||
| rowspan="2" | | |||
| rowspan="2" | | |||
| [http://xhr.spec.whatwg.org/ XMLHttpRequest] (WHATWG) | | [http://xhr.spec.whatwg.org/ XMLHttpRequest] (WHATWG) | ||
| | | |
Revision as of 19:44, 22 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". |
innerHTML , outerHTML , insertAdjacentHTML()
|
r6532 | 2011-09-04 | DOM Parsing and Serialization (WHATWG) | |
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) | ||||
URL | URLs (WHATWG) | |||
IRIs (IETF) | ||||
Web Database | Web SQL Database (W3C) | Abandoned in late 2010. | ||
WebRTC | WebRTC (W3C) | |||
Web Sockets | The WebSocket Protocol (IETF) | RFC 6455 | ||
Web Subtitle Resource Tracks | WebVTT (W3C) | |||
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 |
---|---|---|
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. |