Changes between Initial Version and Version 1 of Ticket #36640, comment 2
- Timestamp:
- Oct 25, 2025, 11:49:03 AM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36640, comment 2
initial v1 3 3 I looked into the materials you provided and also researched `aria-errormessage`. 4 4 5 It does seem that providing error messages through a`ria-errormessage`, instead of including both the error message and help text in `aria-describedby`, offers more advantages.5 It does seem that providing error messages through `aria-errormessage`, instead of including both the error message and help text in `aria-describedby`, offers more advantages. 6 6 However, the problem lies in the support coverage of `aria-errormessage`. 7 7 8 8 It appears that `aria-errormessage` is not yet supported by macOS VoiceOver and TalkBack. 9 While it is supported by screen readers with higher market share ( NVDA, JAWS, and iOS VoiceOver..), I wasn’t able to confidently triage this issue because of that limitation.9 While it is supported by screen readers with higher market share ( NVDA, JAWS, and iOS VoiceOver..), I wasn’t able to confidently triage this issue because of that limitation. 10 10 11 11 If we switch to using `aria-errormessage`, devices that don’t support it won’t read out the error message at all, which could actually make the experience worse than before.