-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Role spinbutton: allow empty values, no min, no max, and structure wi…
…th sibling steppers For issue #797, allow empty spin buttons by: 1. Changing aria-valuenow to supported from required property. 2. Changing prose to author SHOULD from author MUST specify value for aria-valuenow. 3. Adding aria-valuetext as supported property. For issue #642, allow min and max to be undefined: 1. Change aria-valuemin and aria-valuemax from required to supported properties. 2. Revise prose of paragraph with normative statements. For issue #812: 1. Change description to clearly state that a text field with sibling buttons outside the spinbutton is permitted. 2. Related editorial change to consolidate keyboard requirements into a single paragraph. 3. Other related editorial revisions for clarity.
- Loading branch information
Showing
1 changed file
with
10 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters