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
(categorize)
(Update links to spin-offs from the main HTML specification. (Origin and Web Workers are once again maintained in the main specification.))
Line 8: Line 8:
|-
|-
| Content-Type Processing Model
| Content-Type Processing Model
| [http://tools.ietf.org/html/draft-abarth-mime-sniff Content-Type Processing Model]
| [http://mimesniff.spec.whatwg.org/ MIME Sniffing] (WHATWG)
|
|  
|-
|-
| Server-Sent Events
| Server-Sent Events
| [http://dev.w3.org/html5/eventsource/ Server-Sent Events]
| [http://dev.w3.org/html5/eventsource/ Server-Sent Events] (W3C)
|
|
|-
|-
| URL
| URL
| [http://tools.ietf.org/html/draft-duerst-iri-bis IRIs]
|
|
Now called Hypertext Reference (HRef)
[http://url.spec.whatwg.org/ URLs] (WHATWG)


Also, this specification is known to have a ton of issues and is out of sync with the old HTML5 definition.
[http://tools.ietf.org/html/draft-ietf-iri-3987bis IRIs] (IETF)
|
|-
|-
| Web Database
| Web Database
| [http://dev.w3.org/html5/webdatabase/ Web Database]
| [http://dev.w3.org/html5/webdatabase/ Web SQL Database] (W3C)
| SQL storage
| Not being actively maintained, as of 2010-11-18.
|-
|-
| Web Sockets
| Web Sockets
|
|
[http://dev.w3.org/html5/websockets/ The Web Sockets API]
[http://dev.w3.org/html5/websockets/ The WebSocket API] (W3C)


[http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol The Web Socket protocol]
[http://tools.ietf.org/html/rfc6455 The WebSocket Protocol] (IETF)
|
| RFC 6455
|-
|-
| Web Storage
| Web Storage
| [http://dev.w3.org/html5/webstorage/ Web Storage]
| [http://dev.w3.org/html5/webstorage/ Web Storage] (W3C)
| localStorage & sessionStorage
| Includes the <code>sessionStorage</code> and <code>localStorage</code> attributes.
|-
|-
| XMLHttpRequest
| XMLHttpRequest
| [http://dev.w3.org/2006/webapi/XMLHttpRequest-2/ XMLHttpRequest Level 2]
|
[http://xhr.spec.whatwg.org/ XMLHttpRequest] (WHATWG)
 
[http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html XMLHttpRequest] (W3C)
|
|
|-
|-
| Origin
| Selectors API
|  
|  
[http://www.w3.org/TR/selectors-api/ Selectors API Level 1] (W3C)
[http://www.w3.org/TR/selectors-api2/ Selectors API Level 2] (W3C)
|  
|  
|-
| Selectors API
|
| (Was just an "XXX" issue marker in HTML5)
|-
| Web Workers
| http://whatwg.org/ww
| (Edited as part of HTML5 but was never actually published in the same final document)
|}
|}


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

Revision as of 18:30, 15 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)
Server-Sent Events Server-Sent Events (W3C)
URL

URLs (WHATWG)

IRIs (IETF)

Web Database Web SQL Database (W3C) Not being actively maintained, as of 2010-11-18.
Web Sockets

The WebSocket API (W3C)

The WebSocket Protocol (IETF)

RFC 6455
Web Storage Web Storage (W3C) Includes the sessionStorage and localStorage attributes.
XMLHttpRequest

XMLHttpRequest (WHATWG)

XMLHttpRequest (W3C)

Selectors API

Selectors API Level 1 (W3C)

Selectors API Level 2 (W3C)