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
{{ message }}
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
The ARIA spec allows for multiple roles but only one is applied. axs.utils.getRoles should indicate which role was "applied" as this is likely to be required in many cases.
For example given the element below:
<span role="foo bar checkbox button">
axs.utils.getRoles should indicate that the applied role is checkbox.
This is best implemented as a new property applied on the return value which references the applied role roleObject.
The text was updated successfully, but these errors were encountered:
The ARIA spec allows for multiple roles but only one is applied.
axs.utils.getRoles
should indicate which role was "applied" as this is likely to be required in many cases.For example given the element below:
<span role="foo bar checkbox button">
axs.utils.getRoles
should indicate that the applied role ischeckbox
.This is best implemented as a new property
applied
on the return value which references the applied roleroleObject
.The text was updated successfully, but these errors were encountered: