- From: Léonie Watson <tink@tink.uk>
- Date: Mon, 3 Dec 2018 08:23:29 +0000
- To: "Sean Murphy (seanmmur)" <seanmmur@cisco.com>, "w3c-wai-ig@w3.org" <w3c-wai-ig@w3.org>
On 03/12/2018 05:09, Sean Murphy (seanmmur) wrote: > Aria-hidden=”true” – from the current block attribute (tag) and children > are removed from the accessibility tree. visually, is the information > still present if no CSS attributes used? Yes, it is. The aria-hidden attribute does not change the visual appearance of the content. > > Aria-hidden=”off” – does nothing to the accessibility tree. Correct. > > Now for aria-hidden=”false”. Extracted code below (assume CSS attributes > are not hiding the content). > > <div id="main" role="document" aria-hidden="false"> > > </div> > > What would occur with the children tags within the above div? would they > still be visible to the accessibility tree? Yes, they would be. Léonie. > > Sean > -- @LeonieWatson tink.uk Carpe diem
Received on Monday, 3 December 2018 08:24:03 UTC