From 44988a8dfc8d42e8d7638c4c5e5e48b5071b9286 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Fri, 22 Oct 2021 19:54:17 -0400 Subject: [PATCH 1/2] update role allowances for section element closes #3237 related to https://github.com/w3c/html-aria/pull/367 --- lib/standards/html-elms.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/standards/html-elms.js b/lib/standards/html-elms.js index 472529b5fe..ddf1b73bd9 100644 --- a/lib/standards/html-elms.js +++ b/lib/standards/html-elms.js @@ -738,6 +738,7 @@ const htmlElms = { 'dialog', 'document', 'feed', + 'group', 'log', 'main', 'marquee', From b7040e012c77d6aecff926b408230b43262bf2a9 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Mon, 25 Oct 2021 10:51:42 -0400 Subject: [PATCH 2/2] Update html-elms.js --- lib/standards/html-elms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/standards/html-elms.js b/lib/standards/html-elms.js index ddf1b73bd9..a583f553f6 100644 --- a/lib/standards/html-elms.js +++ b/lib/standards/html-elms.js @@ -738,7 +738,7 @@ const htmlElms = { 'dialog', 'document', 'feed', - 'group', + 'group', 'log', 'main', 'marquee',