Open
Bug 555985
Opened 11 years ago
Updated 2 years ago
Remaining <meter> work
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
ASSIGNED
People
(Reporter: mounir, Assigned: mounir)
References
(Depends on 2 open bugs, Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed, html5, student-project)
The meter element represents a scalar measurement within a known range, or a fractional value; for example disk usage, the relevance of a query result, or the fraction of a voting population to have selected a particular candidate. This shouldn't be used as a progress bar. For that role, HTML provides a separate progress element.
Comment 1•11 years ago
|
||
On Windows, will the meter be blue, like in Windows Explorer?
Updated•11 years ago
|
Keywords: dev-doc-needed
Comment 2•10 years ago
|
||
Added initial page/documentation at https://developer.mozilla.org/en/HTML/Element/meter with header for unimplemented. Definitely needs better examples, and the attributes section may need clarification/rework to make it easier to understand the relationships between value/min/max/low/high/optimum. Will need any application-specific notes and gecko-minversion header when support is added.
Assignee | ||
Comment 3•10 years ago
|
||
Three students (Vincent, Laurent and Yoan) are going to spend a month working on this new HTML element for a university project. I'm assigning the bug to myself to make clear that someone is working on this bug I'm only mentoring them ;)
Assignee: nobody → mounir.lamouri
Status: NEW → ASSIGNED
Keywords: student-project
Whiteboard: [mentor=volkmar]
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Updated•10 years ago
|
Summary: Implement meter element → Implement meter element enough to ship
Assignee | ||
Updated•10 years ago
|
Comment 4•9 years ago
|
||
Sorry for the bugspam but anything new ?
Assignee | ||
Updated•9 years ago
|
Updated•8 years ago
|
Comment 5•8 years ago
|
||
Isn't it working already? Apllying: document.body.innerHTML='<p>Heat the oven to <meter min="200" max="500" value="350">350 degrees</meter>.</p>' works. (code taken from MDN docs)
Comment 6•8 years ago
|
||
I tested <meter> on Firefox 18, Linux and OSX using the MDN examples, and I can confirm that it works. Test case: http://jsbin.com/ogokay/2/edit
Assignee | ||
Comment 7•8 years ago
|
||
<meter> is indeed implemented. However, three things are missing and those are the three open bugs blocking this one. We should ideally fix them to consider to be completely done with <meter>.
Assignee | ||
Updated•8 years ago
|
Whiteboard: [mentor=volkmar]
Updated•5 years ago
|
Summary: Implement meter element enough to ship → Remaining <meter> work
Updated•3 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Blocks: html-forms
You need to log in
before you can comment on or make changes to this bug.
Description
•