Open
Bug 555985
Opened 15 years ago
Updated 2 years ago
Remaining <meter> work
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: mounir, Unassigned)
References
(Depends on 1 open bug, 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•14 years ago
|
||
On Windows, will the meter be blue, like in Windows Explorer?
Updated•14 years ago
|
Keywords: dev-doc-needed
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.
Reporter | ||
Comment 3•14 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]
Reporter | ||
Updated•14 years ago
|
Reporter | ||
Updated•13 years ago
|
Summary: Implement meter element → Implement meter element enough to ship
Reporter | ||
Updated•13 years ago
|
Comment 4•13 years ago
|
||
Sorry for the bugspam but anything new ?
Reporter | ||
Updated•13 years ago
|
Updated•12 years ago
|
Comment 5•12 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•12 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
Reporter | ||
Comment 7•12 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>.
Reporter | ||
Updated•11 years ago
|
Whiteboard: [mentor=volkmar]
Updated•9 years ago
|
Summary: Implement meter element enough to ship → Remaining <meter> work
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Blocks: html-forms
Comment 8•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: mounir → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•