Web Accessibility Checklist

Size: px
Start display at page:

Download "Web Accessibility Checklist"

Transcription

1 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 automatically M = Moodle takes care of the rule automatically C = CATE takes care of the rule automatically Rules Rule Description Explanations and Solutions 508 a 1. Non-Text content, providing Alternate Text (ALT text) All non-text elements such as images, applets or image maps have text equivalents. ALT tags are descriptive of the image, etc. Images that include text should have the text reflected in the ALT text (also see about text in images) Decorative images, redundant images, and images used for spacing have empty ALT text. Charts, graphs, etc. that need long descriptions are described in surrounding text or provide a link to a separate page with description If you write HTML, you may use the "LONG DESC" attribute to link to another page In CATE, alternative text for images can be indicated at the bottom of the page where you choose the image to insert (except for nav bars - access the field for alternative text in the Edit Button configurations). In Moodle, when placing an image using the Editor, put your alternative text in the Image description field. 2. Images consisting of text Where possible, do not use an image of text, use the text placed in the HTML. If the same visual presentation can be made using When creating screen shots or other text alone, an image is not used to present that text. images with text, make sure the text is reflected in the ALT text or in the surrounding text. 508 b 3. Multi-media There is help for faculty to get transcripts and captions for their own multimedia Multi-media files with audio have synchronized files. Contact Media Services. captioning of the audio portion Audio only files have a text equivalent such as a See the Integrating Multimedia into transcript. Online Courses help document for A silent web slide show presentation has text extensive information on how to find, alternatives associated with the graphics. create, and implement multimedia in Moving visual information have text equivalents of your course, including accessibility the auditory description of the movements or ALT policies. text for short animations. A mechanism is provided to stop, pause, mute, or adjust volume for audio that automatically plays on a page for more than 3 seconds. 4. Embedded multimedia is identified via This rule is satisfied if you have accessible text descriptive text placed before the embedded video. Embedded multimedia refers to the use of code to place multimedia on an HTML page rather than linking to it. This rule includes the use of embed code from YouTube or Vimeo, or using the HTML embed or object tags.

2 508 e, f 5. Image Maps Image maps are client-side. CATE and Moodle users will not likely have an image map unless they link to a If a server-side image map is used, redundant text 3rd party site links for each hotspot are used. Those creating their own HTML pages and including an image map, need to provide the extra code of redundant text links. 508 i 6. Frames CATE and Moodle users will not likely Each frame has sufficient information to determine the purpose and relationship to the other frames (e.g. appropriately titled) The source of each frame is an HTML file. have frames unless they link to a 3rd party site. Inline frames that use the iframe tag (used in YouTube s and Vimeo s embed code) do not need the title attribute as frames do. 7. Semantic Markup, Headings Both CATE and Moodle do much to 1.3.1, , Semantic markup is used to designate headings (<h1>), lists (<ul>, <ol>, and <dl>), emphasized or special text (<strong>, <code>, <abbr>, <blockquote>, for example), etc. Semantic markup is used appropriately. Page headings and labels for form and interactive controls are informative. Avoid duplicating heading text (e.g., "More Details") or label text (e.g., "First Name") unless the structure provides adequate differentiation between them. satisfy this rule. Whenever possible, use the headings and list features where appropriate, rather than simulate a heading or list. In CATE when creating a long page of content, place headings in the page by using blocks with heading text put in the "Heading for this block" field. In Moodle when creating a long page of content, place headings in the page, by selecting the heading text and from the first drop down menu (says Paragraph by default) in the Editing Box, select a heading level. When adding a Label in Moodle, be sure to set it to be a heading. 508 c 8. Color In CATE, if you choose one of the preset color schemes in Layout and Colors, the Color is not solely used to convey information or colors have been set to be accessibility indicate an action. compliant Foreground text and background colors have sufficient contrast of at least 4.5:1. Text that is over 18 point or 14 point and bold needs a contrast of at least 3:1. Color alone is not used to distinguish links from surrounding text UNLESS the contrast is at least 3:1, AND additional differentiation is provided (such as underline) when the link is hovered over or receives focus. In Moodle, the default SRJC theme has been vetted for accessible colors. Forcing a different theme will not allow the student to choose their own theme, and although the other themes available were vetted at one time, there have been changes and they may not necessarily be compliant anymore. Be especially mindful of light gray text. When choosing colors for text in the editing routines in CATE or Moodle, be careful to select colors that will provide a strong contrast. The last item on the list about link colors applies only to those choosing their own link colors in CATE, or those creating their own HTML sites.

3 Text Resize The page is readable and functional when the text size is doubled. Both CATE and Moodle work well when text size is doubled. 508 d 10. Style Sheets Correct order and structure of pages are intact when the style sheet is turned off. Both CATE and Moodle read in the correct order when turning style sheets off Meaningful Sequence The reading and navigation order (determined by code order) is logical and intuitive. 12. Sensory Characteristics Instructions do not rely upon shape, size, visual location, or sound (e.g. "Click on the square icon" or "Follow the instructions in the right-hand column" or "Listen for the tone to continue". CATE and Moodle users need not worry about this rule. Those creating their own HTML pages should make sure that if they use a CSS scheme that ends up putting the code for columns or navigation in a different order than the desired reading order, that the reading order is maintained when accessed by screen readers. Be mindful of creating instructions with visual cues that refer to shapes, colors, and location that will not be perceived by disabled users. Consider using a heading when referring to an area of the page. 13. Tables used for data In the CATE Schedule and Table Maker 1.3.1, TH tags are used for row and column headers ID and TH tags are used for data tables that have two or more levels of row or column headers. Where necessary, data cells are associated with their headers by using the scope attribute. Data table captions and summaries are used where appropriate. modules, there is an option in configurations to turn on the "Use TH tag in cells of first row". Turn this option on if creating a table or schedule that has a header row. In the Table Maker module, you can set the scope of a header cell in the cell configurations to either column or row. In the Moodle Editing box, right-click or control-click on the table and go to the Advanced tab to put in a table summary if you have a lengthy table. Right-click on a cell and choose Cell > Table cell properties. Set the Cell type to Header, and the Scope to Column or Row depending on the type of cell. 508 j 14. Moving, blinking, scrolling and autoupdating Moving or auto-updating objects have a mechanism 2.2.2, to freeze motion Automatically updating content can be paused, stopped, or hidden by the user or the user can manually control the timing of the updates. Alternatively, a second copy of the page is linked to where refresh happens only after a link is selected. No elements on the page flicker at a rate of 3 times per second or more unless that flashing content is sufficiently small and the flashes are of low contrast and do not contain too much red. Automatically moving, blinking or scrolling content that lasts longer than 3 seconds can be paused, stopped, or hidden by Do not use blinking animations unless the flash is less than 3 times per second, or is sufficiently small and of low contrast. Flashing content that has the color red should especially be avoided.

4 the user. Moving, blinking or scrolling can be used to draw attention to or highlight content as long as it lasts less than 3 seconds. 508 k 15. Text-only pages If compliance cannot be accomplished in any other way, a text-only page, with equivalent information or functionality is provided to make the page accessibility compliant. The text-only page contains equivalent information or functionality as the primary page. The text-only page has been updated with any changes made to the primary page. 508 l 16. Scripts Any scripts that present critical information or functions, are readable by assistive technology or provide an alternative, equivalent presentation or mechanism. 508 m 17. Applets, plug-ins and other applications (PDFs, QuickTime videos, etc.) A link is provided to download any applet, plug-in or other application needed to play or display the required content. Both CATE and Moodle users do not need to be concerned with this rule. Offer a text-only page (in addition) if you cannot satisfy the accessibility rules. Only of concern to those creating their own sites that use scripts, not CATE or Moodle users. Most often used plug-ins: Adobe Reader: QuickTime Player: Flash Player: Open Office: n 18. Electronic forms Those working in CATE and Moodle 1.1.1, 1.3.1, 3.3.1, All form elements except for buttons use the <LABEL> tag and associated "FOR" attribute to indicate the type of form item it is. Wherever possible, place labels adjacent to input fields, not in separate cells of a table. To better tie the form element to its associated label, use the "ID" attribute in the associated form element. Set this attribute to the identifier used in the "FOR" attribute of the associated <LABEL> tag. Dynamic HTML scripting of the form does not interfere with assistive technologies and is keyboard accessible. Related form elements are grouped with fieldset/legend. Required form elements or form elements that require a specific format, value, or length provide this information within the element's label. If utilized, form validation cues and errors (client - side or server - side) alert users to errors in an efficient, intuitive, and accessible manner. The error is clearly identified, quick access to the problematic element is provided, and user is allowed to easily fix the error and resubmit the form. will have their forms within those learning management systems set to be accessible. Instructors creating their own HTML forms should adhere to these guidelines. See the WebAim page on Creating Accessible Forms. When choosing to require third-party sites, be careful of sites that require a log-in, yet the log-in form fields do not pass for accessibility compliance. Contact the DE Assistive Technology Specialist to test sites you want to require students to access, or use the WAVE tool to test on your own. 508 o 19. Skip repetitive navigation M Moodle has a skip repetitive

5 2.4.1 If there is a long list of navigation links, a link is provided to skip the navigation and jump to the beginning of the main content of the page. If a page has a proper heading structure, this may be considered a sufficient technique instead of a "Skip to main content" link. Note that navigating by headings is not yet supported in all browsers. navigation feature implemented without any action needed by the instructor. CATE has a skip repetitive navigation feature implemented by default in the Section and Schedule modules. In the Presentation module, turn on the Enable invisible "Skip to content" feature in Page configurations. Those creating their own HTML sites see these instructions on the WebAim site on implementing skip repetitive navigation. 20. Navigation M Moodle sets the navigation for you , 2.4.5, The navigation order of links, form elements, etc. is logical and intuitive. Navigation links that are repeated on web pages do not change order when navigating through the site. Multiple ways are available to find other web pages on the site - at least two of: a list of related pages, table of contents, site map, site search, or list of all available web pages. CATE is set up to mostly satisfy this rule. Be consistent when turning on the left hand navigation. For instructors creating their own HTML sites, place navigation in the same place on each page with the same amount of links in the same order. 21. Links When creating links, be sure to make the active hyperlink text be descriptive of where the link goes. The purpose of each link (or form image button or image map hotspot) can be determined from the link Do not use the same hyperlink text on a text alone, or from the link text and it's context page that links to different locations. (e.g., surrounding paragraph, list item, table cell, or table headers). Do not use long URLs as hyperlink text Links (or form image buttons) with the same text that go to different locations are readily See this article on hyperlink text distinguishable , Page Titles The web page has a descriptive and informative page title. 23. Language The language of the page is identified using the HTML lang attribute (<html lang="en">). When appropriate, the language of sections of content that are a different language are identified, for example, by using the lang attribute <blockquote lang="es"> M Moodle handles this for you. In CATE in the Page Configurations, be sure to leave the Show Page title atop this page checkbox on. CATE or Moodle users, if using languages different than English, contact DE to get help putting in the necessary code shown here. Instructors creating their own HTML sites need to put in the lang= en attribute on the html tag , 2.1.2, 2.1.3, Keyboard Accessible All page functionality is available using the keyboard, unless the functionality cannot be accomplished in any known way using a keyboard (e.g., free hand drawing). CATE and Moodle users do not need to do anything. Keyboard traps most commonly happen with plug-ins, such as Flash, or in some

6 Page-specified shortcut keys and accesskeys (accesskey should typically be avoided) do not conflict with existing browser and screen reader shortcuts. No Keyboard Trap - Keyboard focus is never locked or trapped at one particular page element. The user can navigate to and from all navigable page elements using only a keyboard. Keyboard focus - It is visually apparent which page element has the current keyboard focus (i.e., as you tab through the page, you can see where you are). JavaScript slideshows. Placing a heading tag before and after can be helpful (links or form controls will also work). Those creating their own sites, search your stylesheet for instances of a:hover and replace with a:hover, a:focus. 508 p 25. Timed responses C In CATE, timed tests don't disappear, If a timed response is required, the user can be alerted and given options to turn off, adjust or extend the time limit. so no action needed to satisfy rule. In Moodle, you should put language in the page where you link to the timed test and alert the user what the experience will be. 26. Linked documents are accessible All linked documents that are required need to be reviewed by the DE Assistive Technology Specialist. In most cases, Word documents are accessible DE staff will help make them PDFs are accessible accessible. PowerPoint files have HTML or PDF alternative See tutorials on creating accessible Word docs and PDFs, and accessible PowerPoint alternatives.

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

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

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

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

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

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

A Guide For Making Your Web Applications Accessible To Those With Disabilities

A Guide For Making Your Web Applications Accessible To Those With Disabilities A Guide For Making Your Web Applications Accessible To Those With Disabilities Section 508 is a set of guidelines that federal government websites are required by law to follow. These regulations also

More information

Web-based Internet Information and Application Checklist

Web-based Internet Information and Application Checklist REVIEWER INFORMATION Product Name: Version #: Reviewer Name: Date: Filenames/URL: Locations: Intranet Training Academy DCMA360 Other (explain) REVIEW GUIDELINES Complete this review, using the following

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

ADA Compliance for Online Courses Section Rehabilitation Act of CHECKLIST --

ADA Compliance for Online Courses Section Rehabilitation Act of CHECKLIST -- ADA Compliance for Online Courses Section 508 - Rehabilitation Act of 1973 -- CHECKLIST -- I. REQUIRED FOR HTML Standard A: A text equivalent for every non-text element shall be provided. (E.g., via alt,

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

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

Satisfy Recommendation. Pass. Pass. Pass. Pass. Pass. Pass. Pass

Satisfy Recommendation. Pass. Pass. Pass. Pass. Pass. Pass. Pass ID Recommendations Satisfy Recommendation Note 1 Perceivable - Web content is made available to the senses sight, hearing, and/or touch 1.1 Text Alternatives - Provide text alternatives for any non text

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

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

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

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

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

Adobe Bridge CS5.1 Voluntary Product Accessibility Template

Adobe Bridge CS5.1 Voluntary Product Accessibility Template Adobe Bridge CS5.1 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

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 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

Web Content Accessibility Template

Web Content Accessibility Template Web Content Accessibility Template The purpose of this template is to assist contracting officials and other buyers in making preliminary assessments regarding the availability of web products and services

More information

YuJa Enterprise Video Platform Voluntary Product Accessibility Template (VPAT)

YuJa Enterprise Video Platform Voluntary Product Accessibility Template (VPAT) Platform Accessibility YuJa Enterprise Video Platform Voluntary Product Accessibility Template (VPAT) Updated: April 18, 2018 Introduction YuJa Corporation strives to create an equal and consistent media

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

Adobe CQ5.4 Voluntary Product Accessibility Template

Adobe CQ5.4 Voluntary Product Accessibility Template Adobe CQ5.4 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

Adobe EchoSign Voluntary Product Accessibility Template

Adobe EchoSign Voluntary Product Accessibility Template Adobe EchoSign 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 Contribute 6.5 Voluntary Product Accessibility Template

Adobe Contribute 6.5 Voluntary Product Accessibility Template Adobe Contribute 6.5 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

A Step-by-Step Guide to Creating More Accessible Surveys

A Step-by-Step Guide to Creating More Accessible Surveys A Step-by-Step Guide to Creating More Accessible Surveys In order to be considered accessible, surveys and forms must be designed to assist hearing- or sight-impaired users. If you re planning on sharing

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

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

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

Section 508 Evaluation Template

Section 508 Evaluation Template Section 508 Evaluation Template Date: April 24, 2006 Name of Product: CSE HTML validator Contact for more Information: Refer to http://www.itic.org/policy/508/sec508.html to see Best Practices for filling

More information

Accessibility for Sugar 6.7

Accessibility for Sugar 6.7 Accessibility for Sugar 6.7 1 / 10 Accessibility for Sugar 6.7... 3 Voluntary Product Accessibility Template... 3 Summary... 3 Section 1194.22 Web-based Intranet and Internet Information and Applications...

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

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

EPiServer s Compliance to WCAG and ATAG

EPiServer s Compliance to WCAG and ATAG EPiServer s Compliance to WCAG and ATAG An evaluation of EPiServer s compliance to the current WCAG and ATAG guidelines elaborated by the World Wide Web Consortium s (W3C) Web Accessibility Initiative

More information

Adobe LiveCycle Reader Extensions ES3 Voluntary Product Accessibility Template

Adobe LiveCycle Reader Extensions ES3 Voluntary Product Accessibility Template Adobe LiveCycle Reader Extensions ES3 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary

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

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

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

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

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

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

Adobe Bridge CS6 Voluntary Product Accessibility Template

Adobe Bridge CS6 Voluntary Product Accessibility Template Adobe Bridge 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 The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding the availability

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

Adobe Experience Manager (AEM) 6.2 Forms - Reader Extensions Voluntary Product Accessibility

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

More information

Voluntary Product Accessibility Template (VPAT)

Voluntary Product Accessibility Template (VPAT) Voluntary Product Accessibility Template (VPAT) Date: August 8, 2017 Product Name: iclicker Reef Student Web Product Version Number: WEB R4.0 Company Name: Macmillan Learning, iclicker Company Contact:

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

Adobe Illustrator CS5.1 Voluntary Product Accessibility Template

Adobe Illustrator CS5.1 Voluntary Product Accessibility Template Adobe Illustrator CS5.1 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments

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

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

Adobe LiveCycle PDF Generator ES4 Voluntary Product Accessibility Template

Adobe LiveCycle PDF Generator ES4 Voluntary Product Accessibility Template Adobe LiveCycle PDF Generator ES4 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments

More information

Voluntary Product Accessibility Template Version 2.1 January 2016

Voluntary Product Accessibility Template Version 2.1 January 2016 Voluntary Product Accessibility Template Version 2.1 January 2016 For additional questions on this VPAT form, please contact support@yuja.com Overview YuJa is firmly committed to the belief that our Enterprise

More information

Web Content Accessibility Guidelines 2.0 level AA Checklist

Web Content Accessibility Guidelines 2.0 level AA Checklist Web Content Accessibility Guidelines 2.0 level AA Checklist Date: April, 2016 Name of Product: SoftChalk Create 10 (both desktop and cloud web-launch versions) Contact for more information: email: help@softchalk.com

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

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

ProQuest Accessibility Conformance Report International Edition VPAT Version 2.2 July 2018

ProQuest Accessibility Conformance Report International Edition VPAT Version 2.2 July 2018 ProQuest Accessibility Conformance Report International Edition VPAT Version 2.2 July 2018 Name of Product/Version: ProQuest Platform / December 2018 release Product Description: The ProQuest platform

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 Business Catalyst Voluntary Product Accessibility Template

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

More information

Fusion 4 General Help VPAT

Fusion 4 General Help VPAT Fusion 4 General Help VPAT VPAT Since the VPAT must be comprehensive, all Section 508 issues on all pages must be corrected to sustain compliance. Criteria Section 1194.21 Software Applications and Operating

More information

WCAG 2 Compliance Report

WCAG 2 Compliance Report WCAG 2 Compliance Report Evaluation Details Product Name/Version: CaptionSync Smart Player, version 4.5.0 Vendor Name: Automatic Sync Technologies, LLC Report Date: September 22, 2017 Evaluator(s) (name/affiliation):

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

Section Software Applications and Operating Systems - Detail Voluntary Product Accessibility PageCenterX

Section Software Applications and Operating Systems - Detail Voluntary Product Accessibility PageCenterX Section 1194.21 Software Applications and Operating Systems - Detail Voluntary Product Accessibility PageCenterX (a) When software is designed to run on a system that has a keyboard, product functions

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

Adobe Illustrator CC Voluntary Product Accessibility Template

Adobe Illustrator CC Voluntary Product Accessibility Template Adobe Illustrator 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

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

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

VMware vfabric Hyperic 5.0 VPAT

VMware vfabric Hyperic 5.0 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware vfabric Hyperic 5.0 VPAT December 20, 2012 Since the VPAT must be comprehensive, all Section

More information

Adobe Captivate 7 Voluntary Product Accessibility Template

Adobe Captivate 7 Voluntary Product Accessibility Template Adobe Captivate 7 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 Dreamweaver CC Voluntary Product Accessibility Template

Adobe Dreamweaver CC Voluntary Product Accessibility Template Adobe Dreamweaver 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

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

Product Accessibility Conformance Report

Product Accessibility Conformance Report Product Accessibility Conformance Report Name of Product / Version Number: Contact for more information: Gillian Neff / gillian.neff @clarivate.com Clarivate Analytics remains dedicated to developing software

More information

Adobe LiveCycle Rights Management ES3 Voluntary Product Accessibility Template

Adobe LiveCycle Rights Management ES3 Voluntary Product Accessibility Template Adobe LiveCycle Rights Management ES3 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary

More information

USER GUIDE. MADCAP FLARE 2017 r3. Accessibility

USER GUIDE. MADCAP FLARE 2017 r3. Accessibility USER GUIDE MADCAP FLARE 2017 r3 Accessibility Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

Date: April 3, 2017 Name of Product: Cisco Prime Infrastructure v3.1 Contact for more information:

Date: April 3, 2017 Name of Product: Cisco Prime Infrastructure v3.1 Contact for more information: Date: April 3, 2017 Name of Product: Cisco Prime Infrastructure v3.1 Contact for more information: accessibility@cisco.com The following testing was done on a Windows 7 with Freedom Scientific s JAWs screen

More information

All contents are Copyright Cisco Systems, Inc. All rights reserved.

All contents are Copyright Cisco Systems, Inc. All rights reserved. Date: November 1, 2017 Name of Product: Cisco Service Provider Network Automation Center (SP-NAC) v1.0 Contact for more information: accessibility@cisco.com The following testing was done on a Windows

More information

Axway Voluntary Product Accessibility Template (VPAT)

Axway Voluntary Product Accessibility Template (VPAT) Axway Voluntary Product Accessibility Template (VPAT) Version 2.0 Date 15 August 2016 Product name Product version number 4.12.1 Desktop Validator Contact for more information Axway Federal 877-564-7700

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

Salesforce Lightning Experience Analytics (Dashboard and Reports)

Salesforce Lightning Experience Analytics (Dashboard and Reports) (Dashboard and Reports) Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) April 2017 This Voluntary Product Accessibility Template, or VPAT, is a tool

More information

Adobe Captivate 9 Voluntary Product Accessibility Template

Adobe Captivate 9 Voluntary Product Accessibility Template Adobe Captivate 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

Adobe Digital Publishing Solution for Windows Voluntary Product Accessibility Template

Adobe Digital Publishing Solution for Windows Voluntary Product Accessibility Template Adobe Digital Publishing Solution for Windows Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary

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

Science. Voluntary Product Accessibility Template: Section 508

Science. Voluntary Product Accessibility Template: Section 508 Voluntary Product Accessibility Template: Section 508 Contact for more Information: accessibility@aaas.org. Date Revision # Summary of Changes October 2016 Original bulletin This is the original publication

More information

Adobe Flash Professional CC Voluntary Product Accessibility Template

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

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

Exhibit A. Voluntary Product Assessment Template SUMMARY TABLE. Section Software Applications and Operating Systems Applicable Partial Support

Exhibit A. Voluntary Product Assessment Template SUMMARY TABLE. Section Software Applications and Operating Systems Applicable Partial Support Exhibit A Voluntary Product Assessment Template Date: August 8, 2014 Name of Product: CounterACT Contact for More Information: Wallace Sann (wsann@forescout.com) SUMMARY TABLE Criteria Supporting Features

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

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

Date: March 15, 2017 Name of Product: Cisco Umbrella version Dashboard 2 Contact for more information:

Date: March 15, 2017 Name of Product: Cisco Umbrella version Dashboard 2 Contact for more information: Date: March 15, 2017 Name of Product: Cisco Umbrella version Dashboard 2 Contact for more information: accessibility@cisco.com The following testing was done on a Windows 10 with Freedom Scientific s JAWs

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

ACCESSIBLE DESIGN THEMES

ACCESSIBLE DESIGN THEMES WCAG GUIDELINES The Web Content Accessibility Guidelines (WCAG) has been made to guide the Web Content Developers and the Authoring Tools Developers in order to make the Web Content more accessible to

More information

VPAT for View 5.1 Server Documentation and Online Help

VPAT for View 5.1 Server Documentation and Online Help VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VPAT for View 5.1 Server Documentation and Online Help Since the VPAT must be comprehensive,

More information

Date: December 21, 2017 Name of Product: Cisco WebEx Web App Meeting Center v3.4 Contact for more information:

Date: December 21, 2017 Name of Product: Cisco WebEx Web App Meeting Center v3.4 Contact for more information: Date: December 21, 2017 Name of Product: Cisco WebEx Web App Meeting Center v3.4 Contact for more information: accessibility@cisco.com The following testing was done on a Windows 10 with Freedom Scientific

More information

Criteria Supporting Features Remarks and explanations Section Software Applications and Operating Systems. possible exceptions

Criteria Supporting Features Remarks and explanations Section Software Applications and Operating Systems. possible exceptions WhatsUp Gold 2016 Accessibility The purpose of the Voluntary Product Accessibility Template, or VPAT, is to assist Federal contracting officials and other buyers in making preliminary assessments regarding

More information

CBORD s Response to Voluntary Product Evaluation Template For GET

CBORD s Response to Voluntary Product Evaluation Template For GET Voluntary Product Accessibility Template 1 CBORD s Response to Voluntary Product Evaluation Template For GET Date: 3/27/2015 Name of Product: GET/The CBORD Group, Inc. Contact for more Information: http://www.cbord.com

More information

Lectora 508 Compliance Document

Lectora 508 Compliance Document Criteria Listed on the Information Technology Industry Council Website http://www.itic.org/ Summary Table Criteria Supporting Features Remarks and explanations Section 1194.21 Software Applications and

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

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

Salesforce Lightning Dialer

Salesforce Lightning Dialer Salesforce Lightning Dialer Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) October 2017 This Voluntary Product Accessibility Template, or VPAT,

More information