E-mail List Archives
Re: Grouping help
From: Beranek, Nicholas
Date: Jan 19, 2018 8:37AM
- Next message: Steve Green: "Re: Grouping help"
- Previous message: Joseph Sherman: "Grouping help"
- Next message in Thread: Steve Green: "Re: Grouping help"
- Previous message in Thread: Joseph Sherman: "Grouping help"
- View all messages in this Thread
Hi Joseph,
The <legend> must be the first child of the <fieldset>. This should fix your issues with NVDA.
On each <input>, you've provided an aria-labelledby that points to the <legend> AND the adjacent label. JAWS is friendlier with code. It's likely that the <legend> reads multiple times because it's both the group label and referenced through aria-labelledby.
The labelFor association is all that you need. You can remove the aria-labelledby property once you have properly marked up the <fieldset> by having the <legend> as the first child.
I hope this helps,
Nick
- Next message: Steve Green: "Re: Grouping help"
- Previous message: Joseph Sherman: "Grouping help"
- Next message in Thread: Steve Green: "Re: Grouping help"
- Previous message in Thread: Joseph Sherman: "Grouping help"
- View all messages in this Thread