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
ColumnHider button is not labeled for screen readers. JAWS reads button as unlabeled. For accessibility, the i18nColumnHider.popupLabel should be applied to the button itself as well as an aria-label.
The text was updated successfully, but these errors were encountered:
Just to confirm, are you suggesting we add the popupLabel message as an aria-label on the menu trigger node in addition to the dialog itself which it is already on?
Essentially yes, the text contained in popupLabel would be perfect as an
aria-label on the columnhider button. Currently, the button is read by JAWS
as "unlabeled button" which does not give a user any information as to what
it does.
I would imagine it would probably be better to use another variable to hold
the button aria-label text. I kinda wrote the issue quickly and should have
been more clear.
Just to confirm, are you suggesting we add the popupLabel message as an
aria-label on the menu trigger node in addition to the dialog itself which
it is already on?
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/807#issuecomment-32061617
.
ColumnHider button is not labeled for screen readers. JAWS reads button as unlabeled. For accessibility, the i18nColumnHider.popupLabel should be applied to the button itself as well as an aria-label.
The text was updated successfully, but these errors were encountered: