w3c / html-aria

ARIA in HTML
https://w3c.github.io/html-aria/
Other
181 stars 49 forks source link

<input aria-multiline=true> shouldn't be allowed #417

Open benbeaudry opened 2 years ago

benbeaudry commented 2 years ago

This is in direct contradiction with the input element, which by definition is always single line. Nothing specifies in the specs that an author can't set aria-multiline=true on an input element at the moment. Should we add a condition?

scottaohara commented 2 years ago

Transferring this to the ARIA in HTML specification, as that's where this rule (and agreed, it would make sense to add) would need to be defined.