SlideShare une entreprise Scribd logo
1  sur  46
Télécharger pour lire hors ligne
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

Contenu connexe

Tendances

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 MeetupVladimir Tomberg
 
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 funSarah Dutkiewicz
 
People First Accessibility
People First AccessibilityPeople First Accessibility
People First AccessibilityTrisha Salas
 
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 2014Gareth Hall
 
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 2014Adrian Roselli
 
Selfish Accessibility: WordCamp Buffalo 2014
Selfish Accessibility: WordCamp Buffalo 2014Selfish Accessibility: WordCamp Buffalo 2014
Selfish Accessibility: WordCamp Buffalo 2014Adrian Roselli
 
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!STC India UX SIG
 
Selfish Accessibility: HTML5 Developer Conference 2014
Selfish Accessibility: HTML5 Developer Conference 2014Selfish Accessibility: HTML5 Developer Conference 2014
Selfish Accessibility: HTML5 Developer Conference 2014Adrian Roselli
 
How to engineer accessible websites
How to engineer accessible websitesHow to engineer accessible websites
How to engineer accessible websitesRachel Cherry
 
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 Patronstechbrarian
 
Web accessibility workshop 1
Web accessibility workshop 1Web accessibility workshop 1
Web accessibility workshop 1Vladimir Tomberg
 
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...Paul Hibbitts
 
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 PerspectivePaul Hibbitts
 
Preview Class Handout "
Preview Class Handout "Preview Class Handout "
Preview Class Handout "butest
 
Selfish Accessibility: UXSG 2014
Selfish Accessibility: UXSG 2014Selfish Accessibility: UXSG 2014
Selfish Accessibility: UXSG 2014Adrian Roselli
 
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 AnymorePaul Hibbitts
 
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 SummitRachel Cherry
 

Tendances (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
 

Similaire à Getting Down and Dirty with Accessibility and Usability workshop at TCUK12

Web Accessibility and Design
Web Accessibility and DesignWeb Accessibility and Design
Web Accessibility and Designcolinbdclark
 
Wordpress & accessibility
Wordpress & accessibilityWordpress & accessibility
Wordpress & accessibilityHoward Kramer
 
Creating a Universal Design syllabus
Creating a Universal Design syllabusCreating a Universal Design syllabus
Creating a Universal Design syllabusLouise Hamelin at QCC
 
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...Rodrigo Castilho
 
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 taggedHindie Dershowitz
 
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
 
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-DavisCheryl Peltier-Davis
 
Technology Tools 11 21 12
Technology Tools 11 21 12Technology Tools 11 21 12
Technology Tools 11 21 12Suzanne Loftus
 
Accessibility Quick Wins
Accessibility Quick WinsAccessibility Quick Wins
Accessibility Quick WinsJeff Reynolds
 
Wpwp digital tools
Wpwp digital toolsWpwp digital tools
Wpwp digital toolsahalter
 
Integrating iPads in Adult Education
Integrating iPads in Adult EducationIntegrating iPads in Adult Education
Integrating iPads in Adult EducationNell Eckersley
 
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)Carrie Anton
 
Induction
InductionInduction
Inductionahalter
 
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...ianbutler
 
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 Jennifer Styron
 
UX design for every screen
UX design for every screenUX design for every screen
UX design for every screenFour Kitchens
 
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.0Jan Coley
 
Text to speech and word predicition
Text to speech and word predicitionText to speech and word predicition
Text to speech and word predicitionHindie Dershowitz
 
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 AccessibilityKaren Mardahl
 

Similaire à 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
 

Plus de Karen Mardahl

Desiring accessibility!
Desiring accessibility!Desiring accessibility!
Desiring accessibility!Karen Mardahl
 
Getting Things Done for Technical Communicators
Getting Things Done for Technical CommunicatorsGetting Things Done for Technical Communicators
Getting Things Done for Technical CommunicatorsKaren Mardahl
 
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 TCUK14Karen Mardahl
 
Getting Things Done for Technical Communicators
Getting Things Done for Technical CommunicatorsGetting Things Done for Technical Communicators
Getting Things Done for Technical CommunicatorsKaren Mardahl
 
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 Karen Mardahl
 
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 2014Karen Mardahl
 
STC13: All you need is... Accessibility
STC13: All you need is... AccessibilitySTC13: All you need is... Accessibility
STC13: All you need is... AccessibilityKaren Mardahl
 
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 MardahlKaren 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? #TCUK12Karen Mardahl
 
Ignite Accessibility
Ignite AccessibilityIgnite Accessibility
Ignite AccessibilityKaren Mardahl
 
Technical Communication and Inclusion
Technical Communication and InclusionTechnical Communication and Inclusion
Technical Communication and InclusionKaren Mardahl
 

Plus de 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
 

Dernier

A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
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...Miguel Araújo
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
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 interpreternaman860154
 
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 slidevu2urc
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 

Dernier (20)

A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
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...
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
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
 
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
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 

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