Radio Group and Radio Group Item - Ensure ARIA roles, states, and properties are valid - (2036570559) #7813
Labels
0 - new
New issues that need assignment.
a11y
Issues related to Accessibility fixes or improvements.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
needs triage
Planning workflow - pending design/dev review.
Violation:
Ensure ARIA roles, states, and properties are valid
WCAG Reference:
Severity:
5
Media Type:
ARIA
Areas for Remediation:
Pattern: ARIA – Redundant aria-disabled Attribute]
Issue
There are elements with invalid ARIA attribute aria-disabled="true" as it already has native HTML disabled attribute.
Occurrences
04 Action
08 Block & Block Section
09b Split Button
10 Color Picker
11 Combobox, Combobox Item Group and Combobox Item
14a Floating Action Button (FAB)
16 Input & Input Message
17a Input Date Picker
17b Input Time Picker
19 List, List Item Group and List Item
20b Rating
23a Panel
24 Pick List, Pick List Group and Pick List Item
26 Radio Button and Radio Button Group
27 Radio Group and Radio Group Item
28a Select
28b Slider
28c Switch
31 Stepper and Stepper Item
32 Tabs, Tab Nav, Tab Title and Tab
33 Tile
34 Tile Select Group and Tile Select
User Impact
Assistive technologies may be unable to parse this content.
[Code R
eference]
Suggestion
Ensure ARIA roles, states, and properties are valid. Many ARIA attributes can only be used on certain elements. Some can only be used in combination with other attributes. Additionally, if an attribute references an ID, that ID must be present in the page.
To detect many of these errors automatically, use the Nu Html Checker: https://validator.w3.org/nu/
Compliant Code Example
Additional Resources:
The text was updated successfully, but these errors were encountered: