Information Architecture and Design I

Slides:



Advertisements
Similar presentations
AHEAD HTML Accessibility Topics: Keyboard Accessibility Content and Structure Links Headings and Lists Images in HTML Pages Tables Forms.
Advertisements

IMPORTANT: Instructions
XX/XX/XX Presenter names Position Title Accessibility “How to”
Web Accessibility Web Services Office of Communications.
Introduction to Web Accessibility. What is Web Accessibility Web accessibility means that people with disabilities can use the Web Disabilities including.
1 Accessibility CSSE 376, Software Quality Assurance Rose-Hulman Institute of Technology April 16, 2007.
The W3C Web Accessibility Initiative (WAI) Inclusive learning through technology Damien French.
Web Page Design University of Wollongong IACT303 – INTI 2005 World Wide Networking.
WCAG 2.0 California State University, Los Angeles.
Web Accessibility. Ensuring people of all abilities have equal access to web content Disability Discrimination Act – Web Access Advisory notes 2010 Required.
Americans with Disabilities Act Ms. Sam Wainford.
Web Accessibility John Rochford UMMS Shriver Center Director, INDEX Program Rich Caloggero WGBH National Center for Accessible Media MIT Adaptive Technology.
Designing for Disabled Users.  p?vid=35 p?vid=35.
Electronic Communication and Web Accessibility Workshop.
Accessibility IS 403: User Interface Design Shaun Kane 1.
Website Accessibility
© Simeon Keates 2008 Usability with Project Lecture 7 – 30/09/09 Dr. Simeon Keates.
Week 2 Web Site Design Principles. 2 Design for the Computer Medium Craft the look and feel Make your design portable Design for low bandwidth Plan for.
Understanding WCAG Elizabeth J. Pyatt, Ph.D. Information Technology Services.
Is Your Website Accessible? Stephanie M. Brown School of Health, Physical Education, and Recreation Indiana University.
Planning an Accessible Website: Beyond Alt Tags Stephanie M. Randolph School of Health, Physical Education, and Recreation Indiana University.
Accessible Web Design Carolyn Fiori Assistive Technology Specialist, College of San Mateo November 2011.
The Internet Writer’s Handbook 2/e Web Accessibility Writing for the Web.
1 Inclusive Learning Technologies: Requirements, Strategies and Tips for creating Accessible Training - From the Act to Implementation CCCE January 16,
The Online Experience: Accessibility & Usability for Everyone Richard W. Smith.
Web Accessibility PRESENTED BY CINDY BARRY, LITS.
Mike Barlow Lead Application Architect - dbITpro TCF Information Technology Professional Conference 2012.
Is Your Site Accessible? Web Site Testing for Accessibility Presented by: The NYS Forum IT Accessibility Committee The NYS Forum Webmasters Guild Northeast.
Birkbeck University of London Business Workshop Web Accessibility Introduction and welcome.
WEB ACCESSIBILITY. WHAT IS IT? Web accessibility means that people with disabilities can use the Web. Web accessibility encompasses all disabilities that.
Fundamentals of Graphic Communication 3.5 Accessible Design.
Accessibility : Designing the Interface and Navigation The Non-Designer’s Web Book Chapter 7 Robin Williams and John Tollett Presented by Sherie Loika.
Section 508 Refresh WCAG 2.0 A and AA Information & Comparison CB Averitt – Deque Systems.
Copyright © Terry Felke-Morris Learning Outcomes  In this chapter...  common types of website organization  principles of visual design  your target.
Web Content Accessibility Leila Styer Washington State University CAHNRS/Computer Resource Unit rev. November 2006.
 Accessibility & Information Architecture Presented by Liz Molleur INF385E April 5 th, 2009.
The User Experience “Keeping Web Accessibility In Mind” Video available online at:
Copyright © Terry Felke-Morris Web Development & Design Foundations with HTML5 8 th Edition CHAPTER 5 KEY CONCEPTS 1 Copyright ©
Web Accessibility Web Community Meeting July 22, 2016 July 29, 2016.
Web Accessibility John Rochford Rich Caloggero UMMS Shriver Center
Making Your Website Accessible
Widening the web Resources Readable. Keyboard navigable.
Techniques, Tools and Resources for Making WordPress Website WCAG 2
Making the Web Accessible to Impaired Users
Creating Accessible PDFs from Word Docs
Information Architecture and Design I
Best Practices and Lessons Learned
Web Accessibility Technology should be usable to everyone regardless of their individual characteristics.
Introduction to Web Accessibility
WCAG 2.0 training & orientation
Creating ADA Compliant Resources
Objective % Explain concepts used to create websites.
Context Is Everything Meaningful Alternative Text
Creating Accessible Content in WordPress
Web Development & Design Foundations with HTML5 8th Edition
Website Accessibility
Principles of Accessible Web Design
Web Content Accessibility Beata M. Ofianewska (DG COMM) 7 December 2006 December 2006 COMM C2.
OU Campus Accessibility
Web Accessibility An Introduction.
Lakeshore Public Schools
ADA Compliant Website & Documents
Building your class website
Introduction to Web Accessibility
Web Standards and Accessible Design.
Demystifying Web Content Accessibility Guidelines
Web content management
Objective Explain concepts used to create websites.
Accessible Design Top 10 List
Accessibility Evaluation
Presentation transcript:

Information Architecture and Design I Accessibility Kate Bronstad INF 385E Information Architecture and Design I November 2nd, 2006

Overview Accessibility & Disability Why Accessbility is important Web Guidelines & Standards Accessible practices you can adopt Resources References

What is (web) Accessibility? “Web resources are ‘accessible’ if people with disabilities can use them as effectively as non-disabled people” -UT Accessibility Institute, www.utexas.edu/research/accessibility

Types of disabilities Visual - blind, low vision, and color blind Motor/Physical Auditory Cognitive Learning

Why accessibility matters Human rights Good business practice Legality -section 508 -TX HB 2819 -ADA?

Target vs. the Blind Judge rejected Target’s argument that ADA only applied to physical spaces. The case will proceed.

Accessibility for others: Slow Internet Connection Old Browser Missing Plugins No Speakers Small Display (pda, mobile phone) Eyes busy / Hands busy Noisy Environment Source:http://www.utexas.edu/learn/accessibility/disability.html

Web Accessibility Guidelines WCAG 1.0 -official W3C recommendation -WCAG 2.0 in draft Section 508 checkpoints -based on WCAG 1.0

WCAG 2.0 Principle 1 Content must be perceivable Give text descriptions for all non-text (but still meaningful) content For multi-media content, provide synched alternatives Distinguish content from presentation Make distinction between foreground information and background obvious

WCAG 2.0 Principle 2 Interface components in the content must be operable Everything functional by keyboard Allow for user-controlled time limits If your content could cause a photosensitive person to have a seizure, at least find a way to guard them from it. Give the user easy ways to understand, navigate, and orient themselves in the page Reduce ways users could make mistakes, and make it easy for them to correct mistakes.

WCAG 2.0 Principles 3 & 4 Content and controls must be understandable “Make text content readable and understandable” “Make the placement and functionality of content predictable” Content should be robust enough to work with current and future user agents (including assistive technologies) Support compatibility with current and future user agents (including assistive technologies) Ensure that content is accessible or provide an accessible alternative -Source: http://www.w3.org/TR/WCAG20/

Perceivable Operable Understandable Robust WCAG 2.0 = POUR Perceivable Operable Understandable Robust -Source: http://www.w3.org/TR/WCAG20/

What is accessible? Transformability: Presenting and structuring information so that it can be perceived in multiple ways

Alt use – in moderation Skip navigation links Semantic structure Small things = big difference Alt use – in moderation Skip navigation links Semantic structure

Best <alt> practices Accurately represent the same information and function as the image If the image is decorative, or part of a link, use alt=“” If image is within a form, use alt to describe the function (ex. alt= “submit search”) Don’t use “image of” or “link to” when coding makes this apparent

Skip navigation links Add a “skip navigation” link at the top of the page Visible or invisible (with CSS - keyboard focus) Source:http://www.webaim.org/techniques/skipnav/

Semantic structure Convey meaning that doesn’t rely on context of presentation Use hierarchical heading structure (ex. h1 is most important) Use <strong> for bold and <em> for italics Use lists correctly

Semantic structure In non-layout tables, use <th> to define rows and columns,plus “headers” and “ids” for more complicated tables For layout tables, use CSS With forms, use <label> to describe the information the user should enter Also use <label> in pull-down menu to describe what user can choose to do

Other basic points Avoid pull-down menus for navigation, provide alternative if needed. Make text of hyperlinks comprehensible on their own, not just “click here” Use <acronym> and <abbr> when called for. If site has site map, have link on every page

Accessibility and Web 2.0 User generated content and AJAX complicate things. If use JavaScript/AJAX, do so with caution

Ways to check your website Turn off the images and sound Tab through site Use screen reader emulator like FANGS Use online tools like WAVE, http://wave.webaim.org/index.jsp

Links to Resources UT Accessibility Institute http://www.utexas.edu/research/accessibility/ Designing Accessible Websites http://www.utexas.edu/learn/accessibility/ WCAG Web Content Accessibility Guidelines http://www.w3.org/TR/WAI-WEBCONTENT/

Links to Resources TOOLS AND SAMPLE CODE http://accessify.com/ http://webaim.org/ WAVE: http://wave.webaim.org/index.jsp Adobe Accessibility: http://www.adobe.com/accessibility/index.html W3C Accessibility Tools: http://www.w3.org/WAI/ER/tools/

References “Appropriate use of alternative text”.WebAIM http://webaim.org/techniques/alttext “Attractive, Accessible Websites”, http://accessify.com/features/articles/good-lookers/ “Creating Semantic Structure”. WebAIM http://www.webaim.org/techniques/semanticstructure/ “The future of web accessibility”, http://www.webcredible.co.uk/user-friendly-resources/weaccessibility/future.shtml

References “ ‘Skip navigation’ Links”, webAIM http://www.webaim.org/techniques/skipnav/ Sutel, Seth. “Blind web surfers sue for accessibility”. AP. Retrieved from: http://biz.yahoo.com/ap/061024/business_of_life.html 10/24/06 UT Accessibility Institute, http://www.utexas.edu/research/accessibility/resource “Web Content Accessibility Guidelines 2.0 Checklist”, W3C, http://www.w3.org/TR/2005/WD-WCAG20-20050630/checklist-linear.html