-
Notifications
You must be signed in to change notification settings - Fork 1.8k
ui-select caret <i> is missing aria-label or labelledby #2110
Comments
I am also looking at ARIA/WCAG issues with this caret. My first thought was to look into adding But it occurs to me a simpler approach would be to simply add Any thoughts? |
I agree with you, that simply adding aria-hidden=true would solve this as well. This element like you mentioned is just visual and does not provide any additional functionality to the component that should not limit keyboard users. |
Caret for drop-down now marked aria-hidden. See angular-ui#2110
IBM has a tool, DAP, Dynamic Assessment Plugin. It tries to identify areas of a webpage that are missing required ARIA markup.
The caret that is present on the ui-select component, which has the class "caret pull-right" is missing an aria-label or the aria-labelledby attribute.
The text was updated successfully, but these errors were encountered: