mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
da237792ec
* The aria-describedby attribute can be a list of element IDs that describe the element. On form validation, the ID of the error message container is added to this attribute which may already be containing another ID. So we need to properly add/remove the error message ID so that we don't delete any existing ID(s) in the aria-describedby attribute during form validation.