paper-input icon indicating copy to clipboard operation
paper-input copied to clipboard

Screen reader will read the error message even when hidden

Open kalaspuffar opened this issue 8 years ago • 0 comments

Description

The screen reader reads the error message of paper-input even if the error hasn't occurred or if the element is valid.

Expected outcome

The screen reader should not read the error message before the field is in an invalid state.

Actual outcome

Screen reader reads the label of the input and then the error message every time the element get's focus.

Live Demo

https://www.webcomponents.org/element/PolymerElements/paper-input/demo/demo/index.html

Steps to reproduce

  1. Start screen reader for windows users and the screen readers I've tested it's NVDA and Jaws.
  2. Open Chrome and visit https://www.webcomponents.org/element/PolymerElements/paper-input/demo/demo/index.html
  3. Click on or tab to the "Input requires some text"
  4. The screen reader will read "Needs some text!"

Browsers Affected

  • [*] Chrome

kalaspuffar avatar Mar 24 '17 07:03 kalaspuffar