Re: Hawaiian Diacritics

On 06/05/2022 21:32, David Woolley wrote:

> In the example, your tool output is missing a lang attribute.  I think:
> 
> <span aria-label=”Hawaii”>Hawai&#699;i</span>

Worth noting that the aria-label theoretically overrides anything inside 
the span, so the lang attribute would be pointless. Also worth noting 
that an aria-label on a generic span is generally (depending on 
browser/AT combination) not supported, as a generic span is not a an 
element that has a label/name. 
https://developer.paciellogroup.com/blog/2017/07/short-note-on-aria-label-aria-labelledby-and-aria-describedby/

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 Saturday, 7 May 2022 00:14:02 UTC