From 2698f4c4ed71619e820b458b723c686e38662006 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Wed, 6 Oct 2021 11:30:46 -0400 Subject: [PATCH] updates the allowed roles for the wbr element related to issue #3177 --- 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 3b854e1b71..472529b5fe 100644 --- a/lib/standards/html-elms.js +++ b/lib/standards/html-elms.js @@ -936,7 +936,7 @@ const htmlElms = { }, wbr: { contentTypes: ['phrasing', 'flow'], - allowedRoles: true + allowedRoles: ['presentation', 'none'] } };