Re: text content of table cell for screenreader

On 19/07/2021 15:46, bryan rasmussen wrote:
>> You probably mean something like
>> <span class="css-icon-1" aria-label="...">
> 
> yes

In which case, as per my previous email, I'd go with

<span class="css-icon-1" role="img" aria-label="..."></span>

as without the role, AT will mostly ignore that aria-label (with some 
exceptions)

P
-- 
Patrick H. Lauke

https://www.splintered.co.uk/ | https://github.com/patrickhlauke
https://flickr.com/photos/redux/ | https://www.deviantart.com/redux
twitter: @patrick_h_lauke | skype: patrick_h_lauke

Received on Monday, 19 July 2021 15:24:43 UTC