E-mail List Archives
Re: What's the best way to identify semi-related filter options (a.k.a., facets)?
From: Sailesh Panchang
Date: Aug 13, 2021 10:52AM
- Next message: Jonathan Avila: "Re: Accessibility Testing tools"
- Previous message: Jeremy Echols: "Re: What's the best way to identify semi-related filter options (a.k.a., facets)?"
- Next message in Thread: Jeremy Echols: "Re: What's the best way to identify semi-related filter options (a.k.a., facets)?"
- Previous message in Thread: Jeremy Echols: "Re: What's the best way to identify semi-related filter options (a.k.a., facets)?"
- View all messages in this Thread
Cannot agree more with Birkir.
But, yes when there is a need, fieldset/legend can be nested and work
well with JAWS / NVDA.
e.g.
<fieldset><legend>Have you ever tested positive for or been diagnosed
by a member of the medical profession with:</legend>
<fieldset><legend>Human Immunodeficiency Virus (HIV)</legend>
<p><label><input type="radio" name="grp1">Yes</label></p>
<p><label><input type="radio" name="grp1">No</label></p>
</fieldset>
<fieldset><legend>Acquired Immune Deficiency Syndrome (AIDS)</legend>
<p><label><input type="radio" name="grp2">Yes</label></p>
<p><label><input type="radio" name="grp2">No</label></p>
</fieldset>
</fieldset>
Thanks,
Sailesh
On 8/13/21, Jeremy Echols < <EMAIL REMOVED> > wrote:
> Oh, this is perfect. Thanks!
>
>
- Next message: Jonathan Avila: "Re: Accessibility Testing tools"
- Previous message: Jeremy Echols: "Re: What's the best way to identify semi-related filter options (a.k.a., facets)?"
- Next message in Thread: Jeremy Echols: "Re: What's the best way to identify semi-related filter options (a.k.a., facets)?"
- Previous message in Thread: Jeremy Echols: "Re: What's the best way to identify semi-related filter options (a.k.a., facets)?"
- View all messages in this Thread