Accessible Design. Raj Lal. Nokia Inc.

Size: px
Start display at page:

Download "Accessible Design. Raj Lal. Nokia Inc."

Transcription

1 Accessible Design Raj Lal Nokia Inc.

2 Agenda About Target Users Color & Text How Access. Web Works Website

3 About Accessibility Nokia Internal Use Only

4 Accessibility is about making things Easy to Use by Everyone

5 About Accessible = Clear Accessible = Usable Accessible = Unobtrusive Accessible = Multiple Ways to Interact

6 Who are the Users? Nokia Internal Use Only

7 User with special needs Hearing Mobility Cognitive Visual

8

9 Not so Tech Savvy users Parents Seniors Citizens Low literacy level Using Old Computers/ Browsers Limited Bandwidth

10

11 Tech Savvy users Prefer Keyboard only Temporary Disabled Mobile User, Tablets, e-readers In extenuating circumstances - Limited attention, sound, light

12

13 Users Tech Savvy Users Disabled Not so Tech-Savvy

14 Users = All of Us 20% of user 80% of Time 80% of the user 20% of the Time

15 Accessible Color & Text Nokia Internal Use Only

16 Color Blue-Green Green Yellow Orange Light Blue Red Dark Violet Nokia Internal Use Only Purple

17 3 Rules for Visual Accessibility 1. Exaggerate lightness differences between foreground and background colors 2. Choose dark colors with hues from the bottom half against light colors from top 3. Avoid contrasting hues from adjacent parts of the hue circle

18 Visual Accessibility Accessible Not Accessible

19 3 Rules for Visual Accessibility Nokia Internal Use Only

20 8 Guidelines for Accessible Text Highest Possible Contrast for main content Use Color contrasts for Title or highlighted text Use large types, minimum 16 points Minimum 25% Spacing between lines

21 8 Guidelines for Accessible Text Use Regular Serif/San Serif fonts Cursive, decorative fonts, italic case, use sparingly Use San Serif fonts for small text Avoid close letter spacing

22 How Accessible Web Works? Nokia Internal Use Only

23 3 Elements of Accessible Web Assistive Technology(AT) ARIA & Accessibility API W3C s POUR Principle

24 1. Assistive Technology Nokia Internal Use Only

25 Assistive Technology Users Visually Impaired Blind Cognitive, Learning Disability Deaf Hearing Impaired Mobility, Physically handicapped

26 Assistive Technology Hardware User Large Monitors Visual, Cognitive, Mobility Large Print Keyboards Visual, Cognitive, Mobility Anti-glare filter Visual, Cognitive, Mobility Braille Keyboards Blind Refreshable Braille display Blind Color/ Brightness keys Visual, Cognitive Trackballs / D-Pads Mobility Headphones Cognitive, Hearing

27 Assistive Technology SW Software Text Enlarging sw Text/Audio Browser Screen Readers Braille sw Translator Speech Recognition Virtual Keyboards Captioning Text Show Sound User Visual, Cognitive Visual, Blind Visual, Blind, Cognitive Blind Visual, Blind, Cognitive, Mobility Mobility Cognitive, Hearing, Deaf Cognitive, Hearing, Deaf

28 2. ARIA & Accessibility APIs Nokia Internal Use Only

29 Accessible Rich Internet Applications ARIA helps Assistive Technology(AT) ARIA Make Web content Accessible to AT ARIA uses HTML and CSS Tags ARIA is a W3C Initiative & part of HTML5 Most of ARIA is embedded in JS libraries

30 How ARIA Works VoiceOver Windows Eye Assistive Technology Roles States Properties ARIA Platform Accessibility APIs Mac OSX Accessibility Protocol Linux IAccessible2 Windows MSAA Nokia Internal Use Only HTML

31 ARIA Uses a set of Roles, States, and Properties Roles, States & Properties assigned to HTML Exposes web page to Accessibility APIs AT uses Accessibility APIs to access Webpage

32 ARIA Roles Landmark Roles Where Am I Structural Roles What s This Interface Widget Roles

33 ARIA Roles Role type Role name Role name Landmark roles application banner complementary contentinfo form main navigation search

34 ARIA Roles Role type Role name Role name Structural roles article columnheader definition directory document group heading img list listitem math note presentation region row rowheader separator toolbar

35 ARIA Roles Role type Role name Role name Interface Widget Roles standalone widget alert alertdialog button checkbox dialog gridcell link log spinbutton status tab tabpanel textbox timer tooltip treeitem composite

36 ARIA Roles Role type Role name Role name Interface Widget Roles marquee menuitem menuitemcheckbox menuitemradio option progressbar radio scrollbar slider widget combobox grid listbox menu menubar radiogroup tablist Tree / treegrid

37 ARIA States Dynamic Properties Global States Widget States

38 ARIA State Attribute type Global ARIA states aria-busy aria-disabled aria-grabbed aria-hidden aria-invalid Widget listitem math note presentation region row rowheader separator toolbar

39 ARIA Properties Relatively Static Properties

40 ARIA Properties Attribute type Global ARIA aria-atomic Properties aria-controls aria-describedby aria-dropeffect aria-flowto aria-haspopup aria-label aria-labelledby Widget ariaautocomplete aria-haspopup aria-label aria-level aria-multiline ariamultiselectable

41 ARIA Properties Attribute type Global ARIA aria-live Properties aria-owns aria-relevant Widget aria-orientation aria-readonly aria-required aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext

42 3. W3C s POUR Principle Nokia Internal Use Only

43 The POUR Principal Perceivable Operable Understanda ble Robust

44 Perceivable Text alternative to all non-text content Alternative for media using subtitles Transcribed text and Sign language

45 Operable Function accessible from keyboard alone No auto refresh, allow time based contents Proper use of Headings & Anchors Joysticks, Voice recognition or audio feedback

46 Understandable High color contrast 4.5:1 Use San serif fonts & allow resize Avoid auto-play of media, animation Avoid auto refresh, or flashy graphics Multiple visual cues, icons, audio for feedback

47 Robust Broken HTML tag can cause difficulty with AT Follow HTML standard specifications Syntactically correct HTML & validate page Proper lang attributes in the markup Use abbr tag with proper usage

48 Developing an Accessible Website using HTML5

49 Accessible Website Progressive Enhancement with ARIA Developing an Accessible Website - Homepage - About Page - Contact Form

50 Progressive Enhancement Good Design Is Unobtrusive - Dieter Rams

51 Progressive Enhancement HTML HTML CSS HTML CSS JavaScript

52 Progressive Enhancement Design in a Progressive enhancement way All content available by HTML alone Use semantically structured HTML All presentation elements in the style sheet Load JavaScript after the page is loaded

53 Accessible Website with HTML5 Home Contact About

54 Accessible HTML5 Home page <header role="banner"> <nav role="navigation"> <section role= main > <footer role= contentinfo > HTML5 Accessible HTML5

55 Accessible HTML5 Contact Form Nokia Internal Use Only

56 Accessible HTML5 Form HTML5 Use label tag for describing form elements Associate labels with controls using for attribute Create a logical tab order with tabindex Use placeholder, type= , url, text Use fieldset and legend to group form elements

57 Accessible HTML5 Form ARIA Use role=main and keep one form in one page Use aria-required for required fields Use aria-live=assertive in the form for validation Use aria-describedby for adding help to fields

58 Accessible About Page Accessible Image Accessible Text and Links Accessible Media

59 Accessible Image Use alt attribute for alternative text for the image Use title attribute for tooltip Use role=presentation to ignore the image Use blank alt for decorative images Use meaningful name for src=meaningful.png

60 Accessible Text and Links Font size should always be relative, never fixed Links should be underlined and of different color Use Anchor links, easily navigable by screen readers Meaningful link text, avoid using click here or more Color in CSS with foreground & background color Simple and Machine readable words like Home page

61 Accessible Media Media player features navigable by keyboard Closed captions with timed text files Switchable sign translation video Transcripts, caption and sign language SVG animation is more accessible than Canvas

62 Reference W3C ARIA Accessible Design Dieter Rams 10 good design Principals

63 thank you Raj irajlal Nokia Inc. Nokia Internal Use Only

Dojo: An Accessible JavaScript Toolkit

Dojo: An Accessible JavaScript Toolkit Dojo: An Accessible JavaScript Toolkit Becky Gibson Web Accessibility Architect Agenda What is Dojo? Dojo Schedule and Plans Dojo Widgets Dojo Widget Accessibility Strategy ARIA Overview Demo Questions

More information

1 / 112. Web Accessibility

1 / 112. Web Accessibility 1 / 112 Web Accessibility The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect. Tim Berners-Lee w3.org/wai/fundamentals/accessibility-intro/ 2

More information

Study on Web Accessibility to help develop Assistive Technology for Visually Challenged People

Study on Web Accessibility to help develop Assistive Technology for Visually Challenged People Study on Web Accessibility to help develop Assistive Technology for Visually Challenged People Student Name: Akash Aggarwal Roll Number: 2014008 BTP report submitted in partial fulfillment of the requirements

More information

Screen Readers, ARIA & HTML5

Screen Readers, ARIA & HTML5 Screen Readers, ARIA & HTML5 Jason Kiss accessibleculture.org @jkiss Accessibility Summit 2011 Sept. 27, 2011 2 Today's Agenda Basic HTML5 elements ARIA landmark roles Browsers, accessibility APIs, and

More information

Making Your PowerPoint Presentations Accessible

Making Your PowerPoint Presentations Accessible Making Your PowerPoint Presentations Accessible Montclair State University is committed to making our digital content accessible to people with disabilities (required by Section 508). This document will

More information

Blackboard staff how to guide Accessible Course Design

Blackboard staff how to guide Accessible Course Design The purpose of this guide is to help online course authors in creating accessible content using the Blackboard page editor. The advice is based primarily on W3C s Web Content Accessibility Guidelines 1.0

More information

Web Accessibility Checklist

Web Accessibility Checklist Web Accessibility Checklist = Web Content Accessibility Guidelines published by the World Wide Web Consortium (W3C) 508 = Section 508 of the Rehabilitation Act = Both CATE and Moodle take care of the rule

More information

Introduction to Infographics and Accessibility

Introduction to Infographics and  Accessibility Introduction to Infographics and Email Accessibility Goals Understand Accessibility best practices Where to get more information Be able to Conduct a four-point accessibility evaluation Communicate Provide

More information

AODA Accessibility Audit for Hypothesis (embedded within Canvas)

AODA Accessibility Audit for Hypothesis (embedded within Canvas) AODA Accessibility Audit for Hypothesis (embedded within Canvas) Prepared by WebSavvy Inclusive Design Research Centre, OCAD University 2 nd Floor, 205 Richmond St. West, Toronto, ON, M5V 1V3 Tel: (416)

More information

Adobe Sign Voluntary Product Accessibility Template

Adobe Sign Voluntary Product Accessibility Template Adobe Sign Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding the

More information

The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.

The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect. Web Accessibility The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect. Tim Berners-Lee, W3C Director and inventor of the World Wide Web 20% of

More information

Accessibility Building Accessible Apps. Klara Schmitt

Accessibility Building Accessible Apps. Klara Schmitt Accessibility Building Accessible Apps Klara Schmitt WCAG 2.0 vs. Section 508 WCAG = Web Content Accessibility Guidelines - 2008: W3C publishes WCAG 2.0-2010: Adopted by ISO Section 508 = Federal Government

More information

VPAT FOR WINDCHILL 11.X

VPAT FOR WINDCHILL 11.X VPAT FOR WINDCHILL 11.X The following Voluntary Product Accessibility information refers to the Windchill 11.x product suite delivered on the Windchill platform. Criteria Summary Table Section 1194.21

More information

VMware AirWatch 8 VPAT

VMware AirWatch 8 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware AirWatch 8 VPAT May 2015 Since the VPAT must be comprehensive, all Section 508 issues

More information

Accessibility. Content Management

Accessibility. Content Management Accessibility Content Management Topic overview National guidelines and recommendations W3C guidelines and testing Assistive technologies Good practice: Coding WAI-ARIA landmark roles Good practice: Visual

More information

CSCI 311 WEB ACCESSIBILITY

CSCI 311 WEB ACCESSIBILITY CSCI 311 WEB ACCESSIBILITY The Plan Look at the importance of building accessible sites What accessibility means Accessibility guidelines Examples Motivating Example What is it like to navigate websites

More information

Voluntary Product Accessibility Template (VPAT) ACUE Course in Effective Teaching Practice

Voluntary Product Accessibility Template (VPAT) ACUE Course in Effective Teaching Practice Voluntary Product Accessibility Template (VPAT) ACUE Course in Effective Teaching Practice July 19, 2016 This Voluntary Product Accessibility Template, or VPAT, is a tool that administrators and decision-makers

More information

WCAG 2.0 A and AA Requirements

WCAG 2.0 A and AA Requirements WCAG 2.0 A and AA Requirements Name of Product Engineering Village URL https://www.engineeringvillage.com/search/quick.url Date Last Updated 28 November, 2018 Completed by Document Description Contact

More information

Moodlerooms Voluntary Product Accessibility Template January 2016

Moodlerooms Voluntary Product Accessibility Template January 2016 Overview Moodlerooms Voluntary Product Accessibility Template January 2016 1194.22 Web-based Intranet and Internet Information and Applications 1194.31 Functional Performance Criteria 1194.41 Information,

More information

Salesforce1 - ios App (Phone)

Salesforce1 - ios App (Phone) Salesforce1 - ios App (Phone) Voluntary Product Accessibility Template (VPAT) This Voluntary Product Accessibility Template, or VPAT, is a tool that helps officials and decision-makers to evaluate Salesforce1

More information

Agilix Buzz Accessibility Statement ( )

Agilix Buzz Accessibility Statement ( ) Agilix Buzz Accessibility Statement (08 30 2016) Voluntary Product Accessibility Template (VPAT) Software Applications and Operating Systems (Section 1194.21) Web based intranet and Internet information

More information

Teamcenter Voluntary Product Accessibility Template. Summary Table Voluntary Product Accessibility Template

Teamcenter Voluntary Product Accessibility Template. Summary Table Voluntary Product Accessibility Template Date: 26-Jun-2015 Name of Product and Release: Teamcenter 11.2.x Contact for more Information: Kiran Hegde [kiran.hegde@siemens.com] Section 508 VPAT Template Version: Version 1.6 This document is for

More information

Salesforce Service Cloud Snap-Ins for Web

Salesforce Service Cloud Snap-Ins for Web Salesforce Service Cloud Snap-Ins for Web Voluntary Product Accessibility Template (VPAT) November 2017 This Voluntary Product Accessibility Template, or VPAT, is a tool that helps officials and decision-makers

More information

For a detailed description of the parent features and benefits, please refer to the following URL:

For a detailed description of the parent features and benefits, please refer to the following URL: 05/13/2016 05:00:38 EDT CSU Fullerton VPAT for IBM Watson Content Analytics 3.5 VPAT comments: For a detailed description of the parent features and benefits, please refer to the following URL: http://www-03.ibm.com/software/products/en/watson-content-analytics

More information

YuJa Enterprise Video Platform WCAG 2.0 Checklist

YuJa Enterprise Video Platform WCAG 2.0 Checklist Platform Accessibility YuJa Enterprise Video Platform WCAG 2.0 Checklist Updated: December 15, 2017 Introduction YuJa Corporation strives to create an equal and consistent media experience for all individuals.

More information

FAO Web Content Accessibility Guidelines

FAO Web Content Accessibility Guidelines FO Web Content ccessibility Guidelines FO s ccessibility Guidelines have been derived from the W3C s Web Content ccessibility Guidelines (WCG), version 2.0, which have become an established standard for

More information

Microsoft Office Word 2013

Microsoft Office Word 2013 Microsoft Office Word 2013 Accessibility University Information Technology Services Training, Outreach, Learning Technologies & Video Production Copyright 2016 KSU Division of University Information Technology

More information

Salesforce1 - ios App (Phone)

Salesforce1 - ios App (Phone) Salesforce1 - ios App (Phone) Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) This Voluntary Product Accessibility Template, or VPAT, is a tool that

More information

High-level accessibility review BTAA (Elsevier ScienceDirect - final version)

High-level accessibility review BTAA (Elsevier ScienceDirect - final version) High-level accessibility review BTAA (Elsevier ScienceDirect - final version) Primary Point of Contact Denis Boudreau Principal Web Accessibility Consultant Deque Systems, Inc. Web: www.deque.com Email:

More information

Guideline 1.2 Time-based Media: Provide alternatives for time-based media Success Criteria Recommendations Met

Guideline 1.2 Time-based Media: Provide alternatives for time-based media Success Criteria Recommendations Met Perceivable Web content is made available to the senses - sight, hearing, and/or touch Guideline 1.1 Text Alternatives: Provide text alternatives for any non-text content 1.1.1 Nontext Content All images,

More information

How to Create Accessible Word (2016) Documents

How to Create Accessible Word (2016) Documents How to Create Accessible Word (2016) Documents Heading Styles 1. Create a uniform heading structure through use of Styles in Word under the Home ribbon. a. Proper heading structure is necessary for screen

More information

Adobe ColdFusion 10 Voluntary Product Accessibility Template

Adobe ColdFusion 10 Voluntary Product Accessibility Template Adobe ColdFusion 10 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding

More information

High-level accessibility review BTAA (Ebsco ebooks - final version)

High-level accessibility review BTAA (Ebsco ebooks - final version) High-level accessibility review BTAA (Ebsco ebooks - final version) Primary Point of Contact Denis Boudreau Principal Web Accessibility Consultant Deque Systems, Inc. Web: www.deque.com Email: mailto:denis.boudreau@deque.com

More information

Voluntary Product Accessibility Template (VPAT)

Voluntary Product Accessibility Template (VPAT) Voluntary Product Accessibility Template (VPAT) The purpose of the Voluntary Product Accessibility Template, or VPAT, is to assist Federal contracting officials and other buyers in making preliminary assessments

More information

Blackboard Learn with the Ultra Experience WCAG 2.0 Support Statement November 2016

Blackboard Learn with the Ultra Experience WCAG 2.0 Support Statement November 2016 Blackboard Learn with the Ultra Experience WCAG 2.0 Support Statement November 2016 Blackboard November 2016 Page 1 of 24 Overview The following Support Statement provides an evaluation of accessibility

More information

Schoology Voluntary Product Accessibility Template (VPAT)

Schoology Voluntary Product Accessibility Template (VPAT) Schoology Voluntary Product Accessibility Template (VPAT) DATE: 3/1/2016 PRODUCT NAME: Schoology Section 1194.21 Software Applications and Operating Systems (a) When software is designed to run on a system

More information

Adobe Experience Manager 6.0 Voluntary Product Accessibility Template

Adobe Experience Manager 6.0 Voluntary Product Accessibility Template Adobe Experience Manager 6.0 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments

More information

Adobe InDesign CC Voluntary Product Accessibility Template

Adobe InDesign CC Voluntary Product Accessibility Template Adobe InDesign CC Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding

More information

Introduction to ARIA and HTML5. Jared Smith & Jonathan Whiting webaim.org

Introduction to ARIA and HTML5. Jared Smith & Jonathan Whiting webaim.org Introduction to ARIA and HTML5 Jared Smith & Jonathan Whiting webaim.org ARIA ARIA Accessible Rich Internet Applications Specification developed by the PFWG of the W3C s WAI. Huh? W3C Candidate Recommendation

More information

Google Forms. Summary Table. Date: 11/2014 Name of Product: Google Forms Point of Contact: Richard Wu. Criteria Supporting features Remarks

Google Forms. Summary Table. Date: 11/2014 Name of Product: Google Forms Point of Contact: Richard Wu. Criteria Supporting features Remarks Google Forms Voluntary Product Accessibility Template (VPAT) Date: 11/2014 Name of Product: Google Forms Point of Contact: Richard Wu Summary Table Section 1194.21 Software Applications and Operating Systems

More information

SmartBuilder Section 508 Accessibility Guidelines

SmartBuilder Section 508 Accessibility Guidelines Section 508 Regulation WCAG 2.0 Explanation How to Implement in SmartBuilder 1194.22 (a) A text equivalent for every nontext element shall be provided (e.g., via "alt", "longdesc", or in element content).

More information

COURSE DESIGN ACCESSIBILITY CHECKLIST

COURSE DESIGN ACCESSIBILITY CHECKLIST COURSE DESIGN ACCESSIBILITY CHECKLIST Introduction This checklist is an internal document to be consulted by the Instructional Designer and Faculty member in examining web accessibility in a specific course.

More information

VPAT. Voluntary Product Accessibility Template. Version 1.3

VPAT. Voluntary Product Accessibility Template. Version 1.3 VPAT Version 1.3 The purpose of the Voluntary Product Accessibility Template, or VPAT, is to assist Federal contracting officials and other buyers in making preliminary assessments regarding the availability

More information

DIGITAL ACCESSIBILITY IN PRACTICE

DIGITAL ACCESSIBILITY IN PRACTICE DIGITAL ACCESSIBILITY IN PRACTICE MAKING CONTENT ACCESSIBLE: WEBSITES PDFs SOCIAL MEDIA VIDEO CAPTIONING Learn more at: cuny.edu/accessibility MAKING CONTENT ACCESSIBLE: Anyone developing content (text,

More information

Handshake Accessibility Overview

Handshake Accessibility Overview Handshake Accessibility Overview Handshake takes accessibility seriously. This document provides an overview of our commitment to making Handshake accessible to every user. Handshake takes the following

More information

Sales Cloud Lightning

Sales Cloud Lightning Sales Cloud Lightning Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) December 2017 This Voluntary Product Accessibility Template, or VPAT, is a

More information

Adobe FrameMaker (2015 Release) Voluntary Product Accessibility Template

Adobe FrameMaker (2015 Release) Voluntary Product Accessibility Template Adobe FrameMaker (2015 Release) Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

Document/Presentation Accessibility Best Practices. Table of Contents. Microsoft Word 2013, PowerPoint 2013, Excel 2013 and Adobe PDF

Document/Presentation Accessibility Best Practices. Table of Contents. Microsoft Word 2013, PowerPoint 2013, Excel 2013 and Adobe PDF Document/Presentation Accessibility Best Practices Microsoft Word 2013, PowerPoint 2013, Excel 2013 and Adobe PDF 19-Oct-15 Table of Contents Key Terms... 2 Accessible/Accessibility... 2 Alternative Text...

More information

UNIVERSITY OF NORTH CAROLINA WILMINGTON

UNIVERSITY OF NORTH CAROLINA WILMINGTON Department: Contact Person: Date: Email: Online - Web & Course Accessibility Checklist Text, presentation & content Text equivalent is provided for every non-text element (i.e., image) (Solution: add an

More information

Community Templates for Self-Service

Community Templates for Self-Service Voluntary Product Accessibility Template (VPAT) February 2016 This Voluntary Product Accessibility Template, or VPAT, is a tool that helps officials and decision-makers to evaluate design conformance the

More information

Voluntary Product Accessibility Template (VPAT) Applicable Sections

Voluntary Product Accessibility Template (VPAT) Applicable Sections Voluntary Product Accessibility Template (VPAT) Name of Product Reaxys Date January 6, 2014 Completed by Jack Bellis, Elsevier UCD, Philadelphia Contact for more Information Product Version Number 2.15859.10

More information

Adobe Experience Manager (AEM) 6.2 Forms Workbench Voluntary Product Accessibility Template

Adobe Experience Manager (AEM) 6.2 Forms Workbench Voluntary Product Accessibility Template Adobe Experience Manager (AEM) 6.2 Forms Workbench Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making

More information

SKILLSCOMMONS ACCESSIBILITY CHECKPOINTS METHODS FOR EVALUATING THE ACCESSIBILITY OF HTML FILES/DOCUMENTS (ASSISTIVE TECHNOLOGIES)

SKILLSCOMMONS ACCESSIBILITY CHECKPOINTS METHODS FOR EVALUATING THE ACCESSIBILITY OF HTML FILES/DOCUMENTS (ASSISTIVE TECHNOLOGIES) SKILLSCOMMONS ACCESSIBILITY CHECKPOINTS METHODS FOR EVALUATING THE ACCESSIBILITY OF HTML FILES/DOCUMENTS (ASSISTIVE TECHNOLOGIES) Methodology Designed by CUDA and CSU-MERLOT In partnership with CAST Applied

More information

Adobe Campaign (15.12) Voluntary Product Accessibility Template

Adobe Campaign (15.12) Voluntary Product Accessibility Template Adobe Campaign 6.1.1 (15.12) Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments

More information

Adobe FrameMaker 12 Voluntary Product Accessibility Template

Adobe FrameMaker 12 Voluntary Product Accessibility Template Adobe FrameMaker 12 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding

More information

SKILLSCOMMONS ACCESSIBILITY CHECKPOINTS METHODS FOR EVALUATING THE ACCESSIBILITY OF WORD DOCUMENTS USING ASSISTIVE TECHNOLOGIES

SKILLSCOMMONS ACCESSIBILITY CHECKPOINTS METHODS FOR EVALUATING THE ACCESSIBILITY OF WORD DOCUMENTS USING ASSISTIVE TECHNOLOGIES SKILLSCOMMONS ACCESSIBILITY CHECKPOINTS METHODS FOR EVALUATING THE ACCESSIBILITY OF WORD DOCUMENTS USING ASSISTIVE TECHNOLOGIES Methodology Designed by CUDA and CSU-MERLOT In partnership with CAST Applied

More information

VOLUNTARY PRODUCT ACCESSIBILITY TEMPLATE (VPAT)

VOLUNTARY PRODUCT ACCESSIBILITY TEMPLATE (VPAT) VOLUNTARY PRODUCT ACCESSIBILITY TEMPLATE (VPAT) Date Created: 26 January 2015 Product Name: Version: Contact for more Information: Turnitin Student Course Management System CMS2015Q1 Sun Oh sunlee@turnitin.com

More information

VMware vrealize Code Stream 6.2 VPAT

VMware vrealize Code Stream 6.2 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware vrealize Code Stream 6.2 VPAT June 2015 Since the VPAT must be comprehensive, all Section

More information

Accessibility Crash Course for Web Developers. Dan Lewis Clemson University

Accessibility Crash Course for Web Developers. Dan Lewis Clemson University Accessibility Crash Course for Web Developers Dan Lewis Clemson University What is Web Accessibility? "Web accessibility means that people with disabilities can use the Web." W3C Web Accessibility Initiative

More information

Today. Web Accessibility. No class next week. Spring Break

Today. Web Accessibility. No class next week. Spring Break HCI and Design Today Web Accessibility No class next week. Spring Break Who is affected? People with disabilities Visual, hearing, motor, cognitive, reading About 1 in 5 adults (webaim.org/intro) Older

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

Adobe RoboHelp 11 Voluntary Product Accessibility Template

Adobe RoboHelp 11 Voluntary Product Accessibility Template Adobe RoboHelp 11 Voluntary Product Accessibility Template The purpose of the Voluntar y Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

Web-One Infographics

Web-One Infographics Web-One Infographics Goals Understand Accessibility best practices Where to get more information Be able to Conduct a four-point accessibility evaluation Communicate Provide equal access to information

More information

VMware vrealize Code Stream 1.0 VPAT

VMware vrealize Code Stream 1.0 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware vrealize Code Stream 1.0 VPAT June 2015 Since the VPAT must be comprehensive, all Section

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

Salesforce Lightning Experience

Salesforce Lightning Experience Salesforce Lightning Experience Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) July 2016 This Voluntary Product Accessibility Template, or VPAT,

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

WCAG 2.0 Checklist. Perceivable Web content is made available to the senses - sight, hearing, and/or touch. Recommendations

WCAG 2.0 Checklist. Perceivable Web content is made available to the senses - sight, hearing, and/or touch. Recommendations WCAG 2.0 Checklist Perceivable Web content is made available to the senses - sight, hearing, and/or touch Guideline 1.1 Text Alternatives: Provide text alternatives for any non-text content Success Criteria

More information

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding the availability

More information

Make Your Course Content Accessible using Microsoft Office and Windows.

Make Your Course Content Accessible using Microsoft Office and Windows. Make Your Course Content Accessible using Microsoft Office and Windows. CTE WORKSHOP 2017 CTE WORKSHOP 2017 Learning Objectives Why do we need accessible instructional materials? In the United States,

More information

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding the availability

More information

Service Cloud Lightning

Service Cloud Lightning Service Cloud Lightning Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) February 2017 This Voluntary Product Accessibility Template, or VPAT, is

More information

While you re waiting, you can set up your computer by installing these programs

While you re waiting, you can set up your computer by installing these programs Windows Chrome While you re waiting, you can set up your computer by installing these programs WAVE extension NVDA (screen reader) nvda-project.org/ webaim.org/articles/nvda/ NVDA works best with Firefox

More information

Universal Design for Accessibility: It s the Law! It Helps EVERYONE!

Universal Design for Accessibility: It s the Law! It Helps EVERYONE! Universal Design for Accessibility: It s the Law! It Helps EVERYONE! Holly Smythe Instructional Designer Raritan Valley Community College Holly.Smythe@raritanval.edu What is Universal Design? Universal

More information

For a detailed description of the parent features and benefits, please refer to the following URL:

For a detailed description of the parent features and benefits, please refer to the following URL: 06/19/2015 05:00:54 EDT Cal State Fullerton (CSUF) VPAT for IBM Forms Designer 8.0, 8.0.1 VPAT comments: For a detailed description of the parent features and benefits, please refer to the following URL:

More information

Hoonuit Voluntary Product Accessibility Template (VPAT)

Hoonuit Voluntary Product Accessibility Template (VPAT) Hoonuit Voluntary Product Accessibility Template (VPAT) February 2018 Date: February 26 th, 2018 Name of Product: Hoonuit Website Contact Information: Emily Lachinski, emily.lachinski@hoonuit.com Compliance

More information

Salesforce Lightning Experience Analytics (Dashboard and Reports)

Salesforce Lightning Experience Analytics (Dashboard and Reports) Analytics (Dashboard and Reports) Voluntary Product Accessibility Template (VPAT) October 2015 This Voluntary Product Accessibility Template, or VPAT, is a tool that helps officials and decision-makers

More information

Adobe Fireworks CS6 Voluntary Product Accessibility Template

Adobe Fireworks CS6 Voluntary Product Accessibility Template Adobe Fireworks CS6 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding

More information

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template Voluntary Product Accessibility Template Introduction A Voluntary Product Accessibility Template (VPAT) is a document that describes the compliance of a website or web application with the accessibility

More information

Adobe Story CC Plus Voluntary Product Accessibility Template

Adobe Story CC Plus Voluntary Product Accessibility Template Adobe Story CC Plus Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding

More information

Adobe Experience Manager (AEM) 5.6 for Forms Portal Voluntary Product Accessibility Template

Adobe Experience Manager (AEM) 5.6 for Forms Portal Voluntary Product Accessibility Template Adobe Experience Manager (AEM) 5.6 for Forms Portal Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making

More information

COOL4Ed ACCESSIBILITY CHECKPOINTS METHODS FOR WORD FORMATS (ASSISTIVE TECHNOLOGIES)

COOL4Ed ACCESSIBILITY CHECKPOINTS METHODS FOR WORD FORMATS (ASSISTIVE TECHNOLOGIES) COOL4Ed ACCESSIBILITY CHECKPOINTS METHODS FOR WORD FORMATS (ASSISTIVE TECHNOLOGIES) Evaluation time Estimate evaluation time per book: Novice rater: Approx. 2 hours Experienced rater: 1 ~ 1.5 hours Depending

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

Duke Library Website Preliminary Accessibility Assessment

Duke Library Website Preliminary Accessibility Assessment Duke Library Website Preliminary Accessibility Assessment RAW OUTPUT FROM CYNTHIASAYS December 15, 2011 Michael Daul, Digital Projects Developer Digital Experience Services HiSoftware Cynthia Says - Web

More information

Waterloo Drupal User Group

Waterloo Drupal User Group Waterloo Drupal User Group 2010-12- 16 Definition Legislation Guidelines and standards Resources and tools Tips Drupal Web accessibility Means that people with disabilities can use the Web (i.e., perceive,

More information

Salesforce Lightning Experience Analytics (Dashboard and Reports)

Salesforce Lightning Experience Analytics (Dashboard and Reports) Analytics (Dashboard and Reports) Voluntary Product Accessibility Template (VPAT) This Voluntary Product Accessibility Template, or VPAT, is a tool that helps officials and decision-makers to evaluate

More information

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist federal contracting officials in making preliminary assessments regarding the availability

More information

WCAG2-AAA accessibility report for

WCAG2-AAA accessibility report for WCG2- accessibility report for http://www.messiah.edu 207-07-3 ccessibility Issues Found 30 (7,98,760 unique issues a ecting 7,629 pages) Overall accessibility compliance Done 38 issues done 30 issues

More information

Making Content Accessible

Making Content Accessible Making Content Accessible Beyond the Obvious Sreya Dutta Abhishek Majumder Senior Manager, Documentation Senior Technical Writer Oracle 8-Dec-2017 1 Program Agenda 1 2 3 Users with Disabilities - Inclusivity

More information

Adobe Photoshop Lightroom 3 Voluntary Product Accessibility Template

Adobe Photoshop Lightroom 3 Voluntary Product Accessibility Template Adobe Photoshop Lightroom 3 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

COOL4Ed ACCESSIBILITY CHECKPOINTS METHODS FOR HTML FORMATS (NONASSISTIVE TECHNOLOGIES)

COOL4Ed ACCESSIBILITY CHECKPOINTS METHODS FOR HTML FORMATS (NONASSISTIVE TECHNOLOGIES) COOL4Ed ACCESSIBILITY CHECKPOINTS METHODS FOR HTML FORMATS (NONASSISTIVE TECHNOLOGIES) Accessibility Checkpoints 1. 2. 3. 4. 5. 6. 7. Accessibility Documentation Text Access Text Adjustment Reading Layout

More information

Adobe RoboHelp 9 Voluntary Product Accessibility Template

Adobe RoboHelp 9 Voluntary Product Accessibility Template Adobe RoboHelp 9 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding

More information

Salesforce Lightning App Builder

Salesforce Lightning App Builder Voluntary Product Accessibility Template (VPAT) December 2015 This Voluntary Product Accessibility Template, or VPAT, is a tool that helps officials and decision-makers to evaluate Salesforce Lightning

More information

Blackboard. Voluntary Product Accessibility Template Blackboard Learn Release 9.1 SP11. (Published January 14, 2013) Contents: Introduction

Blackboard. Voluntary Product Accessibility Template Blackboard Learn Release 9.1 SP11. (Published January 14, 2013) Contents: Introduction Blackboard Voluntary Product Accessibility Template Blackboard Learn Release 9.1 SP11 (Published January 14, 2013) Contents: Introduction Key Improvements VPAT Section 1194.21: Software Applications and

More information

Salesforce Service Cloud Snap-Ins for Web

Salesforce Service Cloud Snap-Ins for Web Salesforce Service Cloud Snap-Ins for Web Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) November 2017 This Voluntary Product Accessibility Template,

More information

Blackboard Collaborate WCAG 2.0 Support Statement August 2016

Blackboard Collaborate WCAG 2.0 Support Statement August 2016 Blackboard Collaborate WCAG 2.0 Support Statement August 2016 Overview The following Support Statement provides an evaluation of accessibility support levels for Blackboard s Collaborate (Ultra) based

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information