This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
[ngAria] Should not include aria-required on radiobutton or checkboxes #15572
Closed
Description
Currently if ng-required
exists on an input of type radio or checkbox, aria-required
is falsely included.
As per the WAI-ARIA spec, aria-required is not supported for these types of input and aXe-core tests/audit and Google Accessibility Dev Tools audits fail.
ngAria Version: 1.3.20