Top Banner
The Truth about Ajax and Accessibility UIE Virtual Seminar June 9, 2011 with Derek Featherstone (@feather)
13

Truth about ajax and accessibility preview

Jul 14, 2015

Download

Design

UIEpreviews
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Truth about ajax and accessibility preview

The Truth about Ajax and Accessibility

UIE Virtual SeminarJune 9, 2011

with Derek Featherstone (@feather)

Page 2: Truth about ajax and accessibility preview

“JavaScript doesn’t work with screen readers”

FALSE

Page 3: Truth about ajax and accessibility preview

“People with disabilities turn JavaScript o!”

FALSE

Page 4: Truth about ajax and accessibility preview

What is the truth?

Page 5: Truth about ajax and accessibility preview

We’ve created code that follows “best practice”

Page 6: Truth about ajax and accessibility preview

JAWS didn’tget it.

Nothing.

Page 7: Truth about ajax and accessibility preview

We’ve seen code that wasde!nitely NOT “best practice”

Page 8: Truth about ajax and accessibility preview

// Custom App that uses// document.write for everything.// EVERYTHING.

document.write(lastNameInput);document.write(firstNameInput);

Page 9: Truth about ajax and accessibility preview

JAWS understood

almost everything.

Page 10: Truth about ajax and accessibility preview
Page 11: Truth about ajax and accessibility preview
Page 12: Truth about ajax and accessibility preview
Page 13: Truth about ajax and accessibility preview

The Truth about Ajax and Accessibility

UIE Virtual SeminarJune 9, 2011

with Derek Featherstone (@feather)