From f6d38820d294f09ae124220bbfc7bc6c11348563 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Wed, 15 Nov 2023 16:23:21 -0500 Subject: [PATCH] UA ignore aria-hidden on root elements companion PR to https://github.com/w3c/aria/pull/1880 --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 2baa3c93..e4daa0ee 100644 --- a/index.html +++ b/index.html @@ -1054,6 +1054,7 @@

`body`

Comments + User agents MUST ignore the `aria-hidden` attribute if specified on the `body` element. @@ -2840,6 +2841,7 @@

`html`

Comments + User agents MUST ignore the `aria-hidden` attribute if specified on the `html` element.