Accessibility
Accessibility
Accessibility
Accessibility
.reallyHidden {
display: none;
visibility: hidden;
}
.offscreen {
display: block;
left: -50000px;
position: absolute;
}
CSS
<button>
<i aria-hidden="true" class="icomoon-x"></i>
<span class="offscreen">Toggle Menu</span>
</button>
HTML
@marcysutton iPhone was the 1ST piece of tech I could use out of the box. Normally need sighted help to get screen reader installed etc.
— Steve Sawczyn (@steveofmaine) October 11, 2013
@marcysutton If you think about it, I can't even buy and use a microwave until someone helps me label touchpad.
— Steve Sawczyn (@steveofmaine) October 11, 2013
A strategy used for fast and quantitative market testing of a product or feature
How will this software improve peoples’ lives?
“H&R Block had violated the Americans with Disabilities Act by having a website that was inaccessible to people with various disabilities, not just the blind.”
“The DOJ expects businesses to ensure that customer-facing digital technology is accessible to individuals with disabilities”
Make it accessible.