Platform/Features/Input Number: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
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" />
| <input type='number'>
| {{StatusHealthy|status=Content patches wrote and mostly reviewed. Layout patches TBD.}}
| 2011-06-30
| Mounir Lamouri
<section end="status" />
|-
|}


== Summary ==
Implementation of <input type='number'>, a form field to select a number.
See http://www.whatwg.org/specs/web-apps/current-work/multipage/number-state.html#number-state
== Team ==
* '''Feature Manager''': ''Mounir Lamouri''
* '''Developer''': ''Mounir Lamouri''
* '''Product Manager''':
* '''UX''': ''Alexander Limi''
* '''Accessibility''': ''David Bolter''
* '''QA''': ''Simona Badau (irc: simonab)''
== Release Requirements ==
* Follow specifications (except if on purpose)
* Have a decent native and localized 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
* Improve UX
* Localization/Internationalization
* Make sure the element is accessible
== Open Issues ==
* Few specifications details (''Mounir Lamouri'')
* User eXperience details (there are currently no plans) (''Alexander Limi'')
* Accessibility plans ({{Bug|559761}}) (''David Bolter'')
== Related Bugs & Dependencies ==
Feature tracking bug: {{bug|344616}}
== Designs ==
HTML spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/number-state.html#number-state
== 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.
== Non-Goals ==
We do not want to have the ideal implementation especially for the UX. This could be improved later.
[[Category:Features]]
[[Category:Platform]]

Revision as of 14:00, 12 July 2011