SlideShare ist ein Scribd-Unternehmen logo
1 von 46
Downloaden Sie, um offline zu lesen
Getting Down and
Dirty with Accessibility
and Usability
                  Karen Mardahl
                 2 October 2012
                      #TCUK12
Today’s workshop
1. Toolkit
Dolev at http://commons.wikimedia.org/wiki/File:Carpentry_hand_tools.jpg CC-BY-SA-3.0
2. Application
3. Enlightenment
       http://www.flickr.com/photos/kmardahl/4237843259/ CC BY-NC-SA 3.0
BAD Demo


• The Before-and-After Demo
  http://www.w3.org/WAI/demos/bad/
Good examples of
   accessible websites

• http://terrillthompson.com/blog/229
• http://www.accessiweb.org/index.php/
  galerie.html
<alt>

• http://dev.w3.org/html5/alt-techniques/
• http://webaim.org/techniques/alttext/
• http://www.joedolson.com/articles/2012/06/
  the-case-missing-alt-attribute/
• Remember <alt=””>
<title>


• http://www.paciellogroup.com/blog/
  2010/11/using-the-html-title-attribute/
<longdesc>

• Just do it, but...
• http://webaim.org/techniques/images/
  longdesc
• Tables...
Headings and Structure
• Logical!
• Skip to main content links (blind &
  keyboard users)
• Sequence and patterns (non-linear
  navigation - reading order)
• Style guides (for consistency)
• ARIA
Lists:
   <ol>
   <ul>
    <li>
& CSS styling
Keyboard-only access

• Do it with a keyboard
• http://webaim.org/techniques/keyboard/
• <tabindex>
Color
•   Remember that color and
    color contrast and alternate
    indicators play together.

•   Never use color as your only
    delimiter.

•   http://www.snook.ca/
    technical/colour_contrast/
    colour.html
Labels



Source of images: http://www.youtube.com/watch?v=T5OClvFL8I8
Link text

“Click here”
“Read more”
Plain Language
• http://www.designtoread.com/
• US: Center for Plain Language
  http://centerforplainlanguage.org/
• US: Plain Language in the Federal
  government http://www.plainlanguage.gov/
  http://www.plainlanguage.gov/howto/
  quickreference/checklist.cfm
• UK: Plain Language Commission
  http://www.clearest.co.uk/
“How to Write
Clearly” in 23 languages
•   http://ec.europa.eu/ipg/
    index_en.htm – leads to info
    about accessibility

•   http://ec.europa.eu/translation/
    index_en.htm – go to the link
    for “How to write clearly”. It
    takes you to the EU bookshop

•   http://bookshop.europa.eu/is-bin/
    INTERSHOP.enfinity/WFS/EU-
    Bookshop-Site/en_GB/-/EUR/
    ViewPublication-Start?
    PublicationKey=HC3010536
Text Size

• http://www.smashingmagazine.com/
  2011/10/07/16-pixels-body-copy-anything-
  less-costly-mistake/
• http://www.zeldman.com/
Tables
• http://webaim.org/techniques/tables/
• Screen readers read tables from left to
  right, from row to row.
• <summary>, <th>, <scope>
• How-to: http://dev.opera.com/articles/view/
  creating-accessible-data-tables/  &  http://
  isolani.co.uk/articles/structuredTables.html 
  (with a football pools example!)
http://www.slideshare.net/kmardahl/technical-communication-and-inclusion-5347819



                      Captioning
Video
•   Keyboard-accessible YouTube controls: http://
    simplyaccessible.com/article/keyboard-accessible-
    youtube-controls/

•   JW Player:  http://wac.osu.edu/

•   Easy YouTube Player: http://icant.co.uk/easy-
    youtube/docs/index.html

•   Accessible Media Player: http://www.nomensa.com/
    services/accessibility-and-inclusive-design/
    accessible-media-player

•   And no <autoplay>!
<autoplay=”autoplay”>
ARIA
• ARIA (application, banner, complementary,
    contentinfo, form, main, navigation, search)
• http://www.nomensa.com/blog/2010/wai-
    aria-document-landmark-roles/
• http://www.nomensa.com/blog/2010/
    screen-readers-and-aria-landmark-roles/
•    http://www.paciellogroup.com/blog/
    2010/10/using-wai-aria-landmark-roles/
Testing and Evaluation
•   WAVE http://wave.webaim.org/

•   Color Contrast and more https://addons.mozilla.org/da/firefox/addon/juicy-
    studio-accessibility-too/

•   Fireeyes http://www.deque.com/products/worldspace-fireeyes/download-
    worldspace-fireeyes

•   Functional Accessibility Evaluator http://fae.cita.uiuc.edu/about/

•   Web Developer Extension http://chrispederick.com/work/web-developer/

•   Web Accessibility Toolbar for IE http://www.paciellogroup.com/resources/
    wat-ie-about.html

•   W3C WAI Tool List http://www.w3.org/WAI/RC/tools/complete
Screen reader testing

• Learn: http://www.iheni.com/screen-reader-
  testing/
• Plan: http://www.spotlessinteractive.com/
  articles/accessibility/screen-reader-test-
  plan.php
• More at http://webaxe.blogspot.dk/2011/04/
  learning-how-to-use-and-test-with.html
Standards
W3C WAI: http://www.w3.org/WAI/
Web Accessibility Code of Practice BS8878 (UK):
http://www.access8878.com
WCAG 2 at a glance
                     •   Perceivable
                         •   Provide text alternatives for non-text content.
                         •   Provide captions and other alternatives for multimedia.
                         •   Create content that can be presented in different ways,
                         •   including by assistive technologies, without losing meaning.
                         •   Make it easier for users to see and hear content.
                     •   Operable
                         •   Make all functionality available from a keyboard.
                         •   Give users enough time to read and use content.
                         •   Do not use content that causes seizures.
                         •   Help users navigate and find content.
                     •   Understandable
                         •   Make text readable and understandable.
                         •   Make content appear and operate in predictable ways.
                         •   Help users avoid and correct mistakes.
                     •   Robust
                         •   Maximize compatibility with current and future user tools.
WCAG 2.0
• Understanding WCAG 2.0: A guide to
  understanding and implementing Web
  Content Accessibility Guidelines 2.0
  http://www.w3.org/TR/UNDERSTANDING-
  WCAG20/
• How to Meet WCAG 2.0: A customizable
  quick reference to Web Content
  Accessibility Guidelines 2.0 requirements
  (success criteria) and techniques.
  http://www.w3.org/WAI/WCAG20/quickref/
Learn-more resources
•   What is a screen reader? Article from 2005 so
    some product details are outdated. Read it for
    what it is and how it works. 
    http://www.nomensa.com/blog/2005/what-is-a-
    screen-reader/

•   Just Ask: Integrating Accessibility Throughout
    Design: http://www.uiaccess.com/accessucd/
    (+ print)

•   Sign up for the discussion list at WebAIM
    http://webaim.org/community/
Learn-more resources
•   Opera Web Standards Curriculum in association with
    Yahoo! Developer Network:
    http://www.opera.com/company/education/curriculum/

•   Web Standards Project's InterACT (site/book) http://
    interact.webstandards.org/

•   U of MN Newsletter: Typography, information architecture,
    usability, accessibility, maintained by @laura_carlson
    http://www.d.umn.edu/itss/training/online/webdesign/
    webdev_listserv.html

•   Accessibility for Web Writers series at
    http://www.4syllables.com.au/2010/09/accessibility-web-
    writers-part-1/
10 Principles
• Be equitable                                • Be preventative
• Be flexible                                  • Be tolerant
• Be simple and                               • Be effortless
     intuitive
                                              • Be accommodating
• Be perceptible                              • Be consistent
• Be informative
http://www.sandiwassmer.co.uk/resources/the-ten-principles-of-inclusive-web-design/
When universal design
processes fail to include,
consult with, and listen to the
people we are actually
designing for, we also fail to
design effectively.
                    – Lisa Herrod
         http://scenariogirl.com/inclusive-design/the-social-model-of-disability
http://www.flickr.com/photos/ottoman42/5026107/
Thank you for listening!
     Questions?

@kmdk / @stcaccess
http://www.mardahl.dk
http://about.me/kmdk
EXTRA
Mobile

• Opera Mobile Emulator
  http://www.opera.com/developer/tools/
  mobile
• http://ready.mobi/ (older models)
User diversity

• Test with real people!
• http://www.uiaccess.com/accessucd/
  involve.html
• http://alistairduggin.co.uk/blog/using-
  personas-to-teach-accessibility/
I
    W
     eb
       AI
          M
           .o
             rg
webaim.org/resources/designers
throup.org.uk/infographic
Twitter+ Resources
•   @RogerJohansson + 456bereastreet.com

•   @webaxe + webaxe.org

•   @silviapfeiffer (all about <video>)

•   @MarcoInEnglish / @MarcoZehe + marcozehe.de (Firefox)

•   @jared_w_smith + WebAIM.org (with discussion list, too!)

•   @iheni + iheni.com (mobile)

•   @stevefaulkner + paciellogroup.com/blog (ARIA, HTML5)

•   @dugboticus + alistairduggin.co.uk

•   @AccessifyForum + accessifyforum.com
Coding resources
• Yahoo! accessibility code library: http://
  yaccessibilityblog.com/library/
• Accessibility topics at Web Standards
  Sherpa: http://webstandardssherpa.com/
  reviews/by-topic/accessibility
• Mozilla ARIA resources: https://
  developer.mozilla.org/en/ARIA

Weitere ähnliche Inhalte

Was ist angesagt?

Preview Class Handout "
Preview Class Handout "Preview Class Handout "
Preview Class Handout "
butest
 

Was ist angesagt? (20)

My talk at Riga 2016 Web Accessibility Meetup
My talk at Riga 2016 Web Accessibility MeetupMy talk at Riga 2016 Web Accessibility Meetup
My talk at Riga 2016 Web Accessibility Meetup
 
Web_Accessibility
Web_AccessibilityWeb_Accessibility
Web_Accessibility
 
HTML5 – the good, the bad, and the fun
HTML5 – the good, the bad, and the funHTML5 – the good, the bad, and the fun
HTML5 – the good, the bad, and the fun
 
People First Accessibility
People First AccessibilityPeople First Accessibility
People First Accessibility
 
Accessibility is not disability Drupal South 2014
Accessibility is not disability Drupal South 2014Accessibility is not disability Drupal South 2014
Accessibility is not disability Drupal South 2014
 
Making Your Site Printable: CSS Summit 2014
Making Your Site Printable: CSS Summit 2014Making Your Site Printable: CSS Summit 2014
Making Your Site Printable: CSS Summit 2014
 
Selfish Accessibility: WordCamp Buffalo 2014
Selfish Accessibility: WordCamp Buffalo 2014Selfish Accessibility: WordCamp Buffalo 2014
Selfish Accessibility: WordCamp Buffalo 2014
 
Business Impact of Accessibility by Srinivasu Chakravarthula, Yahoo!
Business Impact of Accessibility by Srinivasu Chakravarthula, Yahoo!Business Impact of Accessibility by Srinivasu Chakravarthula, Yahoo!
Business Impact of Accessibility by Srinivasu Chakravarthula, Yahoo!
 
Selfish Accessibility: HTML5 Developer Conference 2014
Selfish Accessibility: HTML5 Developer Conference 2014Selfish Accessibility: HTML5 Developer Conference 2014
Selfish Accessibility: HTML5 Developer Conference 2014
 
How to engineer accessible websites
How to engineer accessible websitesHow to engineer accessible websites
How to engineer accessible websites
 
Your Library on the Go: Catching Up with Your Mobile Patrons
Your Library on the Go: Catching Up with Your Mobile PatronsYour Library on the Go: Catching Up with Your Mobile Patrons
Your Library on the Go: Catching Up with Your Mobile Patrons
 
Web options final
Web options finalWeb options final
Web options final
 
Web accessibility workshop 1
Web accessibility workshop 1Web accessibility workshop 1
Web accessibility workshop 1
 
WordPress in Higher Ed - Designing a Multi-device WordPress Course Site: A Ca...
WordPress in Higher Ed - Designing a Multi-device WordPress Course Site: A Ca...WordPress in Higher Ed - Designing a Multi-device WordPress Course Site: A Ca...
WordPress in Higher Ed - Designing a Multi-device WordPress Course Site: A Ca...
 
CAUCE - Mobile Learning: A User Experience Perspective
CAUCE - Mobile Learning: A User Experience PerspectiveCAUCE - Mobile Learning: A User Experience Perspective
CAUCE - Mobile Learning: A User Experience Perspective
 
Tools for elearning_2.0
Tools for elearning_2.0Tools for elearning_2.0
Tools for elearning_2.0
 
Preview Class Handout "
Preview Class Handout "Preview Class Handout "
Preview Class Handout "
 
Selfish Accessibility: UXSG 2014
Selfish Accessibility: UXSG 2014Selfish Accessibility: UXSG 2014
Selfish Accessibility: UXSG 2014
 
ETUG Spring 2013 - Designing for Touch: Not Just for Mobile Anymore
ETUG Spring 2013 - Designing for Touch: Not Just for Mobile AnymoreETUG Spring 2013 - Designing for Touch: Not Just for Mobile Anymore
ETUG Spring 2013 - Designing for Touch: Not Just for Mobile Anymore
 
How to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility SummitHow to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility Summit
 

Ähnlich wie Getting Down and Dirty with Accessibility and Usability workshop at TCUK12

Wordpress & accessibility
Wordpress & accessibilityWordpress & accessibility
Wordpress & accessibility
Howard Kramer
 
Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...
Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...
Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...
Dylan Wilbanks
 
Technology Tools 11 21 12
Technology Tools 11 21 12Technology Tools 11 21 12
Technology Tools 11 21 12
Suzanne Loftus
 
Wpwp digital tools
Wpwp digital toolsWpwp digital tools
Wpwp digital tools
ahalter
 

Ähnlich wie Getting Down and Dirty with Accessibility and Usability workshop at TCUK12 (20)

Web Accessibility and Design
Web Accessibility and DesignWeb Accessibility and Design
Web Accessibility and Design
 
Wordpress & accessibility
Wordpress & accessibilityWordpress & accessibility
Wordpress & accessibility
 
Creating a Universal Design syllabus
Creating a Universal Design syllabusCreating a Universal Design syllabus
Creating a Universal Design syllabus
 
Tech Headline - Using WAI-ARIA & HTML5: Techniques to solve accessibility pro...
Tech Headline - Using WAI-ARIA & HTML5: Techniques to solve accessibility pro...Tech Headline - Using WAI-ARIA & HTML5: Techniques to solve accessibility pro...
Tech Headline - Using WAI-ARIA & HTML5: Techniques to solve accessibility pro...
 
Text to speech and word predicition tagged
Text to speech and word predicition taggedText to speech and word predicition tagged
Text to speech and word predicition tagged
 
Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...
Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...
Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...
 
Library 2.011 Free Web Tools for Libraries Cheryl Peltier-Davis
Library 2.011 Free Web Tools for Libraries Cheryl Peltier-DavisLibrary 2.011 Free Web Tools for Libraries Cheryl Peltier-Davis
Library 2.011 Free Web Tools for Libraries Cheryl Peltier-Davis
 
Technology Tools 11 21 12
Technology Tools 11 21 12Technology Tools 11 21 12
Technology Tools 11 21 12
 
Designing for Everybody Workshop
Designing for Everybody WorkshopDesigning for Everybody Workshop
Designing for Everybody Workshop
 
Accessibility Quick Wins
Accessibility Quick WinsAccessibility Quick Wins
Accessibility Quick Wins
 
Wpwp digital tools
Wpwp digital toolsWpwp digital tools
Wpwp digital tools
 
Integrating iPads in Adult Education
Integrating iPads in Adult EducationIntegrating iPads in Adult Education
Integrating iPads in Adult Education
 
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
 
Induction
InductionInduction
Induction
 
Lingle TESOL France 2012. Todays news in your classroom - Rapid Authentic Tex...
Lingle TESOL France 2012. Todays news in your classroom - Rapid Authentic Tex...Lingle TESOL France 2012. Todays news in your classroom - Rapid Authentic Tex...
Lingle TESOL France 2012. Todays news in your classroom - Rapid Authentic Tex...
 
Introduction to TrackStar: Social Bookmarking for Teachers- Slideshasre Version
Introduction to TrackStar:Social Bookmarking for Teachers- Slideshasre Version Introduction to TrackStar:Social Bookmarking for Teachers- Slideshasre Version
Introduction to TrackStar: Social Bookmarking for Teachers- Slideshasre Version
 
UX design for every screen
UX design for every screenUX design for every screen
UX design for every screen
 
I love free – transforming your classroom with web 2.0
I love free – transforming your classroom with web 2.0I love free – transforming your classroom with web 2.0
I love free – transforming your classroom with web 2.0
 
Text to speech and word predicition
Text to speech and word predicitionText to speech and word predicition
Text to speech and word predicition
 
The "A" in Drupal Stands for Accessibility
The "A" in Drupal Stands for AccessibilityThe "A" in Drupal Stands for Accessibility
The "A" in Drupal Stands for Accessibility
 

Mehr von Karen Mardahl

Mehr von Karen Mardahl (11)

Desiring accessibility!
Desiring accessibility!Desiring accessibility!
Desiring accessibility!
 
Getting Things Done for Technical Communicators
Getting Things Done for Technical CommunicatorsGetting Things Done for Technical Communicators
Getting Things Done for Technical Communicators
 
Getting Things Done for Technical Communicators at TCUK14
Getting Things Done for Technical Communicators at TCUK14Getting Things Done for Technical Communicators at TCUK14
Getting Things Done for Technical Communicators at TCUK14
 
Getting Things Done for Technical Communicators
Getting Things Done for Technical CommunicatorsGetting Things Done for Technical Communicators
Getting Things Done for Technical Communicators
 
Tænk tilgængelighed og brugervenlighed ind i dine sites
Tænk tilgængelighed og brugervenlighed ind i dine sites Tænk tilgængelighed og brugervenlighed ind i dine sites
Tænk tilgængelighed og brugervenlighed ind i dine sites
 
UX Camp CPH Ignite presentation 24 April 2014
UX Camp CPH Ignite presentation 24 April 2014UX Camp CPH Ignite presentation 24 April 2014
UX Camp CPH Ignite presentation 24 April 2014
 
STC13: All you need is... Accessibility
STC13: All you need is... AccessibilitySTC13: All you need is... Accessibility
STC13: All you need is... Accessibility
 
UX Camp CPH 2013 Ignite! presentation, Karen Mardahl
UX Camp CPH 2013 Ignite! presentation, Karen MardahlUX Camp CPH 2013 Ignite! presentation, Karen Mardahl
UX Camp CPH 2013 Ignite! presentation, Karen Mardahl
 
Adaptability: The True Key to Accessibility and Usability? #TCUK12
Adaptability: The True Key to Accessibility and Usability? #TCUK12Adaptability: The True Key to Accessibility and Usability? #TCUK12
Adaptability: The True Key to Accessibility and Usability? #TCUK12
 
Ignite Accessibility
Ignite AccessibilityIgnite Accessibility
Ignite Accessibility
 
Technical Communication and Inclusion
Technical Communication and InclusionTechnical Communication and Inclusion
Technical Communication and Inclusion
 

Kürzlich hochgeladen

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Kürzlich hochgeladen (20)

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

Getting Down and Dirty with Accessibility and Usability workshop at TCUK12

  • 1. Getting Down and Dirty with Accessibility and Usability Karen Mardahl 2 October 2012 #TCUK12
  • 3. 1. Toolkit Dolev at http://commons.wikimedia.org/wiki/File:Carpentry_hand_tools.jpg CC-BY-SA-3.0
  • 5. 3. Enlightenment http://www.flickr.com/photos/kmardahl/4237843259/ CC BY-NC-SA 3.0
  • 6. BAD Demo • The Before-and-After Demo http://www.w3.org/WAI/demos/bad/
  • 7. Good examples of accessible websites • http://terrillthompson.com/blog/229 • http://www.accessiweb.org/index.php/ galerie.html
  • 8. <alt> • http://dev.w3.org/html5/alt-techniques/ • http://webaim.org/techniques/alttext/ • http://www.joedolson.com/articles/2012/06/ the-case-missing-alt-attribute/ • Remember <alt=””>
  • 9. <title> • http://www.paciellogroup.com/blog/ 2010/11/using-the-html-title-attribute/
  • 10. <longdesc> • Just do it, but... • http://webaim.org/techniques/images/ longdesc • Tables...
  • 11. Headings and Structure • Logical! • Skip to main content links (blind & keyboard users) • Sequence and patterns (non-linear navigation - reading order) • Style guides (for consistency) • ARIA
  • 12. Lists: <ol> <ul> <li> & CSS styling
  • 13. Keyboard-only access • Do it with a keyboard • http://webaim.org/techniques/keyboard/ • <tabindex>
  • 14. Color • Remember that color and color contrast and alternate indicators play together. • Never use color as your only delimiter. • http://www.snook.ca/ technical/colour_contrast/ colour.html
  • 15. Labels Source of images: http://www.youtube.com/watch?v=T5OClvFL8I8
  • 17. Plain Language • http://www.designtoread.com/ • US: Center for Plain Language http://centerforplainlanguage.org/ • US: Plain Language in the Federal government http://www.plainlanguage.gov/ http://www.plainlanguage.gov/howto/ quickreference/checklist.cfm • UK: Plain Language Commission http://www.clearest.co.uk/
  • 18. “How to Write Clearly” in 23 languages • http://ec.europa.eu/ipg/ index_en.htm – leads to info about accessibility • http://ec.europa.eu/translation/ index_en.htm – go to the link for “How to write clearly”. It takes you to the EU bookshop • http://bookshop.europa.eu/is-bin/ INTERSHOP.enfinity/WFS/EU- Bookshop-Site/en_GB/-/EUR/ ViewPublication-Start? PublicationKey=HC3010536
  • 19. Text Size • http://www.smashingmagazine.com/ 2011/10/07/16-pixels-body-copy-anything- less-costly-mistake/ • http://www.zeldman.com/
  • 20. Tables • http://webaim.org/techniques/tables/ • Screen readers read tables from left to right, from row to row. • <summary>, <th>, <scope> • How-to: http://dev.opera.com/articles/view/ creating-accessible-data-tables/  &  http:// isolani.co.uk/articles/structuredTables.html  (with a football pools example!)
  • 22. Video • Keyboard-accessible YouTube controls: http:// simplyaccessible.com/article/keyboard-accessible- youtube-controls/ • JW Player:  http://wac.osu.edu/ • Easy YouTube Player: http://icant.co.uk/easy- youtube/docs/index.html • Accessible Media Player: http://www.nomensa.com/ services/accessibility-and-inclusive-design/ accessible-media-player • And no <autoplay>!
  • 24. ARIA • ARIA (application, banner, complementary, contentinfo, form, main, navigation, search) • http://www.nomensa.com/blog/2010/wai- aria-document-landmark-roles/ • http://www.nomensa.com/blog/2010/ screen-readers-and-aria-landmark-roles/ • http://www.paciellogroup.com/blog/ 2010/10/using-wai-aria-landmark-roles/
  • 25. Testing and Evaluation • WAVE http://wave.webaim.org/ • Color Contrast and more https://addons.mozilla.org/da/firefox/addon/juicy- studio-accessibility-too/ • Fireeyes http://www.deque.com/products/worldspace-fireeyes/download- worldspace-fireeyes • Functional Accessibility Evaluator http://fae.cita.uiuc.edu/about/ • Web Developer Extension http://chrispederick.com/work/web-developer/ • Web Accessibility Toolbar for IE http://www.paciellogroup.com/resources/ wat-ie-about.html • W3C WAI Tool List http://www.w3.org/WAI/RC/tools/complete
  • 26. Screen reader testing • Learn: http://www.iheni.com/screen-reader- testing/ • Plan: http://www.spotlessinteractive.com/ articles/accessibility/screen-reader-test- plan.php • More at http://webaxe.blogspot.dk/2011/04/ learning-how-to-use-and-test-with.html
  • 27. Standards W3C WAI: http://www.w3.org/WAI/ Web Accessibility Code of Practice BS8878 (UK): http://www.access8878.com
  • 28. WCAG 2 at a glance • Perceivable • Provide text alternatives for non-text content. • Provide captions and other alternatives for multimedia. • Create content that can be presented in different ways, • including by assistive technologies, without losing meaning. • Make it easier for users to see and hear content. • Operable • Make all functionality available from a keyboard. • Give users enough time to read and use content. • Do not use content that causes seizures. • Help users navigate and find content. • Understandable • Make text readable and understandable. • Make content appear and operate in predictable ways. • Help users avoid and correct mistakes. • Robust • Maximize compatibility with current and future user tools.
  • 29. WCAG 2.0 • Understanding WCAG 2.0: A guide to understanding and implementing Web Content Accessibility Guidelines 2.0 http://www.w3.org/TR/UNDERSTANDING- WCAG20/ • How to Meet WCAG 2.0: A customizable quick reference to Web Content Accessibility Guidelines 2.0 requirements (success criteria) and techniques. http://www.w3.org/WAI/WCAG20/quickref/
  • 30. Learn-more resources • What is a screen reader? Article from 2005 so some product details are outdated. Read it for what it is and how it works.  http://www.nomensa.com/blog/2005/what-is-a- screen-reader/ • Just Ask: Integrating Accessibility Throughout Design: http://www.uiaccess.com/accessucd/ (+ print) • Sign up for the discussion list at WebAIM http://webaim.org/community/
  • 31. Learn-more resources • Opera Web Standards Curriculum in association with Yahoo! Developer Network: http://www.opera.com/company/education/curriculum/ • Web Standards Project's InterACT (site/book) http:// interact.webstandards.org/ • U of MN Newsletter: Typography, information architecture, usability, accessibility, maintained by @laura_carlson http://www.d.umn.edu/itss/training/online/webdesign/ webdev_listserv.html • Accessibility for Web Writers series at http://www.4syllables.com.au/2010/09/accessibility-web- writers-part-1/
  • 32. 10 Principles • Be equitable • Be preventative • Be flexible • Be tolerant • Be simple and • Be effortless intuitive • Be accommodating • Be perceptible • Be consistent • Be informative http://www.sandiwassmer.co.uk/resources/the-ten-principles-of-inclusive-web-design/
  • 33. When universal design processes fail to include, consult with, and listen to the people we are actually designing for, we also fail to design effectively. – Lisa Herrod http://scenariogirl.com/inclusive-design/the-social-model-of-disability
  • 35. Thank you for listening! Questions? @kmdk / @stcaccess http://www.mardahl.dk http://about.me/kmdk
  • 36. EXTRA
  • 37. Mobile • Opera Mobile Emulator http://www.opera.com/developer/tools/ mobile • http://ready.mobi/ (older models)
  • 38. User diversity • Test with real people! • http://www.uiaccess.com/accessucd/ involve.html • http://alistairduggin.co.uk/blog/using- personas-to-teach-accessibility/
  • 39. I W eb AI M .o rg
  • 41.
  • 43.
  • 44.
  • 45. Twitter+ Resources • @RogerJohansson + 456bereastreet.com • @webaxe + webaxe.org • @silviapfeiffer (all about <video>) • @MarcoInEnglish / @MarcoZehe + marcozehe.de (Firefox) • @jared_w_smith + WebAIM.org (with discussion list, too!) • @iheni + iheni.com (mobile) • @stevefaulkner + paciellogroup.com/blog (ARIA, HTML5) • @dugboticus + alistairduggin.co.uk • @AccessifyForum + accessifyforum.com
  • 46. Coding resources • Yahoo! accessibility code library: http:// yaccessibilityblog.com/library/ • Accessibility topics at Web Standards Sherpa: http://webstandardssherpa.com/ reviews/by-topic/accessibility • Mozilla ARIA resources: https:// developer.mozilla.org/en/ARIA