Difference between revisions of "Input Element Type Radio"
Jump to navigation
Jump to search
(→Input radio with label and aria-describedby: Change so that the labels and descriptions are different) |
|||
Line 94: | Line 94: | ||
<div> | <div> | ||
<input name="n7" aria-describedby="n7spana" id="n7a" type="radio" /> | <input name="n7" aria-describedby="n7spana" id="n7a" type="radio" /> | ||
− | <label for="n7a" > Search | + | <label for="n7a" > Search this website</label> |
− | <span id="n7spana" >You can search for | + | <span id="n7spana" >You can search for things on this website.</span> |
</div> | </div> | ||
</body> | </body> |
Latest revision as of 20:49, 9 November 2021
Contents
- 1 Input radio with title (required, autofocus)
- 2 Input radio with explicit label & fieldset/legend (not implicit with HTML required)
- 3 Input radio with aria-label
- 4 Input radio with aria-labelledby
- 5 Input radio implicit label
- 6 Input radio explicit and implicit label
- 7 Input radio with label and aria-describedby
- 8 Disabled Input radio with label
- 9 Input radio with label (checked)
- 10 Input Radio with Multiple Fieldsets
- 11 Input Type Radio with Multiple Groups
Input radio with title (required, autofocus)
Input radio with explicit label & fieldset/legend (not implicit with HTML required)
Input radio with aria-label
Search the intranet
Search the Internet
Input radio with aria-labelledby
Search the Internet
Search the Internet
Input radio implicit label
Input radio explicit and implicit label
Input radio with label and aria-describedby
You can search for anything you want.
You can search for things on this website.
Disabled Input radio with label
Input radio with label (checked)
Input Radio with Multiple Fieldsets
Input Type Radio with Multiple Groups