Changes between Initial Version and Version 1 of Ticket #32819
- Timestamp:
- Jun 5, 2021, 6:54:20 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32819 – Description
initial v1 31 31 We have additional `id` attributes, `aria-describedby`, and `errorlist` is no longer a `<ul>`. Result in VoiceOver: 32 32 33 Screen recording of the VoiceOver text-to-speech output, announcing the field label, then error message, then help text. 33 [[Image(https://code.djangoproject.com/raw-attachment/ticket/32819/email-required-ariadescribedby.gif)]] 34 34 35 35 Unfortunately I tried to have this with the `errorlist` kept as a `ul`, but it wasn’t announced by VoiceOver. I haven’t heard of this limitation before so am not sure why that might be the case – I’d appreciate others taking a look if possible.