1 / 37

Web Accessibility

Web Accessibility. Brought to you by the UCSB Web Standards Group. Outline:. What is Web Accessibility ? Why is Web Accessibility Important ? Making Websites Accessible Q&A #1 Short Break Screen Reader Demonstration Q&A #2 The UC Electronic Accessibility Leadership Team (EALT )

sutton
Download Presentation

Web Accessibility

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Web Accessibility Brought to you by the UCSB Web Standards Group

  2. Outline: What is Web Accessibility? Why is Web Accessibility Important? Making Websites Accessible Q&A #1 Short Break Screen Reader Demonstration Q&A #2 The UC Electronic Accessibility Leadership Team (EALT) Q&A #3

  3. What is “Web” Accessibility? Making material on the web available to those with a variety of disabilities including but not limited to those with vision impairments, deficits in hearing and other medical and health limitations. Ensuring Equal Access to Information Enrollment, Housing, Employment Ensuring Equal Access to Education Registration, Financial Aid, Course Content

  4. Why is Web Accessibility Important? The Law: Sections 504, 508, the ADA and OCR. Universal Design Indexing

  5. Section 504 States that "no qualified individual with a disability in the United States shall be excluded from, denied the benefits of, or be subjected to discrimination under" any program or activity that either receives Federal financial assistance aka “equal access to education”

  6. Section 508 In 1998, Congress amended the Rehabilitation Act to require Federal agencies to make their electronic and information technology accessible to people with disabilities. Section 508 was enacted to eliminate barriers in information technology

  7. Americans with Disabilities Act (ADA) The Americans with Disabilities Act (ADA) requires covered entities to furnish appropriate auxiliary aids and services where necessary to ensure effective communication with individuals with disabilities. The ADA has occasionally been used to support claims against providers of inaccessible web content, starting with a lawsuit against Target in 2008.

  8. Office of Civil Rights (OCR): All students with disabilities, including those who are blind, should have full access to the information on a school's websites. Schools today rely on websites to register students, distribute course materials, collect homework, and administer quizzes. Students with disabilities cannot be denied the same opportunity to access these services on the web 24/7 from anywhere. Acting Assistant Secretary for Civil Rights Seth Galanter.

  9. Universal Design Research shows that accessible websites have better search results, increased audience reach, helps decrease the “digital divide” and in general, the benefits extend to both those with disabilities and those without.

  10. Indexing Every correctly labeled image allows your site to be crawled by search engine spiders more accurately, improving search rankings.

  11. “Accessible” doesn’t have to mean “Plain

  12. Disney Store UK with Images On

  13. Disney Store UK with Images Off

  14. Student Affairs KIOSK Site With Images On

  15. Student Affairs KIOSK Site With Images Off and CSS Stripped Out

  16. Making Websites Accessible Logan franklin – co-chair, web standards group

  17. Screen Reader Demonstration Matt Lowe – Graduate, UCSB Class of 2013

  18. What is a Screen Reader? A screen reader is a software application that attempts to identify and interpret what is being displayed on the screen. This interpretation is then represented to the user with text-to-speech, sound icons, or a Braille output. Screen readers are a form of assistive technology (AT) potentially useful to people who are blind, visually impaired, or learning disabled, often in combination with other AT such as screen magnifiers.

  19. Benefits of Testing with Screen Readers When Evaluating Accessibility • Why is screen reader testing important? Screen readers allows us to evaluate our content from the perspective of a blind person. Screen readers can also help you identify problems with reading order, table markup, form elements, and many other aspects of accessibility. • Popular Screen Reader Software: • JAWS – Demo available for download, or test at DSP Facility • Window Eyes – Demo available for download; or, test at DSP • How can I test my site? The UCSB Disabled Students Program can provide a limited screen reading overview of your site. Contact Mark.Grosch@sa.ucsb.edu for more information.

  20. UC Electronic Accessibility Leadership Team (EALT) Website: http://www.ucop.edu/electronic-accessibility/index.html UC Systemwide group dedicated to helping campuses with web accessibility issues on their campuses Provide listserv, training videos, tools, campus contacts and access to scanning software

  21. UC Electronic Accessibility Leadership Team (EALT) • Scanning Initiative started in 2011 • Goals: • Inventory accessibility against WCAG 2.0 A and AA standards • Include UC campuses, ANR, LBNL, UCOP • First scan results  developers • 60 days to fix • Final scan results  CIOs • Repeat annually

  22. UC Electronic Accessibility Leadership Team (EALT) Initial scans were of 7 main campus sites: • Main Campus Website (www) • Undergraduate Admissions • Graduate Admissions • Student Housing • Disabled Students Office • Staff Jobs Listing (Human Resources) • Healthcare or Student Health Services (if no medical center)

  23. Initial Results

  24. Final Results

  25. Next Step – Acquiring the Tool One of the most FAQ – Can I have access to the Tool? Decision was made to fund systemwide for 2 years Expectation of continued scans conducted by campus reps Expanded list now includes: Library, Summer Session, Extension, Bookstore and Development

  26. Continuing the Process Expectation of continued scans conducted by campus reps Expanded list now includes: Library, Summer Session, Extension, Bookstore and Development Scans typically started in Spring Quarter

  27. AMP Testing Tool SSB BART Group's Accessibility Management Platform (AMP), to assist all UC personnel with accessibility testing and remediation. Accounts available using single sign-on. Website: http://tinyurl.com/UCSBSSO Also available is a Firefox plugin for use on test and dev sites.

  28. AMP Testing Tool

  29. AMP Testing Tool

  30. AMP Testing Tool

  31. AMP Testing Tool

  32. The Key to Evaluation – Human Interaction Testing Web accessibility requires more than just validation and accessibility tools; it requires human judgment! It is important to remember that accessibility tools can only partially check accessibility through automation. The real key is to learn and understand the Web accessibility standards rather than relying on a tool to determine if a page is accessible or not. Also tools change over time!

  33. Quick and Easy Tests • Turn off Images (Firefox Plugin) • Can you discern the content without the images displayed? • Can you navigate throughout your site without guessing at link destinations? • Is alt text present? • Turn off Sound • Is content still understandable? • Change font sizes using browser controls • Is page still readable at larger font sizes and does all content scale upward? • Use only the keyboard for Navigation • Can you navigate your entire site • For more detailed information see: http://www.w3.org/WAI/eval/preliminary.html

  34. Other Resources: The UCSB Web Standards Group has put together a very comprehensive set of documents for helping you achieve your accessibility goals: http://www.ucsb.edu/webguide The EALT also has some resources on accessible web design: http://www.ucop.edu/electronic-accessibility/web-developers/tools-and-testing/index.html

  35. Other Tools to Test Accessible and Valid Code Tools can help you to identify the problem areas of your site. There are 3 tools the WSG recommends: The W3C Markup Validation Service for testing valid code http://validator.w3.org/ The WAVE Accessibility Tool for testing accessible code http://wave.webaim.org/ The Web Developer Extension for Firefox and Chrome, which can test for valid and accessible code http://chrispederick.com/work/web-developer/

  36. Firefox/Chrome Web Developer http://addons.mozilla.org/ Test for Valid Code and Accessibility • There are many useful tools in Firefox Web Developer: • HTML and CSS validation • Display which images are missing alternate text • Disable images entirely • Disable Style Sheets • Linearize page • Disable JavaScript • View form info • Edit HTML/CSS

  37. Final Q&A

More Related