start here

1. aria-required on radio button fieldset

What is your favorite pet?


Results

NVDA 2014.3 or 2015.2 / FF 39: aria-required reads along with the legend: "What is your favorite pet grouping required"

2. aria-required on radio button legend

What is your favorite pet?


Results

NVDA 2014.3 or 2015.2 / FF 39: No indication of "required".

3. aria-required on radio button role="radiogroup"

What is your favorite pet?




Results

NVDA 2014.3 or 2015.2 / FF 39: aria-required reads along with the legend: "What is your favorite pet grouping required"

4. aria-required on checkbox fieldset

Which ice cream flavors do you like?


Results

NVDA 2014.3 or 2015.2 / FF 39: aria-required reads along with the legend: "Which ice cream flavors do you like grouping required"

5. aria-required on checkbox legend

Which dogs do you like?


Results

NVDA 2014.3 or 2015.2 / FF 39: No indication of "required".

6. aria-required on checkbox role="group"

Which ice cream flavors do you NOT like?




Results

NVDA 2014.3 or 2015.2 / FF 39: aria-required reads along with the legend: "Which ice cream flavors do you NOT like grouping required"

End here