Closed (fixed)
Project:
Forma11y
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
17 Mar 2026 at 16:25 UTC
Updated:
17 Mar 2026 at 19:26 UTC
Jump to comment: Most recent
When a validation occurs on an element, the aria-describedby is replaced with the error message. This removes the original aria-describedby, which in some cases is needed for context or other helpful information. The WCAG standard supports multiple aria-describedby by adding them in sequence with a space delimiter, so this module should also allow this.
Enable the module.
Cause a form error validation with a field that has help text.
Append the error message to the end of the existing aria-describedby attribute using a space delimiter.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
jfurnas commentedComment #4
jfurnas commentedComment #5
thomasfavaNice fix!
Comment #6
thomasfavaComment #7
thomasfavaComment #9
jfurnas commented