Posts Tagged ‘Web accessibility

It was, (not 100% up on WAG2 yet) a W3C WAI accessibility recommendation to nest your form fields (inputs/selects etc) inside your label tags. So they were contained by the label much like you’d put an <img> tag inside an <a> tag to make it a link.
The Rails helpers don’t seem to have much [...]

I wanted to apply a different set of css styles to a degraded non-javascript version of a page to maintain some accessibility aspects.
I wrestled for a while with the <noscript> tag but this fails to validate in the head section of a HTML/XHTML document. This wasn’t a good enough way to do things.
Eventually (with a [...]


top