E-mail List Archives
Radio group without legend and fieldset
From: Sudheer Babu
Date: Jan 17, 2020 6:55AM
- Next message: Brian Lovely: "Re: [External Sender] Radio group without legend and fieldset"
- Previous message: Lucy GRECO: "Re: Image maps"
- Next message in Thread: Brian Lovely: "Re: [External Sender] Radio group without legend and fieldset"
- Previous message in Thread: None
- View all messages in this Thread
Hi All,
Can you please check the below code and let me know if the implementation
for the radio group is proper without the legend and fieldset and also if
it pops up any error via tools like axe/wave.
Thanks!
<div role="group" aria-labelled-by="exampleId">
<label id="exampleId">Choices</label>
<label>
<input type="radio" name="example-radio" value="One" />
<span>One</span>
</label>
<label>
<input type="radio" name="example-radio" value="Two" />
<span>Two</span>
</label>
</div>
- Next message: Brian Lovely: "Re: [External Sender] Radio group without legend and fieldset"
- Previous message: Lucy GRECO: "Re: Image maps"
- Next message in Thread: Brian Lovely: "Re: [External Sender] Radio group without legend and fieldset"
- Previous message in Thread: None
- View all messages in this Thread