-
Notifications
You must be signed in to change notification settings - Fork 27
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
Is the documentation regarding the computation of name and description of tabular elements correct? #179
Comments
Curious why this was closed. I was going to ask the same question. My understanding of the accessible name computation, which corresponds to how I've seen accessible names calculated by browsers, is that content should fall between ARIA labels and |
These elements should probably be broken apart and their naming re-reviewed. for example:
|
from @extra808
|
According to the documentation for the
tr
,td
, andth
elements, the current computation rules only consider thearia-label
,aria-labelledby
, ortitle
attributes, otherwise these elements have no name or description.Should not the subtree of these elements be considered, at least as far as the accessible name goes?
The text was updated successfully, but these errors were encountered: