Difference between revisions of "ARIA Required property"
Jump to navigation
Jump to search
m (Jon Avila moved page Aria-required ARIA property to ARIA Required property) |
|||
Line 4: | Line 4: | ||
<input type="text" aria-required="true" id="u1" /> | <input type="text" aria-required="true" id="u1" /> | ||
− | <Select title="first name" aria-required="true"> | + | <Select required="required" title="first name" aria-required="true"> |
<option>roy</option> | <option>roy</option> | ||
<option>doug</option> | <option>doug</option> |
Revision as of 18:37, 14 March 2016