Changes between Initial Version and Version 1 of Ticket #51863, comment 7
- Timestamp:
- 11/28/2020 01:44:03 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51863, comment 7
initial v1 5 5 > Although I could be mistaken about how good they are at detecting elements... 6 6 7 As far as I know any element that is not `hidden` and doesn't have`display: none` is "readable" for screenreaders. Not sure if this can be called an a11y improvement, although it looks that way :)7 As far as I know any element that doesn't have a `hidden` attribute or `display: none` is "readable" for screenreaders. Not sure if this can be called an a11y improvement, although it looks that way :)