Elements with aria-multiline attribute

To test with this page, view the page source and look at the comments. The comments will not show up in the devtools for some browsers so please use the view source feature for whatever browser you are using.


Candidate Set:

Any element that has the aria-multiline attribute

The Test checks to see if the element in question is:

- textarea element
- element with the aria role="textbox"

If so, then it's OK. Otherwise it is flagged.

The fix is:

Since the attribute is not permitted the fix is to remove the aria-multiline attribute.

	
Example image with aria-multiline attribute. This SHOULD be flagged. madness
Example div with role of textbox with aria-multiline attribute. This should not be flagged (even if it is crazy).
[..................]
[..................]