Skip to content

Commit

Permalink
disallow aria attributes on datalist (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevefaulkner committed Mar 2, 2023
1 parent 89ff1fc commit b4849c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions schema/html5/web-forms2.rnc
Expand Up @@ -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

Expand Down

0 comments on commit b4849c0

Please sign in to comment.