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
(Update links to spin-offs from the main HTML specification. (Origin and Web Workers are once again maintained in the main specification.)) |
No edit summary |
||
Line 10: | Line 10: | ||
| [http://mimesniff.spec.whatwg.org/ MIME Sniffing] (WHATWG) | | [http://mimesniff.spec.whatwg.org/ MIME Sniffing] (WHATWG) | ||
| | | | ||
|- | |- | ||
| URL | | URL | ||
Line 28: | Line 24: | ||
| 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 | ||
|- | |- | ||
| XMLHttpRequest | | XMLHttpRequest | ||
Line 51: | Line 41: | ||
| | | | ||
|} | |} | ||
(Not listed above, but should be: Origin) | |||
Work that is being done in the WHATWG and then republished elsewhere as well: | |||
{|border=1 cellpadding=4 cellspacing=0 | |||
|- | |||
! Specification | |||
! New location | |||
! Notes | |||
|- | |||
| HTML | |||
| [dev.w3.org/html5/spec/Overview.html HTML5] (W3C) | |||
| | |||
|- | |||
| Server-Sent Events | |||
| [http://dev.w3.org/html5/eventsource/ Server-Sent Events] (W3C) | |||
| | |||
|- | |||
| Web Sockets API | |||
| [http://dev.w3.org/html5/websockets/ The WebSocket API] (W3C) | |||
| | |||
|- | |||
| Web Storage | |||
| [http://dev.w3.org/html5/webstorage/ Web Storage] (W3C) | |||
| Includes the <code>sessionStorage</code> and <code>localStorage</code> attributes. | |||
|} | |||
(Not listed above, but should be: Web Workers) | |||
[[Category:Spec_coordination]] | [[Category:Spec_coordination]] |
Revision as of 18:40, 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) | |
URL |
URLs (WHATWG) IRIs (IETF) |
|
Web Database | Web SQL Database (W3C) | Not being actively maintained, as of 2010-11-18. |
Web Sockets |
The WebSocket Protocol (IETF) |
RFC 6455 |
XMLHttpRequest |
XMLHttpRequest (WHATWG) XMLHttpRequest (W3C) |
|
Selectors API |
Selectors API Level 1 (W3C) Selectors API Level 2 (W3C) |
(Not listed above, but should be: Origin)
Work that is being done in the WHATWG and then republished elsewhere as well:
Specification | New location | Notes |
---|---|---|
HTML | [dev.w3.org/html5/spec/Overview.html HTML5] (W3C) | |
Server-Sent Events | Server-Sent Events (W3C) | |
Web Sockets API | The WebSocket API (W3C) | |
Web Storage | Web Storage (W3C) | Includes the sessionStorage and localStorage attributes.
|
(Not listed above, but should be: Web Workers)