This page tracks ongoing documentation work in the MDN HTML section. Feel free to contribute!
Summary
Pages | No tags | Needs* tags | Missing tags | Editorial reviews | Technical reviews | Outdated pages | Dev-doc-needed bugs | Documentation requests |
---|---|---|---|---|---|---|---|---|
197 | 0 (0%) | 16 (9%) | 0 (0%) | 9 (5%) | 18 (10%) | 17 (9%) | 6 (4%) | 33 (17%) |
See also localization status of this section.
Needs* tags
Found 16 pages. Learn more about how to deal with meta-tags.
- NeedsExample
- NeedsBrowserCompatibility
- NeedsMobileBrowserCompatibility
- NeedsCompatTable
- NeedsBrowserAgnosticism
- NeedsNewBrowserCompatTable
- NeedsContent
- NeedsUpdate
Editorial reviews
Found 9 pages. Learn more about how to do an editorial review.
Technical reviews
Found 18 pages. Learn more about how to do a technical review.
Outdated pages
Found 17 pages. These pages haven't been updated in over a year. Outdated pages can have problems with both content and format. Look at these pages and consider: Is this page talking about the Web of today? Does it look consistent with newer pages in this topic area? If not, make any needed changes.
- spellcheck
931 days old - style
580 days old - translate
915 days old - <bgsound>
534 days old - <center>
368 days old - <command>
534 days old - <dir>
1052 days old - <frame>
1179 days old - <frameset>
996 days old - <image>
534 days old - <listing>
1345 days old - <nobr>
534 days old - <noembed>
516 days old - <plaintext>
1160 days old - <tt>
1345 days old - HTML reference
568 days old - Microformats
531 days old
Dev-doc-needed bugs
Found 6 bugs. Learn more about how to resolve a dev-doc-needed bug.
Bug | Summary | Release |
---|---|---|
640953 | Apply spec changes to <progress> (if needed) | --- |
946398 | Flip the pref to enable <input type=number> | mozilla29 |
930277 | Flip the pref to enable <input type=color> for Linux/Gtk, Windows and Mac OS | mozilla28 |
261037 | overflow property not implemented on fieldset | mozilla27 |
884332 | Limit <input type='email'>'s value to have labels of 63 chars max | mozilla26 |
717181 | Make <fieldset> invalid if they contain an invalid form control | mozilla26 |
Browse as bug list.
Documentation requests
Found 33 bugs. Documentation request bugs can contain various kinds work related to MDN pages. Read through the bug and ask questions in the bug if in doubt.
Bug | Summary |
---|---|
521391 | [HTML5] Provide a dev doc explaining how to avoid speculation failures |
861235 | [meta] Clean up the <input> doc (<input type="..."> etc) |
866430 | Documentation for the <input type=time> implementation |
866440 | Documentation for the <input type=date> implementation |
866457 | Documentation for the <input type=number> implementation |
945041 | need a devmo page on favicon guidance |
961626 | Document members of GlobalEventHandlers mixin |
974432 | Create a page about URL encoding |
1050937 | [META] Thoroughly document HTML <picture> element |
1214587 | Get rid of .htmlelt in fr pages |
1214589 | Remove the Christmas tree decoration in en-US HTML reference pages |
1244093 | html input prop autocomplete with random string doesn't disable autocomplete in chrome 47 |
1247613 | Document rel=noopener |
1249360 | Hey, I was just going through the CSS Tutorial and found that at the end of it, there was a link to SVG and CSS which was already covered. So I guess it might have put wrongly there. If possible please change the link. Thanks |
1255429 | Implicit sectioning example incorrect |
1256957 | HTML forms guide normative reference links to a page that no longer exists |
1276005 | clarify value attribute in <button> tag |
1279180 | The HTML element reference for object says 'permitted content' is deviceid elements, not param elements as elsewhere stated. Am I wrong, or is it? |
1283815 | Move HTML compat data to a JSON DB |
1285799 | HTMLIFrameElement lists a lot of Firefox OS specific methods |
1298625 | Date and Time picker tutorial link on <input type="date"> page goes to Buttons tutorial instead. |
1304356 | Document autocomplete event |
1320478 | Documentation for HTML <meta> element: typo in Notes for 'name' attribute |
1321351 | Write docs about schema.org |
1332072 | Missing documentation for <rb> element |
1343246 | In the HTML reference documentation, on the '<input>' page, there are links on each '<input> type= ' option. The link for 'range' type is broken. |
1347702 | "text" type input element - page not present when followed link from input element page |
1367509 | Broken Link: Radio Buttons link from Checkbox page |
1368863 | Create docs for <input type="radio"> |
1370014 | Sample event handling of drag event is just bad example of coding practices |
1371265 | Create article for <input type="time"> |
1377788 | In Html tutorial, under "HTML table basics/School timetable" <col style="width:42px"> not working in Htnl5 |
1379971 | Missing Documentation (dead links) for Shadow DOM |
Browse as bug list.
Localizations
Please help us to localize this documentation into different languages. Read more about how to translate.
Language | Pages | Translated | Translations up to date |
---|---|---|---|
af | 185 | 0 (0%) | 0 (0%) |
bn-BD | 185 | 44 (23%) | 8 (18%) |
ca | 185 | 14 (7%) | 1 (7%) |
de | 185 | 94 (50%) | 34 (36%) |
es | 185 | 159 (85%) | 68 (42%) |
fa | 185 | 8 (4%) | 2 (25%) |
fr | 197 | 193 (97%) | 178 (92%) |
it | 185 | 45 (24%) | 4 (8%) |
ja | 191 | 172 (90%) | 34 (19%) |
kab | 184 | 2 (1%) | 1 (50%) |
ko | 185 | 118 (63%) | 17 (14%) |
nl | 185 | 10 (5%) | 2 (20%) |
pl | 185 | 49 (26%) | 3 (6%) |
pt-BR | 185 | 89 (48%) | 19 (21%) |
pt-PT | 185 | 6 (3%) | 0 (0%) |
ro | 185 | 4 (2%) | 0 (0%) |
ru | 183 | 38 (20%) | 17 (44%) |
zh-CN | 193 | 177 (91%) | 74 (41%) |
zh-TW | 185 | 22 (11%) | 10 (45%) |
The <picture> project
HTML has defined the way to deal with responsive images and similar image selections problems. Mainly they decided to add a new element, <picture>
, and a new srcset
attribute.
Project plan
[Not started]
Add<picture>
[Review n eeded]
Addsrcset
Extend[Not started]
<source>
Update[Not started]
<img>
,<video>
and<audio>
[Not started]
AddHTMLPictureElement
[Not started]
ExtendHTMLSourceElement
[Not started]
UpdateHTMLImageElement
,HTMLVideoElement
,HTMLAudioElement
[Not started]
Add a tutorial about how to use the<picture>
element and thesrcset
attribute[Done]
Update HTML Elements list
Update HTML Element List page[Not started]
[Not started]
Update HTML Attribute list
Notes
Tagging standard
- TBD
Other tasks to do
- TBD
Tutorial to-do list
- TBD
Notes for translators
Any notes here? Where do we expect updates, so that localizers don't translate and update too often?
Specifications
The following specifications are tracked by this status page:
TBD