PolymerElements / paper-input

A Material Design text field
https://www.webcomponents.org/element/PolymerElements/paper-input
130 stars 162 forks source link

paper-input-container error message text #708

Open uxdesignz opened 3 years ago

uxdesignz commented 3 years ago

Actual Result: Findable Added Content: The form uses dynamically added error messages. Due to the definition of these messages screen reader users may not be notified when the messages appear, may be notified there is an error before completing the form, and may not be able to locate the messages.

Expected Results: The element with aria-live="assertive" should be present and empty on page load. The error message text should be injected dynamically into this element as its immediate child element when an error occurs.