epiphyt / form-block

An extensive yet user-friendly form block.
https://formblock.pro/en/
GNU General Public License v2.0
5 stars 0 forks source link

Extend aria-describedby only if necessary #40

Closed MatzeKitt closed 5 months ago

MatzeKitt commented 5 months ago

Bug/Problem

Currently, aria-describedby gets extended with the inner error ID every time you submit an invalid form. This duplicates the ID inside aria-describedby and may lead to problems for screen readers.

Steps to reproduce

  1. Add a form with a required field.
  2. Submit the form without entering data twice.
  3. Look at the aria-describedby attribute of the required field.

Version

1.3.0

Link

No response

Environment info

No response

Code of Conduct