|
|
| Line 1: |
Line 1: |
| {| class="fullwidth-table"
| |
| |-
| |
| | style="font-weight: bold; background: #DDD;" | Feature
| |
| | style="font-weight: bold; background: #DDD;" | Status
| |
| | style="font-weight: bold; background: #DDD;" | ETA
| |
| | style="font-weight: bold; background: #DDD;" | Owner
| |
| |-
| |
| <section begin="status" />
| |
| | <meter>
| |
| | {{StatusHealthy|status=All patches reviewed except default rendering and native styles.}}
| |
| | 2011-06-30
| |
| | Mounir Lamouri
| |
| <section end="status" />
| |
| |-
| |
| |}
| |
|
| |
|
| == Summary ==
| |
| Implementation of the <meter> element that represents a scalar measurement within a known range, or a fractional value.
| |
|
| |
| See http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-meter-element
| |
|
| |
| == Team ==
| |
| * '''Feature Manager''': ''Mounir Lamouri''
| |
| * '''Developers''': ''Laurent Dulary'', ''Vincent Lamotte'' and ''Yoan Teboul''
| |
| * '''Product Manager''':
| |
| * '''Accessibility''': ''David Bolter''
| |
| * '''QA''':
| |
|
| |
| == Release Requirements ==
| |
| * Follow specifications (except if on purpose)
| |
| * Have a good native UI (if available)
| |
| * Being able to style the element
| |
| * Accessible
| |
|
| |
| == Steps ==
| |
| * Review specifications
| |
| * Implement the content part
| |
| * Implement the layout part
| |
| * Use native style when available
| |
| * Author styling (implement pseudo-classes and pseudo-elements)
| |
| * Make sure the element is accessible
| |
| * Implement the vertical orientation
| |
| * Nice default UI
| |
|
| |
| == Open Issues ==
| |
| * No native style on GTK and Windows XP: the default style might be ugly...
| |
| * Windows Vista/7 can have a native style but could be perceived as a dirty hack.
| |
| * MacOS X has a native style. Patch being written.
| |
|
| |
| == Designs ==
| |
| HTML spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-meter-element
| |
|
| |
| == Test Plans ==
| |
| * Conformance tests (against specs)
| |
| * Rendering tests for layout
| |
| * Trying to have all bits of the patches tested
| |
|
| |
| == Goals ==
| |
| Have an implementation that can be used by authors as soon as it is released.
| |
|
| |
| [[Category:Features]]
| |
| [[Category:Platform]]
| |