Skip to content

Commit

Permalink
chore: update datalist spec to disallow aria attrs (#3964)
Browse files Browse the repository at this point in the history
  • Loading branch information
straker authored Mar 29, 2023
1 parent 1664e57 commit 4b6056e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/standards/html-elms.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ const htmlElms = {
datalist: {
contentTypes: ['phrasing', 'flow'],
allowedRoles: false,
noAriaAttrs: true,
implicitAttrs: {
// Note: even though the value of aria-multiselectable is based
// on the attributes, we don't currently need to know the
Expand Down

0 comments on commit 4b6056e

Please sign in to comment.