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
Describe the bug
Accessibility issue with ui5-checkbox as the shadow DOM input element with type=checkbox is missing aria-label attribute
Axe identifies this as a problem
Part of #3107
BREAKING CHANGE: The support for ```aria-labelledby``` have been deprecated in favour of new attribute ```accessible-name-ref``` for the following components:
- ComboBox (Requested by SF #1916)
- DatePicker (Requested by SF #2107)
- Input (Requested #1866)
- List (Requested by SF #1886)
- Rating Indicator
- Select (Requested by SF #2107)
- StepInput (Implemented as part of the initial implementation #2804)
- TextArea (Requested by SF #2107)
- WizardStep (Implemented as part of the initial implementation #2400)
The ```aria-labelledby``` has been deprecated for the following component:
- Button (Requested by SF #1425)
The ```accessible-name``` has been deprecated for the following components:
- Link (Requested by SF #2356)
Both ```aria-labelledby``` and ```accessible-name``` have been deprecated for the following components:
- Card (Requested by CBC #2127)
- CheckBox (Requested by SF #2265)
Describe the bug
Accessibility issue with ui5-checkbox as the shadow DOM input element with type=checkbox is missing aria-label attribute
Axe identifies this as a problem
To reproduce
Steps to reproduce the behavior:
Goto https://sap.github.io/ui5-webcomponents/playground/components/CheckBox/
check the shadow dom for any of the checkboxes
Expected behavior
ui5-checkbox label value should be associated to the shadow input dom element with type "checkbox"
Screenshots
Affected components (if known)
ui5-checkbox
The text was updated successfully, but these errors were encountered: