AI OnAI Off
Oct 09, 2023
Jan 16, 2024
Closed, Acceptance tests pass
The file upload property used an aria-attribute that is not supported on <input type="file" aria-invalid="false">. The validator flagged aria-invalid that was incorrectly used on <input type="file>. It only accepts global ARIA attributes, and aria-invalid is not global in ARIA 1.2 because it was deprecated.