DeveloperSpace
Does WCAG 2.0 allow tables for layout, I can't see anything in the guidelines saying you can't but this suprises me.
I work on accessibility for an ios app.
I use TouchableHightLight on checkboxes.
TouchableHightLight
How would one hide CSS certain generated content (used for pure styling) from screen reader? Is it possible without using HTML hacks like aria-hidden?
aria-hidden
When I have a set of either check boxes or radio buttons I often need to have an Other choice.
I'm working on a project currently where the client organisation deals with vulnerable people regularly.
I must be missing something simple:
We're currently updating our site for ADA compliance and want to implement a skip navigation menu on the main landing pages.
I'm working on an ADA level AAA compliant site.
What is causing this accordion nav to lose browser default focus?
Accessibility question: Can a <label>...</label> have children besides an <input ... />?
<label>...</label>
<input ... />