v4.10.0v4.9.1
Reading changes from the repo…
aria-label
and aria-labelledby
attributes on descendants of widgets, ensuring better accessibility compliance in complex UI structures. aria-allowed-attr
now permits aria-multiline=false
on elements with contenteditable
, improving compatibility with Safari's accessibility announcements. aria-allowed-attr
rule now allows aria-required=false
in specific contexts, providing more nuanced feedback for developers. autocomplete-valid
rule is updated to handle invalid but safe values, reducing false positives in accessibility checks. aria-valuetext
on sliders, allowing it as an alternative to aria-valuenow
, which enhances the accessibility of slider components. landmark-unique
rule to correctly treat aside
elements as landmarks, aligning with the latest HTML accessibility specifications. all-rules
test on Firefox, ensuring consistent results by addressing issues with animated elements. aria-roledescription
rule to remain disabled when using runOnly: 'wcag2a'
, preventing unintended accessibility violations from deprecated rules.