-
Bug
-
Resolution: Fixed
-
Minor
-
4.4.7
-
1
-
Team Dragons 2025 Sprint 1.3, Team Dragons 2025 Sprint 1.4
From the audit results:
Incorrect use of ARIA Expanded
ARIA Expanded has been applied to a div within the "Toggle notification window" and "Toggle message drawer", but that element is not a control element for the expandable content.
Guidelines affected:
- SC 4.1.2 Name, Role, Value (AA)
Impact on users:
- Assistive technology may not relay the expanded or contracted state of this control to the user.
Recommendation:
- Ensure the state of the interface component is described by assistive technology.
Incorrect use of ARIA label
An ARIA label has been applied to an element that is not interactive or is a child element within an interactive code block.
Specifically, the "Toggle Notification" bell icon, "Message drawer" chat-bubble icon, and question-mark tooltip icon.Guidelines affected:
- SC 4.1.2 Name, Role, Value (AA)
Impact on users:
- Assistive technology does not read the aria-label content and is subsequently missed by users who rely on this technology to navigate web pages.
Recommendation:
- Avoid using ARIA unnecessarily. Semantic HTML should be the first solution.
Use ARIA-LABEL only on interactive elements or elements that have ARIA roles have made interactive.
Use ARIA-LABELLEDBY or ARIA-DESCRIBEDBY for non-interactive elements.