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
There are a few newer ARIA attributes of type: string that I think should be allowed as empty:
aria-braillelabel
aria-brailleroledescription
aria-valuetext
Since both aria-label and aria-roledescription are allowed to be empty, I see no reason why their braille equivalents shouldn't be. As for valuetext, it seems fairly reasonable that values can be empty, so aria-valuetext should be allowed empty too.
The text was updated successfully, but these errors were encountered:
There are a few newer ARIA attributes of type: string that I think should be allowed as empty:
Since both
aria-label
andaria-roledescription
are allowed to be empty, I see no reason why their braille equivalents shouldn't be. As for valuetext, it seems fairly reasonable that values can be empty, so aria-valuetext should be allowed empty too.The text was updated successfully, but these errors were encountered: