aria-describedBy with aria-hidden=true

Hey,

As I understand this
https://www.tpgi.com/short-note-on-aria-labelledby-and-aria-describedby/
If I have an element with aria-describedBy id of other element, and
that other element has aria-hidden= true the description will still be
read correctly for the div with aria-describedBy? Is there any
commonly used browser + SR combo you know of where it doesn't work?

How about aria labels and the like inside of the aria-hidden element
that is being used to describe the other element - does anyone know of
scenarios where this doesn't work.

example would look something like this:
<div. aria-describedBy="test">text</div>
<div aria-hidden="true" id="test"><span aria-label="Some big
description">little</span><p>More cool stuff to read in the
description</p></div>

Thanks,
Bryan Rasmussen

Received on Tuesday, 27 July 2021 08:36:27 UTC