Accessibility/HTML5 Forms: Difference between revisions

no edit summary
(Created page with 'This page is a collection of new HTML5 specific @type values for the html:input element as well as some new form and text output elements that will be in the next Firefox release…')
 
No edit summary
Line 14: Line 14:


Question: What if both title and placeholder are specified? The [http://dev.w3.org/html5/spec/Overview.html#the-placeholder-attribute spec] doesn't forbid that. If placeholder is exposed via accessibleDescription, it was suggested by Pete Brunet that title should be used and placeholder should be ignored in such cases.
Question: What if both title and placeholder are specified? The [http://dev.w3.org/html5/spec/Overview.html#the-placeholder-attribute spec] doesn't forbid that. If placeholder is exposed via accessibleDescription, it was suggested by Pete Brunet that title should be used and placeholder should be ignored in such cases.
==New input types==
The following is a list of new input types (defined by the @input attribute to the html:input element).
===color===
*{{bug|559767}}
*Accessible Role: possibly reuse XUL color picker class
*support associated widgets
*Support list of predefined options {{bug|559766}}
===date===
*{{bug|559762}}
*Accessible Role: ROLE_DATE_EDITOR
*Make associated calendar widget accessible as well
*Support list of predefined options {{bug|559766}}
*support of STATE_INVALID?
===email===
*{{bug|559759}}
*Accessible Role: combobox
*Support autocomplete {{bug|559766}}
*support of STATE_INVALID
===number===
*{{bug|559761}}
*Accessible Role: combobox
*Support autocomplete {{bug|559766}}?
*support of STATE_INVALID
*Support AccessibleValue interface {{bug|559753}}
===range===
*{{bug|559764}}
*Accessible Role: possibly like XUL:scale and xforms:range
*support of STATE_INVALID?
*Support AccessibleValue interface {{bug|559753}}
===search===
*{{bug|559747}}
*Accessible Role: combobox
*Support autocomplete {{bug|559766}}
===tel===
*{{bug|559746}}
*Accessible Role: combobox
*Support autocomplete {{bug|559766}}
*support of STATE_INVALID
===url===
*{{bug|559745}}
*Accessible Role: combobox
*Support autocomplete {{bug|559766}}
*support of STATE_INVALID
Confirmed users
292

edits