SlideShare una empresa de Scribd logo
1 de 45
Descargar para leer sin conexión
Accessibility
                            11


Wednesday, October 12
ccessibilit
                          A11 y


Wednesday, October 12
Why build accessible websites?

      • Because we’re decent human beings.
      • Why wouldn’t we?
      • What are you, some kind of jerk?
      • C’mon, man.
      • C’mon.


Wednesday, October 12
Why build accessible websites?

      • Because we’re decent human beings.
      • Why wouldn’t we?
      • What are you, some kind of jerk?
      • C’mon, man.
      • C’mon.


Wednesday, October 12
“The power of the Web is in its universality.
      Access by everyone regardless of disability is an
      essential aspect.

      Tim Berners-Lee



Wednesday, October 12
Percentage of U.S. Population Suffering From:

      Difficulty Seeing
      http://www.census.gov                           3.4%
      Severe Difficulty Seeing
      http://www.census.gov                           0.8%
      Internet Explorer 6
      http://www.ie6countdown.com                     1.4%

Wednesday, October 12
Percentage of U.S. Population Suffering From:

      Difficulty Seeing
      http://www.census.gov                           3.4%
      Severe Difficulty Seeing
      http://www.census.gov                           0.8%
      Internet Explorer 6
      http://www.ie6countdown.com                     1.4%

Wednesday, October 12
Who is this for?


Wednesday, October 12
Wednesday, October 12
Wednesday, October 12
Wednesday, October 12
Wednesday, October 12
“Around 10 percent of the world’s population, or 650
      million people, live with a disability. They are the
      world's largest minority.

      The United Nations
      http://www.un.org/disabilities/default.asp?id=18




Wednesday, October 12
Context


Wednesday, October 12
Context


Wednesday, October 12
Progressive Enhancement

                          WAI-ARIA

                         JavaScript

                            CSS

                            HTML

                        Content First

Wednesday, October 12
Progressive Enhancement

                          WAI-ARIA

                         JavaScript

                            CSS

                            HTML

                        Content First

Wednesday, October 12
Progressive Enhancement

                          WAI-ARIA

                         JavaScript

                            CSS

                            HTML

                        Content First

Wednesday, October 12
Progressive Enhancement

                          WAI-ARIA

                         JavaScript

                            CSS

                            HTML

                        Content First

Wednesday, October 12
Progressive Enhancement

                          WAI-ARIA

                         JavaScript

                            CSS

                            HTML

                        Content First

Wednesday, October 12
“We need to make smarter content,
      not smarter containers.*

      Stephanie Rieger
      http://twitter.com/stephanierieger




                                    * We’re gonna make smarter containers, too.
Wednesday, October 12
“We need to make smarter content,
      not smarter containers.*

      Stephanie Rieger
      http://twitter.com/stephanierieger




                                    * We’re gonna make smarter containers, too.
Wednesday, October 12
Semantic Markup


Wednesday, October 12
0            100




Wednesday, October 12
<input type="number" name="widget" min="0" max="100" value="0" />




           0                                                      100
Wednesday, October 12
<label for="widget">Freeze-Ray Completion Percentage</label>

     	        <input type="number" name="widget" id="widget"

                        min="0"

                        max="100"

                        value="80"

              />




Wednesday, October 12
Freeze-Ray Completion Percentage

               0




Wednesday, October 12
<div class="slider">
     	        <a href="#" class="slider-handle"></a>
     </div>




Wednesday, October 12
<div class="slider">
     	        <a href="#" class="slider-handle" style="left: 80%;"></a>
     </div>




Wednesday, October 12
Freeze-Ray Completion Percentage

               0




Wednesday, October 12
Freeze-Ray Completion Percentage

               50
               0




Wednesday, October 12
<label for="widget">Freeze-Ray Completion Percentage</label>
     <input type="number" name="widget" id="widget"
              min="0"
              max="100"
              value="80"
              />
     <div class="slider">
                <a href="#" class="slider-handle"></a>
     </div>




Wednesday, October 12
<label for="widget">Freeze-Ray Completion Percentage</label>

                <input type="number" name="widget" id="widget"

                        min="0"

                        max="100"

                        value="80"

              />




Wednesday, October 12
<div class="percent-slider">

                <label for="widget">Freeze-Ray Completion Percentage</label>

                <input type="number" name="widget" id="widget"

                        min="0"

                        max="100"

                        value="80"

              />

     </div>




Wednesday, October 12
.ui-slider label,

     .ui-slider input {

                position: absolute;

                left: -9999px;

     }




Wednesday, October 12
<div class="percent-slider">

                <label for="widget">Freeze-Ray Completion Percentage</label>

                <input type="number" name="widget" id="widget"

                        min="0"

                        max="100"

                        value="80"

              />

     </div>




Wednesday, October 12
WAI-ARIA*


                        *Web Accessibility Initiative - Accessible Rich Internet Applications
Wednesday, October 12
WAI-ARIA*


                        *Web Accessibility Initiative - Accessible Rich Internet Applications
Wednesday, October 12
ARIA Attributes

      landmark
      "banner" "main" "navigation"



      role
      "slider" "tabs"



      state
      "aria-expanded" "aria-checked"


Wednesday, October 12
ARIA Attributes

      landmark
      "banner" "main" "navigation"



      role
      "slider" "tabs"



      state
      "aria-expanded" "aria-checked"


Wednesday, October 12
<div class="slider">

                <a href="#" class="slider-handle" style="left: 80%;"></a>

     </div>




                                     “Number link.”
Wednesday, October 12
<div role="application" class="percent-slider">
     	        <a href="#" class="slider-handle" style="left: 80%;"
              role="slider"
              aria-valuemin="0"
              aria-valuemax="100"
              aria-valuenow="80"
              aria-valuetext="80%">
              </a>
     </div>




         “Slider control: eighty percent. Use arrows to move handle.”
Wednesday, October 12
<div role="application" class="percent-slider">
     	        <a href="#" class="slider-handle" style="left: 80%;"
              role="slider"
              aria-valuemin="0"
              aria-valuemax="100"
              aria-valuenow="80"
              aria-valuetext="80%">
              </a>
     </div>




         “Slider control: eighty percent. Use arrows to move handle.”
Wednesday, October 12
AWESOME


Wednesday, October 12
Resources

                        Designing with Progressive Enhancement
                        Building the Web that Works for Everyone

                        http://wil.to/a11y/g




      http://wil.to/a11y/

      http://twitter.com/wilto
Wednesday, October 12

Más contenido relacionado

Destacado

Flag: Online Advertising (aula3)
Flag: Online Advertising (aula3)Flag: Online Advertising (aula3)
Flag: Online Advertising (aula3)
Joana Veiga
 
Recomendações Produção de Podcasts
Recomendações Produção de PodcastsRecomendações Produção de Podcasts
Recomendações Produção de Podcasts
Joanirse
 
Slides
SlidesSlides
Slides
mpires
 

Destacado (20)

Creating a New iSites Tool
Creating a New iSites ToolCreating a New iSites Tool
Creating a New iSites Tool
 
The 21st Century Harvard Map
The 21st Century Harvard MapThe 21st Century Harvard Map
The 21st Century Harvard Map
 
Mat Marquis - JQuery Mobile
Mat Marquis - JQuery MobileMat Marquis - JQuery Mobile
Mat Marquis - JQuery Mobile
 
Prototyping: Helping to take away the suck
Prototyping: Helping to take away the suckPrototyping: Helping to take away the suck
Prototyping: Helping to take away the suck
 
Jumpstart Your Web App
Jumpstart Your Web AppJumpstart Your Web App
Jumpstart Your Web App
 
Draw More, Talk Less
Draw More, Talk LessDraw More, Talk Less
Draw More, Talk Less
 
Every Screen is a Touchscreen
Every Screen is a TouchscreenEvery Screen is a Touchscreen
Every Screen is a Touchscreen
 
Curating the Open Web with Zeega
Curating the Open Web with ZeegaCurating the Open Web with Zeega
Curating the Open Web with Zeega
 
Game inglês. By Histemberg Fernandes
Game inglês. By Histemberg FernandesGame inglês. By Histemberg Fernandes
Game inglês. By Histemberg Fernandes
 
Biografia
BiografiaBiografia
Biografia
 
Flag: Online Advertising (aula3)
Flag: Online Advertising (aula3)Flag: Online Advertising (aula3)
Flag: Online Advertising (aula3)
 
Mundo natural Vs Mundo Artificial
Mundo natural Vs Mundo ArtificialMundo natural Vs Mundo Artificial
Mundo natural Vs Mundo Artificial
 
Amazônia
AmazôniaAmazônia
Amazônia
 
Recomendações Produção de Podcasts
Recomendações Produção de PodcastsRecomendações Produção de Podcasts
Recomendações Produção de Podcasts
 
Los extraterrestres
Los extraterrestresLos extraterrestres
Los extraterrestres
 
Slides
SlidesSlides
Slides
 
Energia renovable y no renovable
Energia renovable y no renovableEnergia renovable y no renovable
Energia renovable y no renovable
 
Periodico 150720 02-1 (1)
Periodico 150720 02-1 (1)Periodico 150720 02-1 (1)
Periodico 150720 02-1 (1)
 
Reporte de aebli
Reporte de aebliReporte de aebli
Reporte de aebli
 
Sistema digestivo olivert
Sistema digestivo olivertSistema digestivo olivert
Sistema digestivo olivert
 

Similar a Accessibility by Mat Marquis

Performance & Responsive Web Design
Performance & Responsive Web DesignPerformance & Responsive Web Design
Performance & Responsive Web Design
Zach Leatherman
 
AtlasCamp 2013: Modernizing your Plugin UI
AtlasCamp 2013: Modernizing your Plugin UI AtlasCamp 2013: Modernizing your Plugin UI
AtlasCamp 2013: Modernizing your Plugin UI
colleenfry
 
Auto tools
Auto toolsAuto tools
Auto tools
祺 周
 
HTML5 and the dawn of rich mobile web applications pt 2
HTML5 and the dawn of rich mobile web applications pt 2HTML5 and the dawn of rich mobile web applications pt 2
HTML5 and the dawn of rich mobile web applications pt 2
James Pearce
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
Terry Ryan
 

Similar a Accessibility by Mat Marquis (20)

Performance & Responsive Web Design
Performance & Responsive Web DesignPerformance & Responsive Web Design
Performance & Responsive Web Design
 
Practical progressive enhancement
Practical progressive enhancementPractical progressive enhancement
Practical progressive enhancement
 
The things browsers can do! SAE Alumni Convention 2014
The things browsers can do! SAE Alumni Convention 2014The things browsers can do! SAE Alumni Convention 2014
The things browsers can do! SAE Alumni Convention 2014
 
ARIA (SydJS lightning talk)
ARIA (SydJS lightning talk)ARIA (SydJS lightning talk)
ARIA (SydJS lightning talk)
 
AtlasCamp 2013: Modernizing your Plugin UI
AtlasCamp 2013: Modernizing your Plugin UI AtlasCamp 2013: Modernizing your Plugin UI
AtlasCamp 2013: Modernizing your Plugin UI
 
Responsive Responsive Design
Responsive Responsive DesignResponsive Responsive Design
Responsive Responsive Design
 
Rapid HTML Prototyping with Bootstrap - Chris Griffith
Rapid HTML Prototyping with Bootstrap - Chris GriffithRapid HTML Prototyping with Bootstrap - Chris Griffith
Rapid HTML Prototyping with Bootstrap - Chris Griffith
 
Yes, browsers can do that! Hybrid and future web meetup at Jayway
Yes, browsers can do that! Hybrid and future web meetup at JaywayYes, browsers can do that! Hybrid and future web meetup at Jayway
Yes, browsers can do that! Hybrid and future web meetup at Jayway
 
Auto tools
Auto toolsAuto tools
Auto tools
 
HTML5 and the dawn of rich mobile web applications pt 2
HTML5 and the dawn of rich mobile web applications pt 2HTML5 and the dawn of rich mobile web applications pt 2
HTML5 and the dawn of rich mobile web applications pt 2
 
Library Program Technology in Ukraine & Romania
Library Program Technology in Ukraine & RomaniaLibrary Program Technology in Ukraine & Romania
Library Program Technology in Ukraine & Romania
 
Roel Hartman - HTML5 Widescreen
Roel Hartman - HTML5 WidescreenRoel Hartman - HTML5 Widescreen
Roel Hartman - HTML5 Widescreen
 
Presentation plone conference 2012
Presentation plone conference 2012Presentation plone conference 2012
Presentation plone conference 2012
 
Ruby on Rails and AWS Elastic Beanstalk
Ruby on Rails and AWS Elastic BeanstalkRuby on Rails and AWS Elastic Beanstalk
Ruby on Rails and AWS Elastic Beanstalk
 
关于 Html5 那点事
关于 Html5 那点事关于 Html5 那点事
关于 Html5 那点事
 
TOSSUG HTML5 讀書會 新標籤與表單
TOSSUG HTML5 讀書會 新標籤與表單TOSSUG HTML5 讀書會 新標籤與表單
TOSSUG HTML5 讀書會 新標籤與表單
 
How AngryNerds Convinced Atlassian to Use Magnolia
How AngryNerds Convinced Atlassian to Use MagnoliaHow AngryNerds Convinced Atlassian to Use Magnolia
How AngryNerds Convinced Atlassian to Use Magnolia
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
 
(SEC305) How to Become an IAM Policy Ninja in 60 Minutes or Less
(SEC305) How to Become an IAM Policy Ninja in 60 Minutes or Less(SEC305) How to Become an IAM Policy Ninja in 60 Minutes or Less
(SEC305) How to Become an IAM Policy Ninja in 60 Minutes or Less
 
P.S. I love you
P.S. I love youP.S. I love you
P.S. I love you
 

Más de Harvard Web Working Group

UX @ Harvard's IQSS (Elizabeth Quigley)
UX @ Harvard's IQSS (Elizabeth Quigley)UX @ Harvard's IQSS (Elizabeth Quigley)
UX @ Harvard's IQSS (Elizabeth Quigley)
Harvard Web Working Group
 
Tania Schlatter – Visual Usability
Tania Schlatter – Visual UsabilityTania Schlatter – Visual Usability
Tania Schlatter – Visual Usability
Harvard Web Working Group
 
Web Analytics: Creating reports that people will read
Web Analytics: Creating reports that people will readWeb Analytics: Creating reports that people will read
Web Analytics: Creating reports that people will read
Harvard Web Working Group
 

Más de Harvard Web Working Group (20)

The Internet of Things (IoT)
The Internet of Things (IoT)The Internet of Things (IoT)
The Internet of Things (IoT)
 
Perception is Reality: Lessons Learned from User Research
Perception is Reality: Lessons Learned from User ResearchPerception is Reality: Lessons Learned from User Research
Perception is Reality: Lessons Learned from User Research
 
5 Steps to (Remote) Team Bliss: How to Build Thriving, High-Performing (Remot...
5 Steps to (Remote) Team Bliss: How to Build Thriving, High-Performing (Remot...5 Steps to (Remote) Team Bliss: How to Build Thriving, High-Performing (Remot...
5 Steps to (Remote) Team Bliss: How to Build Thriving, High-Performing (Remot...
 
Ui Testing with Ghost Inspector
Ui Testing with Ghost InspectorUi Testing with Ghost Inspector
Ui Testing with Ghost Inspector
 
Starting out with MongoDB
Starting out with MongoDBStarting out with MongoDB
Starting out with MongoDB
 
Universal Design for Learning: A framework for addressing learner diversity
Universal Design for Learning: A framework for addressing learner diversityUniversal Design for Learning: A framework for addressing learner diversity
Universal Design for Learning: A framework for addressing learner diversity
 
Intro to ReactJS
Intro to ReactJSIntro to ReactJS
Intro to ReactJS
 
UX @ Harvard's IQSS (Elizabeth Quigley)
UX @ Harvard's IQSS (Elizabeth Quigley)UX @ Harvard's IQSS (Elizabeth Quigley)
UX @ Harvard's IQSS (Elizabeth Quigley)
 
Tania Schlatter – Visual Usability
Tania Schlatter – Visual UsabilityTania Schlatter – Visual Usability
Tania Schlatter – Visual Usability
 
Responsive Design: Building for a Modern Web
Responsive Design: Building for a Modern WebResponsive Design: Building for a Modern Web
Responsive Design: Building for a Modern Web
 
Will my helicopter fit in your garage?
Will my helicopter fit in your garage?Will my helicopter fit in your garage?
Will my helicopter fit in your garage?
 
Tastypie: Easy APIs to Make Your Work Easier
Tastypie: Easy APIs to Make Your Work EasierTastypie: Easy APIs to Make Your Work Easier
Tastypie: Easy APIs to Make Your Work Easier
 
An Introduction to MIT's Drupal Cloud
An Introduction to MIT's Drupal CloudAn Introduction to MIT's Drupal Cloud
An Introduction to MIT's Drupal Cloud
 
Open Scholar
Open ScholarOpen Scholar
Open Scholar
 
Reboot: Developing a Drupal Solution for Harvard.edu
Reboot: Developing a Drupal Solution for Harvard.eduReboot: Developing a Drupal Solution for Harvard.edu
Reboot: Developing a Drupal Solution for Harvard.edu
 
Analytics - Most Engagement Sample
Analytics - Most Engagement SampleAnalytics - Most Engagement Sample
Analytics - Most Engagement Sample
 
Web Analytics: Creating reports that people will read
Web Analytics: Creating reports that people will readWeb Analytics: Creating reports that people will read
Web Analytics: Creating reports that people will read
 
A Practical Guide to HTML5
A Practical Guide to HTML5A Practical Guide to HTML5
A Practical Guide to HTML5
 
Facebook Open Graph implementation in the Harvard Gazette
Facebook Open Graph implementation in the Harvard GazetteFacebook Open Graph implementation in the Harvard Gazette
Facebook Open Graph implementation in the Harvard Gazette
 
5 Social Tools In Practice at Harvard [SXSW11]
5 Social Tools In Practice at Harvard [SXSW11]5 Social Tools In Practice at Harvard [SXSW11]
5 Social Tools In Practice at Harvard [SXSW11]
 

Último

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
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
 

Último (20)

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
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
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...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
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
 
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
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
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
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
[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
 
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
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

Accessibility by Mat Marquis

  • 1. Accessibility 11 Wednesday, October 12
  • 2. ccessibilit A11 y Wednesday, October 12
  • 3. Why build accessible websites? • Because we’re decent human beings. • Why wouldn’t we? • What are you, some kind of jerk? • C’mon, man. • C’mon. Wednesday, October 12
  • 4. Why build accessible websites? • Because we’re decent human beings. • Why wouldn’t we? • What are you, some kind of jerk? • C’mon, man. • C’mon. Wednesday, October 12
  • 5. “The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect. Tim Berners-Lee Wednesday, October 12
  • 6. Percentage of U.S. Population Suffering From: Difficulty Seeing http://www.census.gov 3.4% Severe Difficulty Seeing http://www.census.gov 0.8% Internet Explorer 6 http://www.ie6countdown.com 1.4% Wednesday, October 12
  • 7. Percentage of U.S. Population Suffering From: Difficulty Seeing http://www.census.gov 3.4% Severe Difficulty Seeing http://www.census.gov 0.8% Internet Explorer 6 http://www.ie6countdown.com 1.4% Wednesday, October 12
  • 8. Who is this for? Wednesday, October 12
  • 13. “Around 10 percent of the world’s population, or 650 million people, live with a disability. They are the world's largest minority. The United Nations http://www.un.org/disabilities/default.asp?id=18 Wednesday, October 12
  • 16. Progressive Enhancement WAI-ARIA JavaScript CSS HTML Content First Wednesday, October 12
  • 17. Progressive Enhancement WAI-ARIA JavaScript CSS HTML Content First Wednesday, October 12
  • 18. Progressive Enhancement WAI-ARIA JavaScript CSS HTML Content First Wednesday, October 12
  • 19. Progressive Enhancement WAI-ARIA JavaScript CSS HTML Content First Wednesday, October 12
  • 20. Progressive Enhancement WAI-ARIA JavaScript CSS HTML Content First Wednesday, October 12
  • 21. “We need to make smarter content, not smarter containers.* Stephanie Rieger http://twitter.com/stephanierieger * We’re gonna make smarter containers, too. Wednesday, October 12
  • 22. “We need to make smarter content, not smarter containers.* Stephanie Rieger http://twitter.com/stephanierieger * We’re gonna make smarter containers, too. Wednesday, October 12
  • 24. 0 100 Wednesday, October 12
  • 25. <input type="number" name="widget" min="0" max="100" value="0" /> 0 100 Wednesday, October 12
  • 26. <label for="widget">Freeze-Ray Completion Percentage</label> <input type="number" name="widget" id="widget" min="0" max="100" value="80" /> Wednesday, October 12
  • 27. Freeze-Ray Completion Percentage 0 Wednesday, October 12
  • 28. <div class="slider"> <a href="#" class="slider-handle"></a> </div> Wednesday, October 12
  • 29. <div class="slider"> <a href="#" class="slider-handle" style="left: 80%;"></a> </div> Wednesday, October 12
  • 30. Freeze-Ray Completion Percentage 0 Wednesday, October 12
  • 31. Freeze-Ray Completion Percentage 50 0 Wednesday, October 12
  • 32. <label for="widget">Freeze-Ray Completion Percentage</label> <input type="number" name="widget" id="widget" min="0" max="100" value="80" /> <div class="slider"> <a href="#" class="slider-handle"></a> </div> Wednesday, October 12
  • 33. <label for="widget">Freeze-Ray Completion Percentage</label> <input type="number" name="widget" id="widget" min="0" max="100" value="80" /> Wednesday, October 12
  • 34. <div class="percent-slider"> <label for="widget">Freeze-Ray Completion Percentage</label> <input type="number" name="widget" id="widget" min="0" max="100" value="80" /> </div> Wednesday, October 12
  • 35. .ui-slider label, .ui-slider input { position: absolute; left: -9999px; } Wednesday, October 12
  • 36. <div class="percent-slider"> <label for="widget">Freeze-Ray Completion Percentage</label> <input type="number" name="widget" id="widget" min="0" max="100" value="80" /> </div> Wednesday, October 12
  • 37. WAI-ARIA* *Web Accessibility Initiative - Accessible Rich Internet Applications Wednesday, October 12
  • 38. WAI-ARIA* *Web Accessibility Initiative - Accessible Rich Internet Applications Wednesday, October 12
  • 39. ARIA Attributes landmark "banner" "main" "navigation" role "slider" "tabs" state "aria-expanded" "aria-checked" Wednesday, October 12
  • 40. ARIA Attributes landmark "banner" "main" "navigation" role "slider" "tabs" state "aria-expanded" "aria-checked" Wednesday, October 12
  • 41. <div class="slider"> <a href="#" class="slider-handle" style="left: 80%;"></a> </div> “Number link.” Wednesday, October 12
  • 42. <div role="application" class="percent-slider"> <a href="#" class="slider-handle" style="left: 80%;" role="slider" aria-valuemin="0" aria-valuemax="100" aria-valuenow="80" aria-valuetext="80%"> </a> </div> “Slider control: eighty percent. Use arrows to move handle.” Wednesday, October 12
  • 43. <div role="application" class="percent-slider"> <a href="#" class="slider-handle" style="left: 80%;" role="slider" aria-valuemin="0" aria-valuemax="100" aria-valuenow="80" aria-valuetext="80%"> </a> </div> “Slider control: eighty percent. Use arrows to move handle.” Wednesday, October 12
  • 45. Resources Designing with Progressive Enhancement Building the Web that Works for Everyone http://wil.to/a11y/g http://wil.to/a11y/ http://twitter.com/wilto Wednesday, October 12