How do I label a group of radio boxes for WCAG / 508 Compliance? Is ASP.NET doing it wrong?
- by Mark Brittingham
I am trying to bring an existing web site into greater conformance with WCAG 2.0 Guidelines and am a bit confused over the output emitted by Microsoft (ASP.NET 4.0 although it was the same in 3.5).
Suppose you have a question like: "How would you rate your health?" and a set of 5 answers created using an ASP.NET RadioButtonList. I place the…