SlideShare a Scribd company logo
1 of 27
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

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

Ud 4 web, classroom, curriculum
Ud 4 web, classroom, curriculumUd 4 web, classroom, curriculum
Ud 4 web, classroom, curriculumHoward Kramer
 
Approaching web accessibility through web stands & ud
Approaching web accessibility through web stands & udApproaching web accessibility through web stands & ud
Approaching web accessibility through web stands & udHoward Kramer
 
Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)Howard Kramer
 
Atlas course flyer & definitions handout
Atlas course flyer & definitions handoutAtlas course flyer & definitions handout
Atlas course flyer & definitions handoutHoward Kramer
 
Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)Howard Kramer
 
A Complete Guide to Frontend - UI Developer
A Complete Guide to Frontend - UI DeveloperA Complete Guide to Frontend - UI Developer
A Complete Guide to Frontend - UI Developernariyaravi
 
What is a pba webdeveloper?
What is a pba webdeveloper?What is a pba webdeveloper?
What is a pba webdeveloper?tiefield
 
learn full stack web development.pdf
learn full stack web development.pdflearn full stack web development.pdf
learn full stack web development.pdfJohnsonS25
 
Bruce Lawson Opera Indonesia
Bruce Lawson Opera IndonesiaBruce Lawson Opera Indonesia
Bruce Lawson Opera Indonesiabrucelawson
 
Web engineering notes unit 2
Web engineering notes unit 2Web engineering notes unit 2
Web engineering notes unit 2inshu1890
 
Theming for mobile devices recent
Theming for mobile devices recentTheming for mobile devices recent
Theming for mobile devices recentArtem Shymko
 
Seth Duffy Accessibility97035
Seth Duffy   Accessibility97035Seth Duffy   Accessibility97035
Seth Duffy Accessibility97035FNian
 
Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Oleksii Prohonnyi
 
Navigating the Hype and Realities of Web Development Frameworks
Navigating the Hype and Realities of Web Development FrameworksNavigating the Hype and Realities of Web Development Frameworks
Navigating the Hype and Realities of Web Development FrameworksSeasiaInfotech2
 
Developing for Responsive Design - Frederic Welterlin
Developing for Responsive Design - Frederic WelterlinDeveloping for Responsive Design - Frederic Welterlin
Developing for Responsive Design - Frederic WelterlinRazorfish
 
Ud in curriculum csun 2013
Ud in curriculum   csun 2013Ud in curriculum   csun 2013
Ud in curriculum csun 2013Howard Kramer
 
Lean And Clean! Building A Site With Web Standards
Lean And Clean! Building A Site With Web StandardsLean And Clean! Building A Site With Web Standards
Lean And Clean! Building A Site With Web Standardsweb.designer.developer
 

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

Ud 4 web, classroom, curriculum
Ud 4 web, classroom, curriculumUd 4 web, classroom, curriculum
Ud 4 web, classroom, curriculum
 
Approaching web accessibility through web stands & ud
Approaching web accessibility through web stands & udApproaching web accessibility through web stands & ud
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)Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)
 
Atlas course flyer & definitions handout
Atlas course flyer & definitions handoutAtlas course flyer & definitions handout
Atlas course flyer & definitions handout
 
Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)
 
A Complete Guide to Frontend - UI Developer
A Complete Guide to Frontend - UI DeveloperA Complete Guide to Frontend - UI Developer
A Complete Guide to Frontend - UI Developer
 
Web Standards
Web StandardsWeb Standards
Web Standards
 
What is a pba webdeveloper?
What is a pba webdeveloper?What is a pba webdeveloper?
What is a pba webdeveloper?
 
learn full stack web development.pdf
learn full stack web development.pdflearn full stack web development.pdf
learn full stack web development.pdf
 
Rutgers - History Intranet
Rutgers - History IntranetRutgers - History Intranet
Rutgers - History Intranet
 
Bruce Lawson Opera Indonesia
Bruce Lawson Opera IndonesiaBruce Lawson Opera Indonesia
Bruce Lawson Opera Indonesia
 
Web engineering notes unit 2
Web engineering notes unit 2Web engineering notes unit 2
Web engineering notes unit 2
 
Theming for mobile devices recent
Theming for mobile devices recentTheming for mobile devices recent
Theming for mobile devices recent
 
Seth Duffy Accessibility97035
Seth Duffy   Accessibility97035Seth Duffy   Accessibility97035
Seth Duffy Accessibility97035
 
Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1
 
Navigating the Hype and Realities of Web Development Frameworks
Navigating the Hype and Realities of Web Development FrameworksNavigating the Hype and Realities of Web Development Frameworks
Navigating the Hype and Realities of Web Development Frameworks
 
Developing for Responsive Design - Frederic Welterlin
Developing for Responsive Design - Frederic WelterlinDeveloping for Responsive Design - Frederic Welterlin
Developing for Responsive Design - Frederic Welterlin
 
Ud in curriculum csun 2013
Ud in curriculum   csun 2013Ud in curriculum   csun 2013
Ud in curriculum csun 2013
 
Lean And Clean! Building A Site With Web Standards
Lean And Clean! Building A Site With Web StandardsLean And Clean! Building A Site With Web Standards
Lean And Clean! Building A Site With Web Standards
 
Lean And Clean! Building A Site With
Lean And Clean! Building A Site WithLean And Clean! Building A Site With
Lean And Clean! Building A Site With
 

More from Howard Kramer

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

More from Howard Kramer (20)

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

Recently uploaded

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 organizationRadu Cotescu
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
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
 
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
 
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
 
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
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
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
 
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
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
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
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
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 SolutionsEnterprise Knowledge
 
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 RobisonAnna Loughnan Colquhoun
 
[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.pdfhans926745
 

Recently uploaded (20)

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
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
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
 
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
 
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
 
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
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
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
 
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
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
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
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
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
 
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
 
[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 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

  1. 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.
  2. 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.
  3. 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.
  4. A different conceptual model.We’re used to the visual conceptual model.Go to demonstration.
  5. Probably more a part of UD or usability than Web Standards.
  6. Mention Fitjutsu – Web Accessibility InspectorShow 10 evaluation tools page