Changes between Initial Version and Version 1 of Ticket #36640
- Timestamp:
- Oct 4, 2025, 2:23:28 AM (4 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36640 – Description
initial v1 1 #32819 added `aria-describedby` to associate help texts and errors with their inputs. I recently learned that there is also the more specialized [ aria-errormessage](https://www.w3.org/TR/wai-aria-1.2/#aria-errormessage).1 #32819 added `aria-describedby` to associate help texts and errors with their inputs. I recently learned that there is also the more specialized [https://www.w3.org/TR/wai-aria-1.2/#aria-errormessage aria-errormessage]. 2 2 3 3 I am not sure if using `aria-describedby` over `aria-errormessage` was a conscious decision.