Difference between revisions of "ARIA Required property"
Jump to navigation
Jump to search
m (Jon Avila moved page Required ARIA property to Aria-required ARIA property) |
Rnickelson (talk | contribs) |
||
Line 3: | Line 3: | ||
<label id="u1"> User name:</label> | <label id="u1"> User name:</label> | ||
<input type="text" aria-required="true" id="u1" /> | <input type="text" aria-required="true" id="u1" /> | ||
− | <button> Login </button> | + | |
+ | |||
+ | <button> Login </button><Select aria-required="true"> | ||
+ | <option>roy</option> | ||
+ | <option>sarah</option> | ||
+ | </select> | ||
+ | |||
</div> | </div> | ||
</html> | </html> | ||
[[Category:ARIA]] | [[Category:ARIA]] |
Revision as of 15:32, 27 May 2014