-
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
Misleading definition of combobox #1349
Comments
I interpret the use of Per that reasoning, I read the MAY is essentially saying a combobox could be: Regardless if i'm incorrect here or not, I do agree there could be some wording updates to clarify. Confusion about the use of |
What speaks against it are the following facts:
|
your points don't change my interpretation, but rather stress the need for wording updates to clarify. |
I suggest to change the following sentences
to
It would also be good to add a new example after Example 6 that shows a combobox at a |
In my opinion the following definition in ARIA 1.2 for combobox is wrong:
The following sentence is clearer:
However, using MAY leaves open what else it could be.
I think the definition of combobox should be clear which elements may be used. Since I didn't create the new ARIA 1.2 combobox construct, I don't know what they are, but I suspect the following:
<input type=text>
for "single-line text field that supports editing and typing" (maybe also an element with contenteditable???)<div>, <span>
) for "an element that only displays the current value of the combobox" (maybe also<button>
???)I think an exact definition is very important, because at the end AT has to distinguish between combobox with text input and without text input. Without a clear definition each AT will find its own way to make this distinction and then it will not be consistent.
See w3c/html-aam#46 (comment)
The text was updated successfully, but these errors were encountered: