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
(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:// | | [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://url.spec.whatwg.org/ URLs] (WHATWG) | |||
[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) | ||
| | | Not being actively maintained, as of 2010-11-18. | ||
|- | |- | ||
| Web Sockets | | Web Sockets | ||
| | | | ||
[http://dev.w3.org/html5/websockets/ The | [http://dev.w3.org/html5/websockets/ The WebSocket API] (W3C) | ||
[http://tools.ietf.org/html/ | [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 | | Includes the <code>sessionStorage</code> and <code>localStorage</code> attributes. | ||
|- | |- | ||
| XMLHttpRequest | | XMLHttpRequest | ||
| [http:// | | | ||
[http://xhr.spec.whatwg.org/ XMLHttpRequest] (WHATWG) | |||
[http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html XMLHttpRequest] (W3C) | |||
| | | | ||
|- | |- | ||
| | | 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) | |||
| | | | ||
|} | |} | ||
[[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) |