From b4849c04b5092fe7515bf4c8ef87ed4a239f5eda Mon Sep 17 00:00:00 2001 From: Steve Faulkner Date: Thu, 2 Mar 2023 08:58:52 +0000 Subject: [PATCH] disallow aria attributes on datalist (#1557) --- schema/html5/web-forms2.rnc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/schema/html5/web-forms2.rnc b/schema/html5/web-forms2.rnc index 277c24ec0..79182f52a 100644 --- a/schema/html5/web-forms2.rnc +++ b/schema/html5/web-forms2.rnc @@ -716,10 +716,7 @@ datatypes w = "http://whattf.org/datatype-draft" ( option.elem* & common.inner.phrasing ) datalist.attrs = ( common.attrs - & ( common.attrs.aria.role.listbox # aria-multiselectable must be false; check by assertions - | common.attrs.aria.implicit.listbox - )? - ) + ) common.elem.phrasing |= datalist.elem