E-mail List Archives
Re: Radio Buttons in a Data Table
From: David Ashleydale
Date: Jul 10, 2012 4:55PM
- Next message: Tony Olivero: "Re: Radio Buttons in a Data Table"
- Previous message: Tony Olivero: "Re: Radio Buttons in a Data Table"
- Next message in Thread: Tony Olivero: "Re: Radio Buttons in a Data Table"
- Previous message in Thread: Tony Olivero: "Re: Radio Buttons in a Data Table"
- View all messages in this Thread
"If you're absolutely wedded to this setup, and I don't recommend it
because it doesn't translate well into progressive enhancement..."
And if you have time, I would love to hear your ideas for a different
design. The people that own this page basically told me that they will
consent to a new design if they have to, but that it will cost them time
and money that they are reluctant to spend. They want to know, "Is there a
way to use this design and still conform to WCAG and HTML standards?" If
not, they will bite the bullet because they do want to meet the standards.
But they really want to stick with this if it's at all possible.
Thanks,
David
On Tue, Jul 10, 2012 at 3:28 PM, Tony Olivero < <EMAIL REMOVED> > wrote:
> David,
>
> If you're absolutely wedded to this setup, and I don't recommend it because
> it doesn't translate well into progressive enhancement as you'll see in a
> minute, you basically have two solutions: ARIA and off screen text.
>
> For the ARIA solution, You can give each column header an id, and use that
> id as part of an aria-labelledby attribute on each radio button. Problem
> with this is not all screen access technology/browser combinations support
> ARIA yet.
>
> For the off-screen text solution you have to code a CSS selector that's
> positioned off screen, and basically a pixel in size with no overflow.
> You'll have to use a label/span combination with the off-screen span
> holding
> the label text. I know some people are wary of using too much off-screen
> text because they fear search engine's will lower their pagerank because of
> it.
>
> Title is a possibility, but you will have to instruct screen access
> software
> users to (and possibly how to) adjust their preferences to read this
> attribute as it is not a default in most programs.
>
> HTH,
> Tony
>
>
- Next message: Tony Olivero: "Re: Radio Buttons in a Data Table"
- Previous message: Tony Olivero: "Re: Radio Buttons in a Data Table"
- Next message in Thread: Tony Olivero: "Re: Radio Buttons in a Data Table"
- Previous message in Thread: Tony Olivero: "Re: Radio Buttons in a Data Table"
- View all messages in this Thread