Difference between revisions of "ARIA Group role"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
<html> | <html> | ||
− | <div role="group" aria-labelledby="s1"> | + | <div role="group" aria-labelledby="s1" aria-label="my aria label"> |
<span id="s1">Platform:</span> | <span id="s1">Platform:</span> | ||
<label><input type="radio" id="r1"> Mac </label> | <label><input type="radio" id="r1"> Mac </label> | ||
Line 9: | Line 9: | ||
</div> | </div> | ||
</html> | </html> | ||
+ | |||
+ | [[Category:ARIA]] |
Revision as of 02:35, 25 February 2015
ARIA role group example with input type radio.
Platform: