Try our conversational search powered by Generative AI!

Accessibility issue with file upload in forms

Found in

EPiServer.Forms 5.6.1

Fixed in

EPiServer.Forms 5.7.2

(Or a related package)

Created

Oct 09, 2023

Updated

Jan 16, 2024

State

Closed, Acceptance tests pass


Description

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.