Platform/Features/Progress Element: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
m (clearing in prep for migration to new feature page format)
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" />
| <progress>
| {{StatusHealthy|status=Landed and ready to be shipped.}}
| 2011-05-30
| Mounir Lamouri
<section end="status" />
|-
|}


== Summary ==
Implementation of the <progress> element, a form widget to show a progression.
See http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-progress-element
== Team ==
* '''Feature Manager''': ''Mounir Lamouri''
* '''Developer''': ''Mounir Lamouri''
* '''Product Manager''':
* '''Accessibility''': ''David Bolter''
* '''QA''': ''Vlad Ghetiu (irc: vladg)''
== Release Requirements ==
* Follow specifications (except if on purpose)
* Have a good native UI
* Being able to style the element
* Accessible
== Steps ==
* Review specifications
* Implement the content part
* Implement the layout part
* Use native style on GTK (GNU/Linux), MacOS X and Windows (XP to 7)
* Author styling
* Make sure the element is accessible
* Implement the vertical progress bar (layout + native style)
* Nice default UI
== Open Issues ==
* Should we ship with a nice default UI (when non-native)? ({{bug|644361}}) (''Mounir Lamouri'')
== Designs ==
HTML spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-progress-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]]

Revision as of 13:41, 12 July 2011