Difference between revisions of "ARIA Group role"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
</div> | </div> | ||
− | < | + | <br><br><br> |
+ | <h3> Regular Fieldset and Legend tag</h3> | ||
<fieldset id="feedbackIntro"> | <fieldset id="feedbackIntro"> | ||
<legend> Was this content helpful?</legend> | <legend> Was this content helpful?</legend> | ||
Line 23: | Line 24: | ||
</fieldset> | </fieldset> | ||
− | + | <br><br><br> | |
− | < | + | <h3> Fieldset and Legend tag with H2 inside legend</h3> |
<fieldset id="feedbackIntro"> | <fieldset id="feedbackIntro"> | ||
<legend><H2> Was this content helpful? </H2></legend> | <legend><H2> Was this content helpful? </H2></legend> | ||
Line 31: | Line 32: | ||
</fieldset> | </fieldset> | ||
− | + | <br><br><br> | |
− | < | + | <h3> Fieldset and Legend tag with H2 outside the legend</h3> |
<fieldset id="feedbackIntro"> | <fieldset id="feedbackIntro"> | ||
− | <legend>< | + | <legend><H3> Was this content helpful? </H3></legend> |
<button id="feedbackYes" class="feedbackHelpful" title="Yes" data-value="yes">Yes</button> | <button id="feedbackYes" class="feedbackHelpful" title="Yes" data-value="yes">Yes</button> | ||
<button id="feedbackNo" class="feedbackHelpful" title="No" data-value="no");">No</button> | <button id="feedbackNo" class="feedbackHelpful" title="No" data-value="no");">No</button> |
Revision as of 20:42, 20 April 2016
ARIA role group example with input type radio.
Platform:
Billing Address:
Regular Fieldset and Legend tag
Fieldset and Legend tag with H2 inside legend