Difference between revisions of "ARIA Group role"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
<html> | <html> | ||
− | <div role="group"> | + | <div role="group" aria-labelledby="s1"> |
− | <span>Platform:</span> | + | <span id="s1">Platform:</span> |
<label><input type="radio" id="r1"> Mac </label> | <label><input type="radio" id="r1"> Mac </label> | ||
<label><input type="radio" id="r2"> Windows </label> | <label><input type="radio" id="r2"> Windows </label> |
Revision as of 19:07, 5 January 2015
ARIA role group example with input type radio.
Platform: