Open
Bug 559753
Opened 15 years ago
Updated 3 months ago
Expose numeric current/min/max/step values for date and time inputs
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
NEW
People
(Reporter: surkov, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: access)
HTML5 defines min, max (http://dev.w3.org/html5/spec/forms.html#attr-input-min) , step (http://dev.w3.org/html5/spec/forms.html#attr-input-step) attributes for Date and Time, Date, Month, Week, Time, Local Date and Time, Number, Range HTML 5 input types.
Updated•3 years ago
|
Severity: normal → S3
Comment 1•3 months ago
|
||
- We now support this for range and number.
- We don't support week and month at all, so this isn't relevant there until we do.
- We do expose the accessible value interface for date and time, but it doesn't return any values. Morphing this bug to cover that.
Severity: S3 → S4
Summary: implement nsIAccessibleValue on HTML5 input → Expose numeric current/min/max/step values for date and time inputs
You need to log in
before you can comment on or make changes to this bug.
Description
•