HTML5.0AtRiskFeatures
From HTML WG Wiki
(Difference between revisions)
(→HTML 5.0) |
|||
| Line 18: | Line 18: | ||
* appcache (cf HTML f2f November 1 discussion) | * appcache (cf HTML f2f November 1 discussion) | ||
* [http://www.w3.org/TR/html5/history.html#navigating-across-documents Navigating across documents] | * [http://www.w3.org/TR/html5/history.html#navigating-across-documents Navigating across documents] | ||
| + | * [http://dev.w3.org/html5/spec/constraints.html#form-submission-0 Form Submission Process] - method-based switch algorithm and javascript/ftp schemes | ||
== HTML Canvas 2D Context == | == HTML Canvas 2D Context == | ||
Revision as of 11:23, 2 November 2012
The following in an unordered list of features identified to be at risk for inclusion in the HTML 5.0 set of specifications. Over time this list may be refactored into multiple pages, with this page remaining for navigation purposes.
HTML 5.0
- <hgroup>
- <command> and commands API
- <menu> and context menus feature (“contextmenu” attribute)
- <dialog>
- <details> and <summary>
- <input type=color>
- <input type=datetime>, <input type=month>, <input type=week>, <input type=time>, <input type=datetime-local>
- <output>
- <style scoped>
- <iframe seamless>
- Custom scheme and content handlers (registerProtocolHandler and registerContentHandler)
- Outline algorithm
- UA mechanism for navigating to resources linked to in cite="", see Bug 18915 for more.
- appcache (cf HTML f2f November 1 discussion)
- Navigating across documents
- Form Submission Process - method-based switch algorithm and javascript/ftp schemes
