SlideShare a Scribd company logo
A Web Standards & UD
  Approach to Access

   The Intersection of Web
Standards, Universal Design &
         Accessibility
            Howard Kramer
     University of Colorado-Boulder
     hkramer@colorado.edu, 303-492-8672

                 CSUN 2012
Today’s Outline
   What are Web Standards & Universal
    Design
       How does it compare to ―Accessibility
        Standards‖
   Demonstration of ScreenReader Access
   What are the advantages of this approach
   Resources & Suggestion for designing
    Accessible / UD sites
Presentation posted at
       slideshare

  http://slideshare/hkramer99/

A Web Standards & UD Approach
 for Access (BPS – public).pptx/
Universal Design vs. Web
Standards vs. Accessibility
Universal Design vs. Web
Standards vs. Accessibility
Universal Design for Digital Media

   What is Universal Design?
       Universal Design is the design of products
        and environments to be usable by all
        people, to the greatest extent possible,
        without the need for adaptation or
        specialized design – Ron Mace, Architect
Universal Design for Digital Media
   Equitable Use: The design is useful and marketable to people
    with diverse abilities.
        Same means of use for all
        No text-only versions
   Flexibility in Use: The design accommodates a wide range
    of individual preferences and abilities.
        Accommodates user-defined style sheets (such as the high-contrast
         text style that an individual with weak eyesight would use)
   Simple and Intuitive: Use of the design is easy to understand,
    regardless of the user's experience, knowledge, language skills, or
    current concentration level.
   Multiple ways of presenting info that is contained in images,
    graphs, audio, video, or other forms of media
   Tolerance for Error: The design minimizes hazards and the
    adverse consequences of accidental or unintended actions.
Web Standards / Universal Design –
               Definitions
   Using Web Standards & Universal Design
    as foundation of course

       Web Standards – semantic (x)HTML markup,
        CSS layout, the separating of content from
        layout & formatting – produces the following
        positive outcomes
            Third component: Scripting – Javascript & DOM
The Semantic Web – Definitions

   Semantics (from Greek sēmantiká, neuter plural of
    sēmantikós - signifier)[1][2] is the study of meaning. It
    focuses on the relation between signifiers, such as
    words, phrases, signs and symbols, and what they stand
    for, their denotata.1

   The Semantic Web describes the relationships
    between things (like A is a part of B and Y is a
    member of Z) and the properties of things (like size,
    weight, age, and price)2

    1 Wikipedia http://en.wikipedia.org/wiki/Semantics
    2 http://www.w3schools.com/web/web_semantic.asp
http://www.colorado.edu/ODECE/UDAC/physic
s%20page-2.htm
The Benefits of Web Standards

   Makes it easier for people & search engines to find
    your content – (including AT users)
   Separating structure and behavior makes your site
    easier and less expensive to develop & test. (And
    much easier to update).
   Makes your site lighter (smaller file size)
   Semantic markup makes your site more accessible to
    different kinds of browsers and devices, incl. mobile
    devices and AT
   Designing with standards in ensures that your site is
    forward compatible.
http://www.colorado.edu/ODECE/UDAC/physic
s%20page-2.htm
An Overview of Web Standard
                 Particulars
   Declare a proper doctype
   Declare a language in the doctype
   Declare the primary language of the site in the <head> area
   Title your page properly & uniquely
       !DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN―
        "http://www.w3.org/TR/html4/strict.dtd">
   If your document is XHTML, use this:
       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   <head>
       <html lang="en-GB">
        ...
       </html>
Web Standard Particulars

   Declare a unique title for each page.


   Title example
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
     <html>
     <head>
     <title> Boulder Public Schools 2012</title>
     </head>
     <body>
     </body>
     ...
     </html>
Web Standard Particulars

   Use keywords & description elements
    <head>
     <title>Yahoo! UK & Ireland Eurosport—Sports News | Live Scores
      | Sport</title>
     <meta name="description" content="Latest sports news and live
      scores from Yahoo! Eurosport UK. Complete sport coverage with
      Football results, Cricket scores, F1, Golf, Rugby, Tennis and
      more.">
     <meta name="keywords" content="eurosport,sports,sport,sports
      news,live scores,football,cricket,f1,golf,rugby,tennis,uk,yahoo">
    </head>
   Structure the page as appropriate
    with headers
   Structure hierarchically – H1, H2, etc.
Web Standard Particulars

   Structure your page with Titles, Divs, & Lists
Clear & Consistent Navigation
Demonstration

   CSS Zen Garden
       http://www.csszengarden.com/
   CU Physics page
       http://www.colorado.edu/ODECE/UDAC/physi
        cs%20page-2.htm
   NY Times
       www.nytimes.com
   Web Developer Toolbar (Firefox addon)
Zeldman – ―the blind billionaire‖
   Google and other
    search engines are, in
    effect, ―blind users.‖
       Structure
       Text/semantics
Curriculum      Chisholm, Wendy; May, Matt.
Materials        Universal Design for Web
                 Applications
                Zeldman, Jeffrey. Designing with
                 Web Standards (3rd Edition)
                Shea & Holzschlag. The Zen of CSS
                 Design: Visual Enlightenment for the
                 Web.
                Norman, David A. The Design of
                 Everyday Things (2002).
                Cooper, Alan; Reimann Robert M.
                 About Face 2.0: The Essentials of
                 Interaction Design (2003)
Evaluation & Remediation Tools
   Wave (Toolbar) – wave.webaim.org
   Functional Accessibility Evaluator 1.1
       https://addons.mozilla.org/en-
        US/firefox/addon/accessibility-evaluation-
        toolb/
   Achecker –
       http://achecker.ca/
   Web Dev’l Toolbar
       https://addons.mozilla.org/en-
        US/firefox/addon/web-developer/
More Evaluation & Remediation
          Tools & Resources
   10 Evaluation Tools
       http://sixrevisions.com/web-
        standards/accessibility_testtools/


   CU Web Design Awards Page
       http://www.colorado.edu/ODECE/UDAC/webc
        omp2012.html#resources
Other Curriculum Resources
   A List Apart - Link-Rodrigue, The Inclusion
    Principle,
        http://www.alistapart.com/articles/the-inclusion-
         principle/
   Dev.opera.com
        http://dev.opera.com/articles/view/1-introduction-
         to-the-web-standards-cur/
   Usability.gov
        http://usability.gov/methods/test_refine/heuristic.h
         tml
   Sitepoint.com
        http://articles.sitepoint.com/article/information-
         architecture
Other Curriculum Resources
   First Principles of Interaction Design‖
        (http://www.asktog.com/basics/firstPrinciples.html
         );
   ―Personas‖
        http://wiki.fluidproject.org/display/fluid/Personas
   WebAIM.org – The Legend of the Typical …
        http://webaim.org/presentations/2010/csun/screen
         readersurvey.pdf
   W3C Web Standards Cirruculim
        http://www.w3.org/community/webed/wiki/Main_P
         age
Other Resources
   Web Design Awards & Training at CU
       http://www.colorado.edu/ODECE/UDAC/webcomp
        2012.html
   WAVE - WebAIM.org
       http://wave.webaim.org/


   W3C Web Standards Cirruculim
       http://www.w3.org/community/webed/wiki/Main_P
        age
   Physics Example page
       http://www.colorado.edu/ODECE/UDAC/physics%2
        0page-2.htm
Accessing Higher Ground
            Conference
      Accessible Media, Web & Technology
   November 12 - 16, 2012
   Hands-on sessions on Web Access, Assistive
    Technology
   Upcoming teleconferences
   Can purchase audio dvd of proceedings & access
    materials & handouts online
   Westin Hotel - between Boulder & Denver
   www.colorado.edu/ATconference

More Related Content

PPTX
Integrating universal design, best practices, & accessibility atia 2013
PPTX
Integrating universal design, best practices, & accessibility atia 2013 - (...
PPTX
Ud 4 web, classroom, curriculum
PPTX
Teaching web accessibility at the source
PPT
Web 2 0 Presentation
PPTX
Information and Computer Technology (ICT) Accessibility
PDF
Webdesign
PPTX
Web Accessibility
Integrating universal design, best practices, & accessibility atia 2013
Integrating universal design, best practices, & accessibility atia 2013 - (...
Ud 4 web, classroom, curriculum
Teaching web accessibility at the source
Web 2 0 Presentation
Information and Computer Technology (ICT) Accessibility
Webdesign
Web Accessibility

Similar to A web standards & ud approach for access (bps public) (20)

PPTX
Ud 4 web, classroom, curriculum
PPTX
Approaching web accessibility through web stands & ud
PPTX
Designing and evaluating web sites using universal design principles (hands on)
PPTX
Designing and evaluating web sites using universal design principles (hands on)
PDF
Getting Down and Dirty with Accessibility and Usability workshop at TCUK12
PPT
Udem 2007 Accessibility Standards
PPTX
What is ud demographics-w-notes - adopted for dis stud class
PPT
Web Standards and Accessibility
PDF
Web Accessibility for Web Developers
PPT
Designing for Everybody Workshop
PPT
Web Standards
KEY
Web Accessibility and Design
PDF
Standardizing the Web: A Look into the Why of Web Standards
PDF
Real World Web Standards
PPT
Microformats 101 Workshop
PDF
Debunking Web Design Myths
PPT
corePHP Usability Accessibility by Steven Pignataro
PPT
Lean And Clean! Building A Site With
PPT
Lean And Clean! Building A Site With Web Standards
PPT
World wide web and Hyper Text Markup Language
Ud 4 web, classroom, curriculum
Approaching web accessibility through web stands & ud
Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)
Getting Down and Dirty with Accessibility and Usability workshop at TCUK12
Udem 2007 Accessibility Standards
What is ud demographics-w-notes - adopted for dis stud class
Web Standards and Accessibility
Web Accessibility for Web Developers
Designing for Everybody Workshop
Web Standards
Web Accessibility and Design
Standardizing the Web: A Look into the Why of Web Standards
Real World Web Standards
Microformats 101 Workshop
Debunking Web Design Myths
corePHP Usability Accessibility by Steven Pignataro
Lean And Clean! Building A Site With
Lean And Clean! Building A Site With Web Standards
World wide web and Hyper Text Markup Language
Ad

More from Howard Kramer (20)

PPTX
Results from a Survey to Measure the Benefits of Accessibility and Universal ...
PPTX
Student Benefits and Teaching Resources for Including Accessibility/Inclusive...
PPTX
Preliminary Results from a Survey to Measure the Benefits of Accessibility an...
PPTX
Ud in-curriculum-4 coltt-2019
PPTX
Ud in-curriculum-4 accessu-2019
PPTX
Ud in-curriculum-4 csun-2019
PPTX
(COLTT 2018) Teaching Accessibility and Inclusive Design in Higher Education ...
PPTX
Ud in-curriculum-4 ahead-2018-solo
PPTX
Ud in-curriculum-4 accessu-2018 (howard-lydia combined-nn)
PPTX
Teaching Accessibility and Inclusive Design in Higher Education Curriculum: B...
PPTX
Teaching Accessibility and Universal Design in Higher Education - COLTT 2017
PPTX
Teach Accessibility and Universal Design in Higher Education (AHEAD 2017)
PPTX
Teaching Accessibility and Universal Design in Higher Education Curriculum: B...
PPTX
Teaching Accessibility and Universal Design in Higher Education Curriculum - ...
PPTX
Integrating Universal Design Content into University Curriculum
PPTX
Universal Design Content in Curriculum - ATIA 2014
PPTX
Ud 4 curriculum (hk segment of panel)
PPTX
Ud in curriculum ahead 2013
DOCX
Designing and evaluating web sites using universal design principles notes
PPTX
Ud in curriculum csun 2013
Results from a Survey to Measure the Benefits of Accessibility and Universal ...
Student Benefits and Teaching Resources for Including Accessibility/Inclusive...
Preliminary Results from a Survey to Measure the Benefits of Accessibility an...
Ud in-curriculum-4 coltt-2019
Ud in-curriculum-4 accessu-2019
Ud in-curriculum-4 csun-2019
(COLTT 2018) Teaching Accessibility and Inclusive Design in Higher Education ...
Ud in-curriculum-4 ahead-2018-solo
Ud in-curriculum-4 accessu-2018 (howard-lydia combined-nn)
Teaching Accessibility and Inclusive Design in Higher Education Curriculum: B...
Teaching Accessibility and Universal Design in Higher Education - COLTT 2017
Teach Accessibility and Universal Design in Higher Education (AHEAD 2017)
Teaching Accessibility and Universal Design in Higher Education Curriculum: B...
Teaching Accessibility and Universal Design in Higher Education Curriculum - ...
Integrating Universal Design Content into University Curriculum
Universal Design Content in Curriculum - ATIA 2014
Ud 4 curriculum (hk segment of panel)
Ud in curriculum ahead 2013
Designing and evaluating web sites using universal design principles notes
Ud in curriculum csun 2013
Ad

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
Big Data Technologies - Introduction.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
cuic standard and advanced reporting.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Empathic Computing: Creating Shared Understanding
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Machine learning based COVID-19 study performance prediction
PDF
Modernizing your data center with Dell and AMD
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
A Presentation on Artificial Intelligence
PDF
Chapter 3 Spatial Domain Image Processing.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
NewMind AI Weekly Chronicles - August'25 Week I
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
Spectral efficient network and resource selection model in 5G networks
20250228 LYD VKU AI Blended-Learning.pptx
Network Security Unit 5.pdf for BCA BBA.
Reach Out and Touch Someone: Haptics and Empathic Computing
Big Data Technologies - Introduction.pptx
Encapsulation_ Review paper, used for researhc scholars
cuic standard and advanced reporting.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
Empathic Computing: Creating Shared Understanding
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Machine learning based COVID-19 study performance prediction
Modernizing your data center with Dell and AMD
“AI and Expert System Decision Support & Business Intelligence Systems”
A Presentation on Artificial Intelligence
Chapter 3 Spatial Domain Image Processing.pdf
The AUB Centre for AI in Media Proposal.docx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...

A web standards & ud approach for access (bps public)

  • 1. A Web Standards & UD Approach to Access The Intersection of Web Standards, Universal Design & Accessibility Howard Kramer University of Colorado-Boulder hkramer@colorado.edu, 303-492-8672 CSUN 2012
  • 2. Today’s Outline  What are Web Standards & Universal Design  How does it compare to ―Accessibility Standards‖  Demonstration of ScreenReader Access  What are the advantages of this approach  Resources & Suggestion for designing Accessible / UD sites
  • 3. Presentation posted at slideshare http://slideshare/hkramer99/ A Web Standards & UD Approach for Access (BPS – public).pptx/
  • 4. Universal Design vs. Web Standards vs. Accessibility
  • 5. Universal Design vs. Web Standards vs. Accessibility
  • 6. Universal Design for Digital Media  What is Universal Design?  Universal Design is the design of products and environments to be usable by all people, to the greatest extent possible, without the need for adaptation or specialized design – Ron Mace, Architect
  • 7. Universal Design for Digital Media  Equitable Use: The design is useful and marketable to people with diverse abilities.  Same means of use for all  No text-only versions  Flexibility in Use: The design accommodates a wide range of individual preferences and abilities.  Accommodates user-defined style sheets (such as the high-contrast text style that an individual with weak eyesight would use)  Simple and Intuitive: Use of the design is easy to understand, regardless of the user's experience, knowledge, language skills, or current concentration level.  Multiple ways of presenting info that is contained in images, graphs, audio, video, or other forms of media  Tolerance for Error: The design minimizes hazards and the adverse consequences of accidental or unintended actions.
  • 8. Web Standards / Universal Design – Definitions  Using Web Standards & Universal Design as foundation of course  Web Standards – semantic (x)HTML markup, CSS layout, the separating of content from layout & formatting – produces the following positive outcomes  Third component: Scripting – Javascript & DOM
  • 9. The Semantic Web – Definitions  Semantics (from Greek sēmantiká, neuter plural of sēmantikós - signifier)[1][2] is the study of meaning. It focuses on the relation between signifiers, such as words, phrases, signs and symbols, and what they stand for, their denotata.1  The Semantic Web describes the relationships between things (like A is a part of B and Y is a member of Z) and the properties of things (like size, weight, age, and price)2 1 Wikipedia http://en.wikipedia.org/wiki/Semantics 2 http://www.w3schools.com/web/web_semantic.asp
  • 11. The Benefits of Web Standards  Makes it easier for people & search engines to find your content – (including AT users)  Separating structure and behavior makes your site easier and less expensive to develop & test. (And much easier to update).  Makes your site lighter (smaller file size)  Semantic markup makes your site more accessible to different kinds of browsers and devices, incl. mobile devices and AT  Designing with standards in ensures that your site is forward compatible.
  • 13. An Overview of Web Standard Particulars  Declare a proper doctype  Declare a language in the doctype  Declare the primary language of the site in the <head> area  Title your page properly & uniquely  !DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN― "http://www.w3.org/TR/html4/strict.dtd">  If your document is XHTML, use this:  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  <head>  <html lang="en-GB">  ...  </html>
  • 14. Web Standard Particulars  Declare a unique title for each page.   Title example <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title> Boulder Public Schools 2012</title> </head> <body> </body> ... </html>
  • 15. Web Standard Particulars  Use keywords & description elements <head> <title>Yahoo! UK & Ireland Eurosport—Sports News | Live Scores | Sport</title> <meta name="description" content="Latest sports news and live scores from Yahoo! Eurosport UK. Complete sport coverage with Football results, Cricket scores, F1, Golf, Rugby, Tennis and more."> <meta name="keywords" content="eurosport,sports,sport,sports news,live scores,football,cricket,f1,golf,rugby,tennis,uk,yahoo"> </head>
  • 16. Structure the page as appropriate with headers  Structure hierarchically – H1, H2, etc.
  • 17. Web Standard Particulars  Structure your page with Titles, Divs, & Lists
  • 18. Clear & Consistent Navigation
  • 19. Demonstration  CSS Zen Garden  http://www.csszengarden.com/  CU Physics page  http://www.colorado.edu/ODECE/UDAC/physi cs%20page-2.htm  NY Times  www.nytimes.com  Web Developer Toolbar (Firefox addon)
  • 20. Zeldman – ―the blind billionaire‖  Google and other search engines are, in effect, ―blind users.‖  Structure  Text/semantics
  • 21. Curriculum  Chisholm, Wendy; May, Matt. Materials Universal Design for Web Applications  Zeldman, Jeffrey. Designing with Web Standards (3rd Edition)  Shea & Holzschlag. The Zen of CSS Design: Visual Enlightenment for the Web.  Norman, David A. The Design of Everyday Things (2002).  Cooper, Alan; Reimann Robert M. About Face 2.0: The Essentials of Interaction Design (2003)
  • 22. Evaluation & Remediation Tools  Wave (Toolbar) – wave.webaim.org  Functional Accessibility Evaluator 1.1  https://addons.mozilla.org/en- US/firefox/addon/accessibility-evaluation- toolb/  Achecker –  http://achecker.ca/  Web Dev’l Toolbar  https://addons.mozilla.org/en- US/firefox/addon/web-developer/
  • 23. More Evaluation & Remediation Tools & Resources  10 Evaluation Tools  http://sixrevisions.com/web- standards/accessibility_testtools/  CU Web Design Awards Page  http://www.colorado.edu/ODECE/UDAC/webc omp2012.html#resources
  • 24. Other Curriculum Resources  A List Apart - Link-Rodrigue, The Inclusion Principle,  http://www.alistapart.com/articles/the-inclusion- principle/  Dev.opera.com  http://dev.opera.com/articles/view/1-introduction- to-the-web-standards-cur/  Usability.gov  http://usability.gov/methods/test_refine/heuristic.h tml  Sitepoint.com  http://articles.sitepoint.com/article/information- architecture
  • 25. Other Curriculum Resources  First Principles of Interaction Design‖  (http://www.asktog.com/basics/firstPrinciples.html );  ―Personas‖  http://wiki.fluidproject.org/display/fluid/Personas  WebAIM.org – The Legend of the Typical …  http://webaim.org/presentations/2010/csun/screen readersurvey.pdf  W3C Web Standards Cirruculim  http://www.w3.org/community/webed/wiki/Main_P age
  • 26. Other Resources  Web Design Awards & Training at CU  http://www.colorado.edu/ODECE/UDAC/webcomp 2012.html  WAVE - WebAIM.org  http://wave.webaim.org/  W3C Web Standards Cirruculim  http://www.w3.org/community/webed/wiki/Main_P age  Physics Example page  http://www.colorado.edu/ODECE/UDAC/physics%2 0page-2.htm
  • 27. Accessing Higher Ground Conference Accessible Media, Web & Technology  November 12 - 16, 2012  Hands-on sessions on Web Access, Assistive Technology  Upcoming teleconferences  Can purchase audio dvd of proceedings & access materials & handouts online  Westin Hotel - between Boulder & Denver  www.colorado.edu/ATconference

Editor's Notes

  • #9: Html 4.0 – first web standard for htmlXhtml 1.0Benefits of Web Standards &amp; UD approach:Allows you to approach accessible design with the wholistic concept of excellent design.
  • #12: Html 4.0 – first web standard for htmlXhtml 1.0Benefits of Web Standards &amp; UD approach:Allows you to approach accessible design with the wholistic concept of excellent design.
  • #14: Benefits of Web Standards &amp; UD approach:Allows you to approach accessible design with the wholistic concept of excellent design.Designing with web standards promotes accessibility, - higher ranking on search engines &amp; lower costs for development, and faster loading of web pages (&amp; lower costs for hardware).Design that is not only accessible but usable. That is universal in that it not only is usable by persons with disabilities but by mobile devices, by cell phones and by slow internet access.To understand this, we need to review the history of Web browsers:Web standards project began in 1998. Before that time, each browser used proprietary mark-up language or html.So web designers would have to create different code segments for each browser.25% of development time was spent addressing work-arounds for browser incompatibility.Because content &amp; layout combined unlike when we use CSS with structure xhtml. Html files wound up being 60% larger than necessary, requiring longer time to load and requiring larger space on servers, thus more expensive equipment costs. Designing with web standards not only improves the performance of your site and lowers costs but makes it more accessible to ATWhen we use CSS, content can be displayed in a verient of different ways more easily. Using structured markup such as headers to logically divinde up a page not only makes it easier for screenreaders to nvigate a page, it makes it easier for search engines such as google to find.
  • #15: A different conceptual model.We’re used to the visual conceptual model.Go to demonstration.
  • #21: Probably more a part of UD or usability than Web Standards.
  • #26: Mention Fitjutsu – Web Accessibility InspectorShow 10 evaluation tools page