From a585e083ec5a1c3ef243106e5731351b619fdbe2 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Thu, 3 Mar 2022 19:00:14 -0500 Subject: [PATCH] Update: allow none/presentation on nav element see https://github.com/w3c/html-aria/pull/404 --- schema/html5/structural.rnc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schema/html5/structural.rnc b/schema/html5/structural.rnc index 2f8fa1843..75792b1bc 100644 --- a/schema/html5/structural.rnc +++ b/schema/html5/structural.rnc @@ -77,6 +77,8 @@ | common.attrs.aria.role.doc-toc | common.attrs.aria.role.menu | common.attrs.aria.role.menubar + | common.attrs.aria.role.none + | common.attrs.aria.role.presentation | common.attrs.aria.role.tablist )? )