From 5e25edb39fd71e6db2a5f1ace6a570661323fe2e Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Thu, 3 Mar 2022 21:13:39 -0500 Subject: [PATCH] Update: allow none/presentation on nav element (#1323) --- 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 )? )