Difference between revisions of "ARIA Group role"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
<div role="group" aria-labelledby="s2" aria-label="my aria label"> | <div role="group" aria-labelledby="s2" aria-label="my aria label"> | ||
− | <span id="s2">Billing Address:</span> | + | <span tabindex="-1" id="s2">Billing Address:</span> |
<div><label>Name:<input type="text" id="r1" name="a"></label></div> | <div><label>Name:<input type="text" id="r1" name="a"></label></div> | ||
<div><label>City:<input type="text" id="r2" name="a"></label></div> | <div><label>City:<input type="text" id="r2" name="a"></label></div> |
Revision as of 14:20, 3 May 2016
ARIA role group example with input type radio.
Platform:
Billing Address:
Fieldset and Legend tag with H2 inside legend
Fieldset and Legend tag with H2 outside the legend