E-mail List Archives
Re: Styling Radio elements to look like Button element?
From: Bryan Garaventa
Date: Nov 1, 2014 12:06PM
- Next message: Jennifer Sutton: "Re: a few new positive links related to Bootstrap and accessibility"
- Previous message: Birkir R. Gunnarsson: "Re: Styling Radio elements to look like Button element?"
- Next message in Thread: Maraikayar Prem Nawaz: "Re: Styling Radio elements to look like Button element?"
- Previous message in Thread: Birkir R. Gunnarsson: "Re: Styling Radio elements to look like Button element?"
- View all messages in this Thread
Just a quick note, it's the checked state you want to convey with radios, not selected. This is often misimplemented for ARIA roles
such as 'radio', where aria-selected is used instead of aria-checked, which is what it should be. The use of aria-selected is not
valid on role=radio.
Live demo:
http://whatsock.com/tsg/Coding%20Arena/ARIA%20Radio%20Buttons/ARIA%20Radio%20Buttons/demo.htm
- Next message: Jennifer Sutton: "Re: a few new positive links related to Bootstrap and accessibility"
- Previous message: Birkir R. Gunnarsson: "Re: Styling Radio elements to look like Button element?"
- Next message in Thread: Maraikayar Prem Nawaz: "Re: Styling Radio elements to look like Button element?"
- Previous message in Thread: Birkir R. Gunnarsson: "Re: Styling Radio elements to look like Button element?"
- View all messages in this Thread