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
Screen reader users might be confused by the announcement of hidden content and about where current focus is.
Suggested resolution:
Provide CSS Display: none in order to hide the hidden elements.
And make sure to hide the element from the screen readers by setting an aria-hidden attribute with a value of "true".
Refer to: https://webaim.org/techniques/css/invisiblecontent/
Action Performed:
Expected Result:
The focus should only move to the content which is visible on the screen and only those elements should be announced by the screen reader.
Actual Result:
Focus moved to the hidden element and announced by the screen reader. Screen reader announced as "New chat"
Other occurrences
Same issue repro on #8733, #9002, #8969, #8940
Workaround:
Yes
Area issue was found in:
New chat floating button
Failed WCAG checkpoints
1.3.2
User impact:
Screen reader users might be confused by the announcement of hidden content and about where current focus is.
Suggested resolution:
Provide CSS Display: none in order to hide the hidden elements.
And make sure to hide the element from the screen readers by setting an aria-hidden attribute with a value of "true".
Refer to:
https://webaim.org/techniques/css/invisiblecontent/
Platform:
8512.-3.-Hidden.element.focused.and.announced.by.the.screen.reader.mp4
Version Number: v1.1.55-0
Reproducible in staging?: Yes
Reproducible in production?: Yes
Issue reported by: Stuti
The text was updated successfully, but these errors were encountered: