SlideShare a Scribd company logo
Web Accessibility
   Gone Wilde v e n M!O R E
           w             No wilder
            Jared Smith
         http://webaim.org
Gone wild?
  Mistakes, misconceptions, over-
indulgences, minutia, and generally
   silly aspects of modern web
            accessibility
                ... or “How to FAIL at web accessibility”
Disclaimers
• There will be controversy and you
  may disagree.
• I’ll attempt to be an equal
  opportunity offender
• There’s little logic to the sequencing
  of topics
There is no typical user

   WebAIM surveys of screen reader
         user preferences
Accessibility > Compliance

   The mythical “accessible” web site doesn’t exist!

    Use guidelines as tools to achieve accessibility.

Your site can be fully compliant, yet totally inaccessible.
Focusing on True
Accessibility and Not Merely
        Compliance
Knowing That Accessibility is
      a Continuum
Alt text should present
CONTENT and FUNCTION

  Very rarely a description
•   alt=”bullet”
alt=”image of my cat”
Adding “image of...”, “graphic of...”, etc.
             to alt text
alt=”Photo of the
  White House”
alt=”Photo of the
    White House”




Is “Photo of...” necessary? It doesn’t really matter.
alt=”smiling lady”???
S urv e y say s . . .
“ P h o t o o f s m i l i ng l ad y ”
alt=”smiling lady”
Images that are the only thing within a link
           MUST have alt text




                         Image buttons and hot spots too
Logos that link to the home page
              alt=”WebAIM”
            alt=”WebAIM home”
            alt=”WebAIM logo”
alt=”WebAIM logo with link to home page”

           There’s no real consensus
Overly long alt text...




Using real text instead of images
  (when it makes sense to)...
Providing a long description for EVERY complex image
       (focus on CONTENT and FUNCTION)




         Avoiding redundant alternative text
Contents of a Beatles Song
                  Loves
            She           You


                  Yeah

longdesc=”1/2 of the content of a Beatles
song is ‘Yeah’, 1/6th is ‘She’, 1/6th is
      ‘Loves’, and 1/6th is ‘You’”
Putting anything other than
    a URL in longdesc...
The most accessible site
     on Earth...
•Home
•Products
•Support
•Sales
•Forum
•Contact Us


              Hey, I’m the content!!!
Can you have too much accessibility?
Accessibility preferences
     are for sissies
Accessibility implemented part way or incorrectly
    can be worse than no accessibility at all
Which provides better accessibility?
Don’t make disability relevant
... but understand that the experiences of
   those with disabilities will be different
Building one version of a web
 site that is fully accessible
Accesskey and Tabindex




     (unless you're sure you know what you're doing)

Learn the power of tabindex=”0” and tabindex=”-1”
Tabindex
• tabindex=”1+”
    Specifies exact tab order. Ensure tab
    order is complete, logical, and intuitive.
•   tabindex=”0”
    Place item in the default tab order
•   tabindex=”-1”
    Do not place in tab order, but allow the
    element to programmatically receive
    focus
Visually hiding content

• display:none AND
    visibility:hidden hides from
    everyone
•   Position off-screen left with CSS for
    screen readers
• Use judiciously
Skip to content

•One link is typically sufficient
• Are headings “a mechanism”?
• Think beyond screen reader access
• Use ARIA landmark roles
Removing the focus indicators
        from links
                 a {
                 outline:0;
                 }




Navigate through CNN.com to see this in action
Enhancing focus indicators
     a:focus, a:hover {
     outline:1px;
     background-color:#ff0;
     text-decoration:underline;
     }




Non-underlined links must become underlined on hover and focus
Bullet-proof web design...
Headings
Properly structured, one <h1>, never empty




                         ... and other semantic structure.
Title attribute

• Advisory information only
• Ignored by screen readers, except...
    • form elements missing labels
    • <frame title=”navigation”>
    • <acronym>/<abbr>...usually.
Using title attribute properly...
Cognitive disabilities


    (not much happening here)
Cognitive load vs Functionality
Other
• Site maps aren’t typically used
• Provide accurate, descriptive page titles
• Don’t provide summary for layout tables
• Don’t stress over screen reader pronunciation
• Expand first instance of acronyms and abbreviations.
  You don’t have to use <acronym>/<abbr> on all
  instances. Don’t worry if well known terms.
• Use fieldset for grouped radio buttons and
  checkboxes
• Layout tables don’t (typically) affect accessibility
Questions?

       Jared Smith
      WebAIM.org
twitter: @jared_w_smith
  AHG hashtag: #ahg09

More Related Content

What's hot

Introduction to web sites design
Introduction to  web sites designIntroduction to  web sites design
Introduction to web sites design
Marwa Abdelgawad
 
WordPress & Accessibility
WordPress & AccessibilityWordPress & Accessibility
WordPress & Accessibility
Amy Young
 
Better User Experience for WordPress Sites
Better User Experience for WordPress SitesBetter User Experience for WordPress Sites
Better User Experience for WordPress Sites
aungstad
 
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...
Adrian Roselli
 
10 Commandments for efficient CSS architecture [CSSConf.Asia '14]
10 Commandments for efficient CSS architecture [CSSConf.Asia '14]10 Commandments for efficient CSS architecture [CSSConf.Asia '14]
10 Commandments for efficient CSS architecture [CSSConf.Asia '14]
kushagra Gour
 
Personal Branding
Personal BrandingPersonal Branding
Personal Branding
Stephanie Webb, MSc, MA
 
Cross Browser Issues - few solutions inspired by smashing magazine
Cross Browser Issues - few solutions inspired by smashing magazineCross Browser Issues - few solutions inspired by smashing magazine
Cross Browser Issues - few solutions inspired by smashing magazine
Prabhakaran Mani
 
How Accessibility Made Me a Better Developer
How Accessibility Made Me a Better DeveloperHow Accessibility Made Me a Better Developer
How Accessibility Made Me a Better Developer
Billy Gregory
 
Designing for WordPress
Designing for WordPressDesigning for WordPress
Designing for WordPress
Liam Dempsey
 
Prototyping Accessibility - WordCamp Europe 2018
Prototyping Accessibility - WordCamp Europe 2018Prototyping Accessibility - WordCamp Europe 2018
Prototyping Accessibility - WordCamp Europe 2018
Adrian Roselli
 
Before you Blog: Everything your WordPress Business Website is Missing - Trav...
Before you Blog: Everything your WordPress Business Website is Missing - Trav...Before you Blog: Everything your WordPress Business Website is Missing - Trav...
Before you Blog: Everything your WordPress Business Website is Missing - Trav...
Travis Pflanz
 
Epub in the wild
Epub in the wildEpub in the wild
Epub in the wild
liz_castro
 
Achieving Beautiful Typography in eBooks
Achieving Beautiful Typography in eBooksAchieving Beautiful Typography in eBooks
Achieving Beautiful Typography in eBooks
digitalbindery
 
You have what you need (to make your library website great)
You have what you need (to make your library website great)You have what you need (to make your library website great)
You have what you need (to make your library website great)
Lis Pardi
 
WordPress Accessibility - WordCamp Buffalo 2016
WordPress Accessibility - WordCamp Buffalo 2016WordPress Accessibility - WordCamp Buffalo 2016
WordPress Accessibility - WordCamp Buffalo 2016
Adrian Roselli
 
SEO Horror Stories
SEO Horror StoriesSEO Horror Stories
SEO Horror Stories
pointit
 
Open Standards in the Walled Garden
Open Standards in the Walled GardenOpen Standards in the Walled Garden
Open Standards in the Walled Garden
digitalbindery
 
The web standards gentleman: a matter of (evolving) standards)
The web standards gentleman: a matter of (evolving) standards)The web standards gentleman: a matter of (evolving) standards)
The web standards gentleman: a matter of (evolving) standards)
Chris Mills
 

What's hot (20)

Introduction to web sites design
Introduction to  web sites designIntroduction to  web sites design
Introduction to web sites design
 
WordPress & Accessibility
WordPress & AccessibilityWordPress & Accessibility
WordPress & Accessibility
 
Better User Experience for WordPress Sites
Better User Experience for WordPress SitesBetter User Experience for WordPress Sites
Better User Experience for WordPress Sites
 
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...
 
10 Commandments for efficient CSS architecture [CSSConf.Asia '14]
10 Commandments for efficient CSS architecture [CSSConf.Asia '14]10 Commandments for efficient CSS architecture [CSSConf.Asia '14]
10 Commandments for efficient CSS architecture [CSSConf.Asia '14]
 
Personal Branding
Personal BrandingPersonal Branding
Personal Branding
 
Cross Browser Issues - few solutions inspired by smashing magazine
Cross Browser Issues - few solutions inspired by smashing magazineCross Browser Issues - few solutions inspired by smashing magazine
Cross Browser Issues - few solutions inspired by smashing magazine
 
How Accessibility Made Me a Better Developer
How Accessibility Made Me a Better DeveloperHow Accessibility Made Me a Better Developer
How Accessibility Made Me a Better Developer
 
Designing for WordPress
Designing for WordPressDesigning for WordPress
Designing for WordPress
 
accessibility
accessibilityaccessibility
accessibility
 
Prototyping Accessibility - WordCamp Europe 2018
Prototyping Accessibility - WordCamp Europe 2018Prototyping Accessibility - WordCamp Europe 2018
Prototyping Accessibility - WordCamp Europe 2018
 
Before you Blog: Everything your WordPress Business Website is Missing - Trav...
Before you Blog: Everything your WordPress Business Website is Missing - Trav...Before you Blog: Everything your WordPress Business Website is Missing - Trav...
Before you Blog: Everything your WordPress Business Website is Missing - Trav...
 
Epub in the wild
Epub in the wildEpub in the wild
Epub in the wild
 
Remodel your website
Remodel your websiteRemodel your website
Remodel your website
 
Achieving Beautiful Typography in eBooks
Achieving Beautiful Typography in eBooksAchieving Beautiful Typography in eBooks
Achieving Beautiful Typography in eBooks
 
You have what you need (to make your library website great)
You have what you need (to make your library website great)You have what you need (to make your library website great)
You have what you need (to make your library website great)
 
WordPress Accessibility - WordCamp Buffalo 2016
WordPress Accessibility - WordCamp Buffalo 2016WordPress Accessibility - WordCamp Buffalo 2016
WordPress Accessibility - WordCamp Buffalo 2016
 
SEO Horror Stories
SEO Horror StoriesSEO Horror Stories
SEO Horror Stories
 
Open Standards in the Walled Garden
Open Standards in the Walled GardenOpen Standards in the Walled Garden
Open Standards in the Walled Garden
 
The web standards gentleman: a matter of (evolving) standards)
The web standards gentleman: a matter of (evolving) standards)The web standards gentleman: a matter of (evolving) standards)
The web standards gentleman: a matter of (evolving) standards)
 

Viewers also liked

Cut Costs, Not Benefits.
Cut Costs, Not Benefits.Cut Costs, Not Benefits.
Cut Costs, Not Benefits.
vickor
 
Smarter Customers Smarter Pricing Vdef
Smarter Customers Smarter Pricing VdefSmarter Customers Smarter Pricing Vdef
Smarter Customers Smarter Pricing Vdef
Theo Slaats
 
Energien: Cebyc
Energien: CebycEnergien: Cebyc
Energien: Cebyc
energien
 
Att Utveckla Ett Online Community
Att Utveckla Ett Online CommunityAtt Utveckla Ett Online Community
Att Utveckla Ett Online Community
tomstenius
 
Project Management Presentation
Project Management PresentationProject Management Presentation
Project Management Presentation
amorton
 
El Paciente Terminal y la Muerte
El Paciente Terminal y la MuerteEl Paciente Terminal y la Muerte
El Paciente Terminal y la Muerte
Ricardo Benza
 
Falcon Stor Changing The Rules Of Backup
Falcon Stor   Changing The Rules Of BackupFalcon Stor   Changing The Rules Of Backup
Falcon Stor Changing The Rules Of Backup
Paul Skach
 
2009 $8,000 Tax Credit for 1st time buyers
2009 $8,000 Tax Credit for 1st time buyers2009 $8,000 Tax Credit for 1st time buyers
2009 $8,000 Tax Credit for 1st time buyerswrtoff
 
White Paper Indirect Distribution
White Paper   Indirect DistributionWhite Paper   Indirect Distribution
White Paper Indirect Distribution
Darrelb
 
DigimarcDiscover_CaseStudy_Lucky_061714_FNL
DigimarcDiscover_CaseStudy_Lucky_061714_FNLDigimarcDiscover_CaseStudy_Lucky_061714_FNL
DigimarcDiscover_CaseStudy_Lucky_061714_FNLdkinpdx
 
Web Accessibility Evaluation with WAVE
Web Accessibility Evaluation with WAVEWeb Accessibility Evaluation with WAVE
Web Accessibility Evaluation with WAVE
Jared Smith
 
Europa Dei Congressi2
Europa Dei Congressi2Europa Dei Congressi2
Europa Dei Congressi2
Massimo Baldo
 
Phoenix Magazine articles
Phoenix Magazine articlesPhoenix Magazine articles
Phoenix Magazine articles
jimfickess
 
Foundation March Update
Foundation March UpdateFoundation March Update
Foundation March UpdateAnnie Yuen
 
DigimarcDiscover_CaseStudy_STUFF_061714_FNL
DigimarcDiscover_CaseStudy_STUFF_061714_FNLDigimarcDiscover_CaseStudy_STUFF_061714_FNL
DigimarcDiscover_CaseStudy_STUFF_061714_FNLdkinpdx
 
Presentasjon Enova 1
Presentasjon Enova 1Presentasjon Enova 1
Presentasjon Enova 1energien
 
Interim report Axfood Q3 2010
Interim report Axfood Q3 2010Interim report Axfood Q3 2010
Interim report Axfood Q3 2010
Axfood
 
20111206 Cloud Expo Nl Jaarbeurs 7 Dec
20111206 Cloud Expo Nl Jaarbeurs 7 Dec20111206 Cloud Expo Nl Jaarbeurs 7 Dec
20111206 Cloud Expo Nl Jaarbeurs 7 Dec
Theo Slaats
 
La mission Unione Italiana Vini: una strategia.
La mission Unione Italiana Vini: una strategia.La mission Unione Italiana Vini: una strategia.
La mission Unione Italiana Vini: una strategia.
Daniele Sbalchiero
 

Viewers also liked (20)

Cut Costs, Not Benefits.
Cut Costs, Not Benefits.Cut Costs, Not Benefits.
Cut Costs, Not Benefits.
 
Smarter Customers Smarter Pricing Vdef
Smarter Customers Smarter Pricing VdefSmarter Customers Smarter Pricing Vdef
Smarter Customers Smarter Pricing Vdef
 
Energien: Cebyc
Energien: CebycEnergien: Cebyc
Energien: Cebyc
 
Att Utveckla Ett Online Community
Att Utveckla Ett Online CommunityAtt Utveckla Ett Online Community
Att Utveckla Ett Online Community
 
Project Management Presentation
Project Management PresentationProject Management Presentation
Project Management Presentation
 
El Paciente Terminal y la Muerte
El Paciente Terminal y la MuerteEl Paciente Terminal y la Muerte
El Paciente Terminal y la Muerte
 
Falcon Stor Changing The Rules Of Backup
Falcon Stor   Changing The Rules Of BackupFalcon Stor   Changing The Rules Of Backup
Falcon Stor Changing The Rules Of Backup
 
2009 $8,000 Tax Credit for 1st time buyers
2009 $8,000 Tax Credit for 1st time buyers2009 $8,000 Tax Credit for 1st time buyers
2009 $8,000 Tax Credit for 1st time buyers
 
White Paper Indirect Distribution
White Paper   Indirect DistributionWhite Paper   Indirect Distribution
White Paper Indirect Distribution
 
DigimarcDiscover_CaseStudy_Lucky_061714_FNL
DigimarcDiscover_CaseStudy_Lucky_061714_FNLDigimarcDiscover_CaseStudy_Lucky_061714_FNL
DigimarcDiscover_CaseStudy_Lucky_061714_FNL
 
Web Accessibility Evaluation with WAVE
Web Accessibility Evaluation with WAVEWeb Accessibility Evaluation with WAVE
Web Accessibility Evaluation with WAVE
 
Europa Dei Congressi2
Europa Dei Congressi2Europa Dei Congressi2
Europa Dei Congressi2
 
Phoenix Magazine articles
Phoenix Magazine articlesPhoenix Magazine articles
Phoenix Magazine articles
 
Foundation March Update
Foundation March UpdateFoundation March Update
Foundation March Update
 
DigimarcDiscover_CaseStudy_STUFF_061714_FNL
DigimarcDiscover_CaseStudy_STUFF_061714_FNLDigimarcDiscover_CaseStudy_STUFF_061714_FNL
DigimarcDiscover_CaseStudy_STUFF_061714_FNL
 
Presentasjon Enova 1
Presentasjon Enova 1Presentasjon Enova 1
Presentasjon Enova 1
 
Interim report Axfood Q3 2010
Interim report Axfood Q3 2010Interim report Axfood Q3 2010
Interim report Axfood Q3 2010
 
20111206 Cloud Expo Nl Jaarbeurs 7 Dec
20111206 Cloud Expo Nl Jaarbeurs 7 Dec20111206 Cloud Expo Nl Jaarbeurs 7 Dec
20111206 Cloud Expo Nl Jaarbeurs 7 Dec
 
La mission Unione Italiana Vini: una strategia.
La mission Unione Italiana Vini: una strategia.La mission Unione Italiana Vini: una strategia.
La mission Unione Italiana Vini: una strategia.
 
v2 3rd (11-13 June 2015) KNH and UON Conference-Research as a Driver for Scie...
v2 3rd (11-13 June 2015) KNH and UON Conference-Research as a Driver for Scie...v2 3rd (11-13 June 2015) KNH and UON Conference-Research as a Driver for Scie...
v2 3rd (11-13 June 2015) KNH and UON Conference-Research as a Driver for Scie...
 

Similar to Web Accessibility Gone Wild

Web Accessibility Gone Wild (Now Even MORE Wilder!)
Web Accessibility Gone Wild (Now Even MORE Wilder!)Web Accessibility Gone Wild (Now Even MORE Wilder!)
Web Accessibility Gone Wild (Now Even MORE Wilder!)
Jared Smith
 
10 Simple Rules for Making My Site Accessible
10 Simple Rules for Making My Site Accessible10 Simple Rules for Making My Site Accessible
10 Simple Rules for Making My Site Accessible
Helena Zubkow
 
Web Accessibility Gone Wild
Web Accessibility Gone WildWeb Accessibility Gone Wild
Web Accessibility Gone Wild
Jared Smith
 
Selfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HKSelfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HK
Adrian Roselli
 
Web Accessibility and why we need it
Web Accessibility and why we need itWeb Accessibility and why we need it
Web Accessibility and why we need it
Genevieve Nelson
 
Accessibility - Tips, Tricks & Best Practices for Plugin Developers
Accessibility - Tips, Tricks & Best Practices for Plugin Developers Accessibility - Tips, Tricks & Best Practices for Plugin Developers
Accessibility - Tips, Tricks & Best Practices for Plugin Developers
Trisha Salas
 
Web Accessibility
Web AccessibilityWeb Accessibility
Web Accessibility
Zoe Gillenwater
 
Selfish Accessibility — CodeDaze
Selfish Accessibility — CodeDazeSelfish Accessibility — CodeDaze
Selfish Accessibility — CodeDaze
Adrian Roselli
 
Web Accessibility for the 21st Century
Web Accessibility for the 21st CenturyWeb Accessibility for the 21st Century
Web Accessibility for the 21st Century
dreamwidth
 
Accessibility 101
Accessibility 101Accessibility 101
Accessibility 101
LindaHurd
 
Desrosiers "Image Description"
Desrosiers "Image Description"Desrosiers "Image Description"
Selfish Accessibility: MinneWebCon 2017
Selfish Accessibility: MinneWebCon 2017Selfish Accessibility: MinneWebCon 2017
Selfish Accessibility: MinneWebCon 2017
Adrian Roselli
 
Fringe Accessibility - Guelph Accessibility Conference
Fringe Accessibility - Guelph Accessibility ConferenceFringe Accessibility - Guelph Accessibility Conference
Fringe Accessibility - Guelph Accessibility Conference
Adrian Roselli
 
Web accessibility with Ametys CMS
Web accessibility with Ametys CMSWeb accessibility with Ametys CMS
Web accessibility with Ametys CMS
Ametys
 
Selfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital ServiceSelfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital Service
Adrian Roselli
 
Lesson 3 - IA for web
Lesson 3 - IA for webLesson 3 - IA for web
Lesson 3 - IA for web
Hanna-Liisa Pender
 
Abstractions: Fringe Accessibility
Abstractions: Fringe AccessibilityAbstractions: Fringe Accessibility
Abstractions: Fringe Accessibility
Adrian Roselli
 
Keyboard and Interaction Accessibility Techniques
Keyboard and Interaction Accessibility TechniquesKeyboard and Interaction Accessibility Techniques
Keyboard and Interaction Accessibility Techniques
Jared Smith
 
Selfish Accessibility: WordCamp London 2017
Selfish Accessibility: WordCamp London 2017Selfish Accessibility: WordCamp London 2017
Selfish Accessibility: WordCamp London 2017
Adrian Roselli
 

Similar to Web Accessibility Gone Wild (20)

Web Accessibility Gone Wild (Now Even MORE Wilder!)
Web Accessibility Gone Wild (Now Even MORE Wilder!)Web Accessibility Gone Wild (Now Even MORE Wilder!)
Web Accessibility Gone Wild (Now Even MORE Wilder!)
 
10 Simple Rules for Making My Site Accessible
10 Simple Rules for Making My Site Accessible10 Simple Rules for Making My Site Accessible
10 Simple Rules for Making My Site Accessible
 
Web Accessibility Gone Wild
Web Accessibility Gone WildWeb Accessibility Gone Wild
Web Accessibility Gone Wild
 
Selfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HKSelfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HK
 
Web Accessibility and why we need it
Web Accessibility and why we need itWeb Accessibility and why we need it
Web Accessibility and why we need it
 
Accessibility - Tips, Tricks & Best Practices for Plugin Developers
Accessibility - Tips, Tricks & Best Practices for Plugin Developers Accessibility - Tips, Tricks & Best Practices for Plugin Developers
Accessibility - Tips, Tricks & Best Practices for Plugin Developers
 
Web Accessibility
Web AccessibilityWeb Accessibility
Web Accessibility
 
Selfish Accessibility — CodeDaze
Selfish Accessibility — CodeDazeSelfish Accessibility — CodeDaze
Selfish Accessibility — CodeDaze
 
Web Accessibility for the 21st Century
Web Accessibility for the 21st CenturyWeb Accessibility for the 21st Century
Web Accessibility for the 21st Century
 
Accessibility 101
Accessibility 101Accessibility 101
Accessibility 101
 
Desrosiers "Image Description"
Desrosiers "Image Description"Desrosiers "Image Description"
Desrosiers "Image Description"
 
Selfish Accessibility: MinneWebCon 2017
Selfish Accessibility: MinneWebCon 2017Selfish Accessibility: MinneWebCon 2017
Selfish Accessibility: MinneWebCon 2017
 
Fringe Accessibility - Guelph Accessibility Conference
Fringe Accessibility - Guelph Accessibility ConferenceFringe Accessibility - Guelph Accessibility Conference
Fringe Accessibility - Guelph Accessibility Conference
 
Web accessibility with Ametys CMS
Web accessibility with Ametys CMSWeb accessibility with Ametys CMS
Web accessibility with Ametys CMS
 
Selfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital ServiceSelfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital Service
 
Lesson 3 - IA for web
Lesson 3 - IA for webLesson 3 - IA for web
Lesson 3 - IA for web
 
Abstractions: Fringe Accessibility
Abstractions: Fringe AccessibilityAbstractions: Fringe Accessibility
Abstractions: Fringe Accessibility
 
accessibility
accessibilityaccessibility
accessibility
 
Keyboard and Interaction Accessibility Techniques
Keyboard and Interaction Accessibility TechniquesKeyboard and Interaction Accessibility Techniques
Keyboard and Interaction Accessibility Techniques
 
Selfish Accessibility: WordCamp London 2017
Selfish Accessibility: WordCamp London 2017Selfish Accessibility: WordCamp London 2017
Selfish Accessibility: WordCamp London 2017
 

More from Jared Smith

Accessibility & Compatibility
Accessibility & CompatibilityAccessibility & Compatibility
Accessibility & Compatibility
Jared Smith
 
Insights into Cognitive Web Accessibility
Insights into Cognitive Web AccessibilityInsights into Cognitive Web Accessibility
Insights into Cognitive Web Accessibility
Jared Smith
 
The Legend of the Typical Screen Reader User
The Legend of the Typical Screen Reader UserThe Legend of the Typical Screen Reader User
The Legend of the Typical Screen Reader User
Jared Smith
 
Web 2.0 = Accessibility 2.0?
Web 2.0 = Accessibility 2.0?Web 2.0 = Accessibility 2.0?
Web 2.0 = Accessibility 2.0?
Jared Smith
 
Twitter Accessibility
Twitter AccessibilityTwitter Accessibility
Twitter Accessibility
Jared Smith
 
Implementing ARIA for Real World Accessibility
Implementing ARIA for Real World AccessibilityImplementing ARIA for Real World Accessibility
Implementing ARIA for Real World Accessibility
Jared Smith
 

More from Jared Smith (7)

ARIA Gone Wild
ARIA Gone WildARIA Gone Wild
ARIA Gone Wild
 
Accessibility & Compatibility
Accessibility & CompatibilityAccessibility & Compatibility
Accessibility & Compatibility
 
Insights into Cognitive Web Accessibility
Insights into Cognitive Web AccessibilityInsights into Cognitive Web Accessibility
Insights into Cognitive Web Accessibility
 
The Legend of the Typical Screen Reader User
The Legend of the Typical Screen Reader UserThe Legend of the Typical Screen Reader User
The Legend of the Typical Screen Reader User
 
Web 2.0 = Accessibility 2.0?
Web 2.0 = Accessibility 2.0?Web 2.0 = Accessibility 2.0?
Web 2.0 = Accessibility 2.0?
 
Twitter Accessibility
Twitter AccessibilityTwitter Accessibility
Twitter Accessibility
 
Implementing ARIA for Real World Accessibility
Implementing ARIA for Real World AccessibilityImplementing ARIA for Real World Accessibility
Implementing ARIA for Real World Accessibility
 

Recently uploaded

To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 

Recently uploaded (20)

To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 

Web Accessibility Gone Wild