From 023b7837f07d675cca030b8cf2b2318b93100d75 Mon Sep 17 00:00:00 2001 From: Matt Garrish Date: Tue, 23 Jun 2020 10:31:51 -0300 Subject: [PATCH] fix: allow 'doc-dedication' role on 'aside' elements Related HTML checker PR: https://github.com/validator/validator/pull/988 --- .../com/adobe/epubcheck/schema/30/mod/html5/structural.rnc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/com/adobe/epubcheck/schema/30/mod/html5/structural.rnc b/src/main/resources/com/adobe/epubcheck/schema/30/mod/html5/structural.rnc index b90f2cb03..356893484 100644 --- a/src/main/resources/com/adobe/epubcheck/schema/30/mod/html5/structural.rnc +++ b/src/main/resources/com/adobe/epubcheck/schema/30/mod/html5/structural.rnc @@ -116,6 +116,7 @@ | common.attrs.aria.role.feed | common.attrs.aria.role.region | common.attrs.aria.role.presentation + | common.attrs.aria.role.doc-dedication | common.attrs.aria.role.doc-example | common.attrs.aria.role.doc-footnote | common.attrs.aria.role.doc-pullquote