Difference between revisions of "ARIA Required property"
Jump to navigation
Jump to search
Rnickelson (talk | contribs) |
Rnickelson (talk | contribs) |
||
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"> | |
− | |||
<option>roy</option> | <option>roy</option> | ||
− | <option> | + | <option>doug</option> |
</select> | </select> | ||
+ | <button> Login </button> | ||
</div> | </div> | ||
</html> | </html> | ||
[[Category:ARIA]] | [[Category:ARIA]] |
Revision as of 15:43, 27 May 2014