From 9385b06b40fea8f42b43d16350542f2c157509c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Thu, 25 Jun 2020 13:28:06 +0200 Subject: [PATCH] fix(aria-allowed-element): Add fieldset to allowed elements for radiogroup --- lib/commons/aria/lookup-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commons/aria/lookup-table.js b/lib/commons/aria/lookup-table.js index 426688a736..126be740c2 100644 --- a/lib/commons/aria/lookup-table.js +++ b/lib/commons/aria/lookup-table.js @@ -1599,7 +1599,7 @@ lookupTable.role = { context: null, unsupported: false, allowedElements: { - nodeName: ['ol', 'ul'] + nodeName: ['ol', 'ul', 'fieldset'] } }, range: {