Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #51863, comment 7


Ignore:
Timestamp:
11/28/2020 01:44:03 PM (3 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51863, comment 7

    initial v1  
    55> Although I could be mistaken about how good they are at detecting elements...
    66
    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 :)
     7As 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 :)