Top "Accessibility" questions

Accessibility seeks to make an application or website usable by everyone, including people with disabilities such as visual, auditory, ambulatory, or cognitive impairment.

Can we use just <a href="#"> for "back to top" button at bottom of the page?

Can we use just <a href="#"> for "back to top" button at bottom of the page? I think …

xhtml usability accessibility
Setting accessibility identifier programmatically on UIBarButtonItem

The accessibility identifier is a developer generated ID for GUI objects, which can be used for automation tests. A UIBarButtonItem …

ios objective-c automation accessibility
Disabling browser tooltips on links and <abbr>s

I want to suppress the web browser's default tooltip display when a user hovers over certain links and elements. I …

javascript jquery accessibility microformats
iOS change accessibility focus.

is there a way to set the accessibility focus programatically (App Store-safe)? Any help will be greatly appreciated.

ios iphone ios4 accessibility uiaccessibility-notification
iOS accessibility: label vs hint

What is the difference between the "label" and "hint" property if I'm trying to make a control accessible? Moreover, what …

iphone accessibility ios
Modify accessibility focus order

Is it possible to change the accessibility focus order? For example, if I have 3 views side by side, with ids …

android accessibility android-a11y
Multiple Forms With Input Fields With The Same Name Attribute? Good Or Bad?

Is it an acceptable practice to have multiple HTML forms on a page with input fields that share the same …

html xhtml accessibility web-standards
When to use <strong> and when to use <b>?

Possible Duplicate: Is it ok to use <strong> in place of <b> blindly ? When to use &…

css xhtml accessibility semantic-markup screen-readers
aria-label and label not both read

Please consider the following markup. <label for="i1" class="inforLabel">This is a label</label> <…

accessibility wai-aria screen-readers jaws-screen-reader