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)

defect

Tracking

()

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.
Blocks: 559761
Blocks: 559764
No longer depends on: 556010
Severity: normal → S3
  1. We now support this for range and number.
  2. We don't support week and month at all, so this isn't relevant there until we do.
  3. 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.