-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Topic RD] All components - issues after ACC testing #5827
Labels
Comments
This was referenced Sep 26, 2022
LidiyaGeorgieva
added a commit
that referenced
this issue
Oct 3, 2022
…en Side Navigation is collapsed #5827
LidiyaGeorgieva
added a commit
that referenced
this issue
Nov 15, 2022
LidiyaGeorgieva
added a commit
that referenced
this issue
Nov 25, 2022
* fix(ui5-side-navigation): fixed accessibility of the Popover PartOf: #5827
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can we do this automatically like in OpenUI5?
This HTML is read correctly:
https://snippix.only.sap/snippets/72742
https://codesandbox.io/s/ui5-dialog-accessible-name-forked-f11ceg
ui5-radio-button
remove aria-readonly for the root element (access continuum issue)
align it with the OpenUI5 RadioButton. Check all aria attributes - on root level and on the 'input' element.
ui5-side-navigation
In expanded mode, the "2 of 3" is not read when move with the arrow keys. It is read only the first time the focus goes there. Change it like in OpenUI5?
In collapsed mode the aria attributes should be aligned with the OpenUI5.
ui5-tabcontainer
Tab design (like design="Negative") is not read.
The text was updated successfully, but these errors were encountered: