canmove, Confirmed users
2,854
edits
(→see also: DOM) |
(move HTML5 support and documentation to here, other misc minor updates) |
||
| Line 2: | Line 2: | ||
Welcome to the Mozilla wiki page on [[HTML5]]. Please feel free to contribute new elements or new sections. -- [[User:Tantek|Tantek]] | Welcome to the Mozilla wiki page on [[HTML5]]. Please feel free to contribute new elements or new sections. -- [[User:Tantek|Tantek]] | ||
== reference == | |||
The HTML5 spec: | |||
* http://www.w3.org/TR/html5/ | |||
* http://www.w3.org/TR/html-markup/ | |||
Latest details on any particular feature are likely better defined here: | |||
* https://html.spec.whatwg.org/multipage/ | |||
== subpages == | |||
{{Special:PrefixIndex/{{FULLPAGENAME}}/}} | {{Special:PrefixIndex/{{FULLPAGENAME}}/}} | ||
== by spec section == | == by spec section == | ||
| Line 59: | Line 66: | ||
* http://mrdoob.com/ (has numerous HTML5 samples, lots of <canvas> experiments) | * http://mrdoob.com/ (has numerous HTML5 samples, lots of <canvas> experiments) | ||
== | == projects == | ||
The | A few ideas for improving the understanding and adoption of Firefox's HTML5 support. Help is definitely encouraged on any / all of these. Want to help out? Feel free to edit this section, add suggestions with your name (please sign with <nowiki>~~~~</nowiki> ), and volunteer to help out. | ||
* | |||
* | === HTML5 support and documentation === | ||
The better we document and explain Firefox's HTML5 support, the more developers learn about it and put it to use in real world web apps, the more feedback we get on Firefox's HTML5 implementation and know what to improve and iterate on, etc. A key goal here is to encourage an ever stronger feedback loop that improves the state of the art of HTML5 Web App development in general, and in particular with building increasingly higher fidelity HTML5+CSS3 Web Apps with Firefox as a development platform. | |||
* | |||
Some specific tasks that would help: | |||
* Increased documentation of Firefox's HTML5 support/efforts in general (per release). Each release (even dotrevs) should come with a link to a support chart (for HTML5, CSS3 at a minimum). | |||
** expanding/updating https://developer.mozilla.org/en/HTML/HTML5 | |||
*** including https://developer.mozilla.org/en/HTML/HTML5/FAQ | |||
* Public test cases that illustrate Firefox's HTML5 support | |||
* Public support charts/tables summarizing Firefox's HTML5 support (linking to aforementioned test cases) | |||
* A proper draft test suite constructed from those test cases (submit to W3C HTML WG) | |||
* Implementation reports based on those test suites | |||
* Perhaps a place to gather testimonials about Firefox's HTML5 support | |||
== open issues == | === open issues === | ||
This is a flat list of spec issues that we're considering or pursuing fixes for. Individual issues are typically listed/described on the specific element they apply to. | This is a flat list of spec issues that we're considering or pursuing fixes for. Individual issues are typically listed/described on the specific element they apply to. | ||
Clustered by element: | Clustered by element: | ||
* [[HTML5/cite#names_of_speakers|restore <cite> names of speakers]] | * [[HTML5/cite#names_of_speakers|restore <cite> names of speakers]] | ||
| Line 89: | Line 105: | ||
* [[HTML5/time#nesting_time|nesting <time>]] | * [[HTML5/time#nesting_time|nesting <time>]] | ||
== resolved issues == | === resolved issues === | ||
Spec issues that have been favorably resolved. | Spec issues that have been favorably resolved. | ||
* [[HTML5/del#datetime_should_take_date|<del> and <ins> datetime should take date]]. | * [[HTML5/del#datetime_should_take_date|<del> and <ins> datetime should take date]]. | ||