-
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
Add explicit value calculations for textbox
and searchbox
role
#1720
Comments
When looking at how a combobox is currently named, it leads to the definition of a button as seen below.
The button definition doesn't link to https://www.w3.org/TR/accname-1.1/. Is it reasonable to link to the accname calculation rather than the button definition? @spectranaut can I work on this one? |
yeah feel free! I'll put you on as assigned. I agree is makes more sense to link to the accname calculation. |
@spectranaut I decided not to link to the accname calculation since it goes beyond looking at descendant content for a value. |
@spectranaut can this be closed since PR 1783 was approved? |
'Added explanations for how textboxes and searchboxes obtain thier values to fix w3c#1720
Fixes w3c#1720. Removing the MUST statement about getting the value for a combobox because it includes logic to get a value. The method to get a value will be handled outside the ARIA spec, in either accName or Core-AAM. See the discussion at w3c/accname#184.
Re-opening since this looked like an accidental close across forks. #1871 is the local PR, I believe. |
We are now discussion this issue in accname, in this issue: w3c/accname#200 Maybe we should close this as a duplicate, or leave it open in case someone searches this repo? |
I'd say let's close then. Searching closed issues will surface this. |
A textbox has a value according to the spec:
A type of input that allows free-form text as its value.
But ARIA does not specify how the value is calculated and CORE-AAM does not specify how the implicit value is translated into the accessibility APIs.Combobox's value is specified and we will probably want to follow the same convention.
Whatever we specify for
textbox
probably will apply tosearchbox
as well.The text was updated successfully, but these errors were encountered: