Difference between revisions of "ARIA Group role"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
<div><label>Zipcode:<input type="text" id="r3" name="a"></label> </div> | <div><label>Zipcode:<input type="text" id="r3" name="a"></label> </div> | ||
</div> | </div> | ||
+ | |||
+ | |||
<br><br><br> | <br><br><br> | ||
− | <h3> | + | <h3> Fieldset and Legend tag with H2 inside legend</h3> |
<fieldset id="feedbackIntro"> | <fieldset id="feedbackIntro"> | ||
− | <legend> Was this content helpful?</legend> | + | <legend><H2> Was this content helpful? </H2></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> | ||
Line 25: | Line 27: | ||
<br><br><br> | <br><br><br> | ||
− | <h3> Fieldset and Legend tag with H2 | + | <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> | ||
Line 33: | Line 35: | ||
<br><br><br> | <br><br><br> | ||
− | <h3> Fieldset and Legend tag | + | <h3> Regular Fieldset and Legend tag</h3> |
<fieldset id="feedbackIntro"> | <fieldset id="feedbackIntro"> | ||
− | <legend | + | <legend> Was this content helpful?</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> | ||
</fieldset> | </fieldset> | ||
− | |||
</html> | </html> | ||
[[Category:ARIA]] | [[Category:ARIA]] |
Revision as of 20:50, 20 April 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