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

Slides:



Advertisements
Similar presentations
1 © Netskills Quality Internet Training, University of Newcastle Structure, Presentation and Navigation © Netskills, Quality.
Advertisements

Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
Creating Section 508 Compliant Excel Documents ASPA Web Communications and New Media Division.
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
ADA Compliant Websites & Documents What the heck am I supposed to do?
Scientific Communication CITS7200 Lecture 11 Designing and Writing Web Pages.
Intermediate Level Course. Text Format The text styles, bold, italics, underlining, superscript and subscript, can be easily added to selected text. Text.
Creating Accessible Word Documents by Debbie Lyn Jones, IT Manager I, NSU Webmaster FRIDAY, JANUARY 23, 2015.
The ACCESS Project Jesse Hausler, UDL/Accessibility Coordinator Craig Spooner, Coordinator.
Introduction to Web Accessibility. What is Web Accessibility Web accessibility means that people with disabilities can use the Web Disabilities including.
DESIGN FOR ALL Dap01s, Mehtiö Reija. Agenda Introduction Different types of disabilities - what to consider?
ETT 429 Spring 2007 Web Design I.
How to Create Top Ranking Searchable and Accessible Documents Chris Pollett and Elizabeth Tu April, 2010.
IV. “Regular” Web Pages: HTML A Web Accessibility Primer: Usability for Everyone Office of Web Communications.
II. Cross-Cutting Strategies A Web Accessibility Primer: Usability for Everyone Office of Web Communications.
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
Adobe Reader and Acrobat Professional Adobe LiveCycle Designer Microsoft Office Word PowerPoint.
Introduction to Nvu Jing Fu. What is nVu? Free web design and development tool WYSIWYG (/wiziwig/) software Other similar tools: Dreamweaver, Googlepages.
Chapter 9 Collecting Data with Forms. A form on a web page consists of form objects such as text boxes or radio buttons into which users type information.
Wikispaces in Education Tutorial Jennifer Carrier Dorman
Assistive Technology and Web Accessibility University of Hawaii Information Technology Services Jon Nakasone.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Chapter 3 Dreamweaver: Part I The Web Warrior Guide to Web Design Technologies.
Workshop 2 Coding an Accessible Website Web Content Accessibility Project Funded by BCcampus Natasha Boskic, Kirsten Bole, Nathan Hapke University of British.
Web Technologies Website Development Trade & Industrial Education
Accessible Web Design Carolyn Fiori Assistive Technology Specialist, College of San Mateo November 2011.
+ Web Design Terminology Digital Communications III- Frameworks-2.1 Terminology HTML Domain Name Hot Spot Site Maps.
Developing Content and Layout Lesson 6. Creating Web Site Content Online users scan a page, read key words of text, and check out graphics Reading from.
Website Development with Dreamweaver
Web Accessibility PRESENTED BY CINDY BARRY, LITS.
Web Accessiblity Carol Gordon SIU Medical Library.
Design and Construction of Accessible Web Sites Michael Burks Chairman Internet Society SIG For Internet Accessibility for People with Disabilities June.
Is Your Site Accessible? Web Site Testing for Accessibility Presented by: The NYS Forum IT Accessibility Committee The NYS Forum Webmasters Guild Northeast.
Everything in it’s right place Revisiting website accessibility Jeff Coburn Senior Web Specialist Institute for Community Inclusion.
Daniel Njuguna – IT Officer/ Adaptive Technology Trainer Kenya Society For The Blind Accessibility in ICT’s.
+ Web Design Terminology Digital Communications III- Frameworks-2.1 Terminology HTML Domain Name Hot Spot Site Maps.
WEB ACCESSIBILITY. WHAT IS IT? Web accessibility means that people with disabilities can use the Web. Web accessibility encompasses all disabilities that.
Retrofitting Websites for Accessibility David Mulder, Academic Technology Services.
Wikispaces in Education Tutorial Fatema Kashoob Nawal ALKathiri
ACCESSIBILITY An Introduction. Accessibility Accessibility is the degree to which a product, device, service, or environment is available to as many people.
Creating Accessible Content in Microsoft Office 2010 NC Basic Skills Instructor Training Academy 2012.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
Accessibility – Standards and Guidelines April 1, 2015.
Is Your Site Accessible? Validating Your Web Site.
Introduction to Web Site Development John Hurley Department of Computer Science California State University, Los Angeles Lecture 4: Favicons Tables and.
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
CHAPTER TWO HTML TAGS. 1.Basic HTML Tags 1.1 HTML: Hypertext Markup Language  HTML stands for Hypertext Markup Language.  It is the markup language.
Creating a Google Site For a Digital Portfolio Purpose.
 Accessibility & Information Architecture Presented by Liz Molleur INF385E April 5 th, 2009.
1 Making an Accessible Web Site Sec 508 Standards – How Tos Evelyn Li University of Wisconsin-Fox Valley.
Elements of Accessibility in Online Courses Dallas County Community College District Technology Summer Institute June 10, :45-12:45.
Section 508 and WCAG 2.0 Thurs., February 23, 2017
Making the Web Accessible to Impaired Users
Creating Accessible PDFs from Word Docs
Information Architecture and Design I
Web Accessibility Technology should be usable to everyone regardless of their individual characteristics.
Introduction to Web Accessibility
Creating ADA Compliant Resources
Creating Accessible Electronic Content
Creating ADA Compliant Resources
Creating Accessible Content in WordPress
Web Content Accessibility Beata M. Ofianewska (DG COMM) 7 December 2006 December 2006 COMM C2.
Information Architecture and Design I
ADA Compliant Website & Documents
Creating Accessible Electronic Documents
Demystifying Web Content Accessibility Guidelines
Accessible Design Top 10 List
Accessible Slide Template
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Accessible Slide Template
Presentation transcript:

AHEAD 2013

HTML Accessibility Topics: Keyboard Accessibility Content and Structure Links Headings and Lists Images in HTML Pages Tables Forms

Keyboard Access Some people cannot use a mouse, and navigate sites with tab and enter. Thus sites must be entirely keyboard accessible. Common barriers to avoid: Incorrect tab order in forms/tables. Use to set correct order. JavaScript DHTML menus. Use only with equivalent text menus on destination page. WYSIWYG absolute positioning.

Content and Structure – Links Navigable by keyboard only (no mouse) Links should look like links Follow other link guidelines discussed Separate adjacent links, e.g., with | or * Link phrases and words rather than write out URLs, e.g.: Education Department Academic Programs notEducation Department Academic Programs m

Content and Structure – Skip Navigation Start pages with a link that lets users skip to main content.

Content and Structure – Skip Navigation Start pages with a link that lets users skip to main content. Options include: Visible skip navigation or skip to main content links at the top of the page. Visible skip links elsewhere on page, but indexed with tabindex to be the first link users would tab to. Make skip link invisible to anyone but screen reader users. Put a small invisible.gif image at the top of the page with alt="Skip navigation" as the alternative text.

Content and Structure – headings and lists Use Real Heading Codes ( etc.) Test at Enter URL, check show outline, click validate this page. Skip to bottom of page for results. Use Real Lists Codes ( ) Ordered (1, 2, 3) only if really sequenced. Never use just for layout or indenting.

Images – description options Alternative text (alt-text): up to 150 characters to describe object or image. Null alt-text: blank alt-text (alt=). Because some screen readers will read image file name if no alt-text is provided. Long descriptions: describe an image with over 150 characters (e.g., a graph) on a separate web page. Either: Link caption with normal hyperlink, or Use the longdesc attribute of HTML Image tag

Images – image maps Create alt-text for overall map and for each hot spot. All image maps must be client side to be accessible.

Images – reminders Use real text, not graphical text. Dont use flashing/strobing images. Avoid background images. Provide color contrast, but dont rely on color alone.

Tables – for data Follow all general table guidelines. Summarize contents with alt-text or long descriptions. Designate headers with tag. Associate the headers with the correct rows and columns using the scope attribute e.g., Name to identify and associate a column called name Use the caption tag to describe, or name, the table. E.g., Biology 100 Grades

Tables – for layout Again, CSS usually better for layout than tables. If using tables to create your page layout: Do not use tags for headers. Keep layout simple. Your table lines are not invisible to screen reader users. Make sure a screen reader will read in the right order, use if needed.

HTML Forms Keyboard accessible Organized logically Linear Every element labeled ( ) Associated elements grouped with, described with Accessible form controls

Questions Korey Singleton, ATI Manager Kara Zirkle, IT Accessibility Coordinator Assistive Technology Initiative Phone: