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
Current state and change of state should be announced by screen reader.
Recommendation
To indicate the expanded/collapsed state of the button provide aria-expanded="false" attribute when button is collapsed and aria-expanded="true" when button is expanded. Failed WCAG Checkpoint: 4.1.2 Name, Role, Value (Level A) https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html
Note
aria-expanded is present and correctly switches between true and false, but the screen reader still does not announce the state.
This suggests that the issue may not be caused by the ARIA attribute itself, but by how the element or its role is handled by assistive technologies.
Case №1
Description
Part of navigation links are not available when content is zoomed up to 200%
Precondition
Screen Reader is ON or OFF
Steps to Reproduce
Actual Result
"Action items" and "Subscriptions" links are not available when content is zoomed up to 200% and no vertical scroll is provided.
Main.Menu.Part.of.navigation.links.are.not.available.when.content.is.zoomed.up.to.200.mp4
Expected Result
All functionality should be available when content is zoomed up to 200%.
Failed WCAG Checkpoint: 1.4.4 Resize text (Level AA)
https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html
Case №2
Description
State and change of state of "More" button is not announced by screen reader.
Precondition
Screen Reader is ON
Steps to Reproduce
Tabkey to navigate to collapsed "More" button and note the announcement.Actual Result
Current state (collapsed) and change of state (expanded/collapsed) of "More" button is not announced by screen reader.
Main.Menu.State.and.change.of.state.of.More.button.is.not.announced.by.screen.reader.mp4
Expected Result
Current state and change of state should be announced by screen reader.
Recommendation
To indicate the expanded/collapsed state of the button provide aria-expanded="false" attribute when button is collapsed and aria-expanded="true" when button is expanded.
Failed WCAG Checkpoint: 4.1.2 Name, Role, Value (Level A)
https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html
Note
aria-expandedis present and correctly switches betweentrueandfalse, but the screen reader still does not announce the state.This suggests that the issue may not be caused by the ARIA attribute itself, but by how the element or its role is handled by assistive technologies.