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.

'Missing contentDescription attribute on image' in XML

I get an warning about [Accessibility]Missing contentDescription attribute on image in eclipse. This warning show at line 5 (declare ImageView) …

android eclipse warnings accessibility android-imageview
Get a Windows Forms control by name in C#

I have a ToolStripMenuItem called myMenu. How can I access this like so: /* Normally, I would do: */ this.myMenu... etc. /* …

c# winforms string controls accessibility
How can you program if you're blind?

Sight is one of the senses most programmers take for granted. Most programmers would spend hours looking at a computer …

workflow development-environment accessibility blind
input type="submit" Vs button tag are they interchangeable?

input type="submit" and button tag are they interchangeable? or if there is any difference then When to use input …

html accessibility w3c web-standards semantic-markup
How to find good looking font color if background color is known?

There seem to be so many color wheel, color picker, and color matcher web apps out there, where you give …

colors accessibility readability
HTML img tag: title attribute vs. alt attribute?

I was browsing Amazon and I noticed that when searching "1TB" if you hover the mouse cursor over the stars …

html accessibility alt
Default html form focus without JavaScript

Is it possible to set the default input focus on an HTML form without using JavaScript, for example: <html&…

html accessibility
Styling disabled <select> (dropdown boxes) in HTML

One of our customers has a hard time reading the grey text in disabled controls in our web-based application: We …

html css accessibility
bootstrap modal close button aria-hidden=true

As per the bootstrap document, adding aria-hidden="true" tells assistive technologies to skip the modal's DOM elements, which explains the …

twitter-bootstrap modal-dialog accessibility screen-readers