You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let role be the result of computing the [WAI-ARIA role](https://w3c.github.io/webdriver/#dfn-wai-aria-role) of element.
In the ARIA spec currently, we don't specify how to "compute the WAI-ARIA role", and the raw role string (i.e. "foo" for role="foo") should not be return in some cases. For example, we have synonyms (role=image and role=img) which should both return the same roles.
We are working on a fix in ARIA, and when that lands, the GetComputedRole should reference it: w3c/core-aam#167
The text was updated successfully, but these errors were encountered:
whimboo
changed the title
GetComputedRole should reference WAI-ARIA Computed Role
Get Computed Role" should reference WAI-ARIA Computed Role
Mar 20, 2023
whimboo
changed the title
Get Computed Role" should reference WAI-ARIA Computed Role
"Get Computed Role" should reference WAI-ARIA Computed Role
Mar 20, 2023
Currently, GetComputedRole spec says:
In the ARIA spec currently, we don't specify how to "compute the WAI-ARIA role", and the raw role string (i.e. "foo" for
role="foo"
) should not be return in some cases. For example, we have synonyms (role=image
androle=img
) which should both return the same roles.We are working on a fix in ARIA, and when that lands, the GetComputedRole should reference it: w3c/core-aam#167
The text was updated successfully, but these errors were encountered: