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

From WHATWG Wiki
Jump to navigation Jump to search
(→‎Forks: Add Web Workers and HTML section numbers.)
(+{{CC0 page}}, per waiver from User:Hixie and CC0/PD declarations from User:GPHemsley, User:Annevk, and User:EdwardOConnor.)
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This page documents specifications which have some past or present relationship to the WHATWG [http://www.whatwg.org/specs/web-apps/current-work/multipage/ HTML Standard].
{{CC0 page}}
 
This page documents specifications which have some past or present relationship to [http://www.whatwg.org/specs/web-apps/current-work/multipage/ the WHATWG HTML Standard].


== Spin-offs ==
== Spin-offs ==


Work that once took place within the HTML Standard but that now continues elsewhere.
Work that once took place within the WHATWG HTML Standard but that now continues elsewhere.


{|border=1 cellpadding=4 cellspacing=0
{|border=1 cellpadding=4 cellspacing=0
|-
|-
! Former section(s)
! Former section(s)
! Revision
! Date
! Current specification
! Current specification
! Notes
! Notes
|-
|-
| Content-Type Processing Model
| <!-- WD-html5-20090423:2.7 -->Determining the type of a resource
| [http://html5.org/r/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".
|-
| rowspan="2" | <!-- WD-html5-20090423:2.5.2,2.5.3 -->Parsing URLs, Resolving URLs
| rowspan="2" | [http://html5.org/r/3245 r3245]
| rowspan="2" | 2009-06-14
| [http://url.spec.whatwg.org/ URL] (WHATWG)
|  
|  
|-
|-
| DOM Parsing and Serialization
| [http://tools.ietf.org/html/draft-ietf-iri-3987bis Internationalized Resource Identifiers (IRIs)] (IETF)
|
|-
| <!-- WD-html5-20110525:3.5.5,3.5.6,3.5.7 --><code>innerHTML</code>, <code>outerHTML</code>, <code>insertAdjacentHTML()</code>
| [http://html5.org/r/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)
|  
|  
|-
|-
| Selectors API
| 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" |
| rowspan="2" |
| [http://dvcs.w3.org/hg/editing/raw-file/tip/editing.html HTML Editing APIs] (W3C)
|  
|  
[http://www.w3.org/TR/selectors-api/ Selectors API Level 1] (W3C)
|-
 
| [http://dvcs.w3.org/hg/undomanager/raw-file/tip/undomanager.html UndoManager and DOM Transaction] (W3C)
[http://www.w3.org/TR/selectors-api2/ Selectors API Level 2] (W3C)
|  
|  
|-
|-
| URL
| Origin
|
|  
[http://url.spec.whatwg.org/ URLs] (WHATWG)
|
 
| [http://tools.ietf.org/html/rfc6454 The Web Origin Concept] (IETF)
[http://tools.ietf.org/html/draft-ietf-iri-3987bis IRIs] (IETF)
| RFC 6454
|
|-
|-
| Web Database
| <!-- WD-html5-20090212:5.11.2 -->Database storage
| <!-- 2877, 2957, 2913, 3418, 3580, 4121, 4386, 4723, 5736 -->
| <!-- Somewhere between 2009-03-18 and 2011-01-01 -->
| [http://dev.w3.org/html5/webdatabase/ Web SQL Database] (W3C)
| [http://dev.w3.org/html5/webdatabase/ Web SQL Database] (W3C)
| Not being actively maintained, as of 2010-11-18.
| Abandoned in late 2010.
|-
|-
| WebRTC
| Web Sockets
| [http://dev.w3.org/2011/webrtc/editor/webrtc.html WebRTC] (W3C)
|  
|  
|  
|-
| [http://tools.ietf.org/html/rfc6455 The WebSocket Protocol] (IETF)
| Web Sockets
|
[http://tools.ietf.org/html/rfc6455 The WebSocket Protocol] (IETF)
| RFC 6455
| RFC 6455
|-
|-
| Web Subtitle Resource Tracks
| rowspan="2" | XMLHttpRequest
| [http://dev.w3.org/html5/webvtt/ WebVTT] (W3C)
| rowspan="2" |
| rowspan="2" |
| [http://xhr.spec.whatwg.org/ XMLHttpRequest] (WHATWG)
|  
|  
|-
|-
| XMLHttpRequest
| [http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html XMLHttpRequest] (W3C)
|
[http://xhr.spec.whatwg.org/ XMLHttpRequest] (WHATWG)
 
[http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html XMLHttpRequest] (W3C)
|
|
|}
|}


(Not listed above, but should be: Origin, contenteditable, undomanager)
== Republications ==


== Forks ==
Work that is being done in the WHATWG HTML Standard and then republished separately elsewhere.
 
Work that is based upon portions of the HTML Standard, with modifications.


{|border=1 cellpadding=4 cellspacing=0
{|border=1 cellpadding=4 cellspacing=0
Line 70: Line 95:
! Notes
! Notes
|-
|-
| ''Most sections''
| <!-- 5 -->[http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html Microdata]
| [http://dev.w3.org/html5/spec/Overview.html HTML5] (W3C)
| [http://dev.w3.org/html5/md/ HTML Microdata] (W3C)
| See [http://www.whatwg.org/specs/web-apps/current-work/multipage/introduction.html#how-do-the-whatwg-and-w3c-specifications-differ? this document] for differences.
|
|-
|-
| <!-- 9 -->[http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#workers Web workers]
| <!-- 9 -->[http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html Web workers]
| [http://dev.w3.org/html5/workers/ Web Workers] (W3C)
| [http://dev.w3.org/html5/workers/ Web Workers] (W3C)
|  
|  
Line 82: Line 107:
|
|
|-
|-
| <!-- 10.3 -->[http://www.whatwg.org/specs/web-apps/current-work/multipage/network.html#network Web sockets]
| <!-- 10.3 -->[http://www.whatwg.org/specs/web-apps/current-work/multipage/network.html Web sockets]
| [http://dev.w3.org/html5/websockets/ The WebSocket API] (W3C)
| [http://dev.w3.org/html5/websockets/ The WebSocket API] (W3C)
|
|
|-
|-
| <!-- 11 -->[http://www.whatwg.org/specs/web-apps/current-work/multipage/webstorage.html#webstorage Web storage]
| <!-- 11 -->[http://www.whatwg.org/specs/web-apps/current-work/multipage/webstorage.html Web storage]
| [http://dev.w3.org/html5/webstorage/ Web Storage] (W3C)
| [http://dev.w3.org/html5/webstorage/ Web Storage] (W3C)
|  
|  
|}
== Forks ==
Work that has forked from the WHATWG HTML Standard and may differ significantly from that document.
{|border=1 cellpadding=4 cellspacing=0
|-
! Derivative specification
! Standards body
! Notes
|-
| [http://dev.w3.org/html5/spec/Overview.html HTML5]
| W3C
| Regularly takes patches from the WHATWG spec, but is not up to date and doesn't take all changes. See [http://www.whatwg.org/specs/web-apps/current-work/multipage/introduction.html#how-do-the-whatwg-and-w3c-specifications-differ? this document] for an incomplete list of differences.
|}
|}


[[Category:Spec_coordination]]
[[Category:Spec_coordination]]

Revision as of 20:10, 20 February 2013

The contents of this page, HTML derivatives, and all edits made to this page in its history, are hereby released under the CC0 Public Domain Dedication, as described in WHATWG Wiki:Copyrights.

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
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.