-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allowed structures for spinbutton widgets is ambiguous #812
Milestone
Comments
mcking65
added a commit
that referenced
this issue
Aug 31, 2018
…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.
jnurthen
pushed a commit
that referenced
this issue
Oct 5, 2018
…th sibling steppers (#813) 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.
Fixed by #813 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ARIA spinbutton specification says:
It also says:
The above text is describing a composite structure like:
Another structure supported by this spec language is:
However, the most common way of implementing a spinbutton widget that has a textinput has the increment and decrement buttons as siblings like:
The description should more clearly permit building a spinbutton in this way.
This is related to APG issue w3c/aria-practices#826.
The text was updated successfully, but these errors were encountered: