From a5409d42deb69ff5982a732a7e947ce97fce9c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Thu, 25 Jun 2020 15:20:07 +0200 Subject: [PATCH] fix(aria-allowed-role): Add fieldset to allowed elements for radiogroup (#2326) --- 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: {