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 |
---|---|---|---|---|---|---|---|---|
204 | 0 (0%) | 16 (8%) | 0 (0%) | 9 (5%) | 21 (11%) | 2 (1%) | 6 (3%) | 27 (14%) |
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
- NeedsLiveSample
- NeedsContent
- NeedsNewBrowserCompatTable
- NeedsUpdate
Editorial reviews
Found 9 pages. Learn more about how to do an editorial review.
Technical reviews
Found 21 pages. Learn more about how to do a technical review.
- CORS settings attributes
- draggable
- dropzone
- hidden
- itemid
- itemprop
- itemref
- itemscope
- itemtype
- HTML elements reference
- <body>: The Document Body element
- <em>: The Emphasis element
- <figure>
- <header>
- <input type="range">
- <slot>
- <td>: The Table Data Cell element
- <time>
- <u>
- Link types
- Media formats for HTML audio and video
Outdated pages
Found 2 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.
- style
735 days old - Microformats
686 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 27 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 |
945041 | need a devmo page on favicon guidance |
961626 | Document members of GlobalEventHandlers mixin |
974432 | Document URL encoding |
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 |
1255429 | Implicit sectioning example incorrect |
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? |
1285799 | HTMLIFrameElement lists a lot of Firefox OS specific methods |
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 |
1367509 | Broken Link: Radio Buttons link from Checkbox page |
1370014 | Sample event handling of drag event is just bad example of coding practices |
1379971 | Missing Documentation (dead links) for Shadow DOM |
1387437 | Impact of the lang attribute/localization on the different form types isn't documented |
1392735 | Replace English specific pronoun table with easier to translate example. |
1398372 | Need a guide to HTML templates |
1399818 | Missing link to doucment.load |
1402619 | Location header with 201 response |
1406893 | Create page: HTML forms |
1416827 | I think there is a problem in the section of relative URL. |
1422993 | Create a "Ruby annotations guide" article |
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 | 204 | 0 (0%) | 0 (0%) |
bn-BD | 204 | 42 (20%) | 0 (0%) |
ca | 204 | 164 (80%) | 0 (0%) |
de | 204 | 104 (50%) | 9 (8%) |
es | 204 | 162 (79%) | 7 (4%) |
fa | 204 | 8 (3%) | 0 (0%) |
fr | 204 | 204 (100%) | 169 (82%) |
it | 204 | 50 (24%) | 2 (4%) |
ja | 204 | 175 (85%) | 38 (21%) |
kab | 204 | 2 (0%) | 0 (0%) |
ko | 204 | 122 (59%) | 5 (4%) |
nl | 204 | 15 (7%) | 7 (46%) |
pl | 204 | 52 (25%) | 1 (1%) |
pt-BR | 204 | 107 (52%) | 11 (10%) |
pt-PT | 204 | 9 (4%) | 1 (11%) |
ro | 204 | 22 (10%) | 11 (50%) |
ru | 204 | 66 (32%) | 10 (15%) |
zh-CN | 204 | 184 (90%) | 28 (15%) |
zh-TW | 204 | 31 (15%) | 2 (6%) |
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