Difference between revisions of "ARIA Required property"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
<input type="text" id="u1" aria-required="true" /> | <input type="text" id="u1" aria-required="true" /> | ||
+ | <label for="someid"> | ||
<img src="www.levelaccess.com" alt="error">Esign | <img src="www.levelaccess.com" alt="error">Esign | ||
<input type="checkbox" id="someid"> | <input type="checkbox" id="someid"> |
Revision as of 23:54, 24 October 2018
This page provides an example of the aria-required attribute. This attribute should not be used in combination with the HTML required attribute as to avoid conflicting statuses.