Accessible Web Sites and EPiServer

Size: px
Start display at page:

Download "Accessible Web Sites and EPiServer"

Transcription

1 Accessible Web Sites and EPiServer How implementation of accessible Web sites can increase equal access and opportunities for everyone using the Web. WHITE PAPER

2 WHAT IS ACCESSIBILITY? Accessibility affects how people with disabilities interact, navigate and understand the Web. Accessibility is all about technology for everyone. In today's society it is important that people of all abilities including those with disabilities and impairments have equal opportunities. Accessibility also affects the Internet and how people with disabilities interact, navigate and understand the Web. Internet plays an increasingly important part in communication in the world today, and the Web is used for example for travel, education, recreation, employment, and more. Accessible Web sites not only include people with disabilities into society, but also create equal access and equal opportunities for all. Although the main focus of Web accessibility is on people with disabilities, people without disabilities can also benefit from accessibility. For example: people with temporary disabilities, for example due to illness or accidents; older people, who often have difficulty with, for example, text size on screens; people with low literacy or who are not fluent in the language; new and infrequent Web users. ACCESSIBILITY GUIDELINES The World Wide Web Consortium s (W3C) Web Accessibility Initiative (WAI) has elaborated recommendations and guidelines for how to build an accessible site as well as for how to make the content accessible. These recommendations can be found at These guidelines are the main accessibility guidelines when it comes to Web accessibility and are, therefore, the main guidelines used in the EPiServer development process. DESIGNING ACCESSIBLE WEB SITES It is often easier to design accessible Web sites following the W3C guidelines, which ensure that all components work well togther. Designing new Web sites and making existing Web sites accessible can be both a simple and complex job depending on many factors, for example, the type of content, the dimensions of the site and the development tools and environment. It is often easier to design an accessible Web site "from scratch" if the following components are considered and work well together from the project start: content is the information on a Web page, including text, images, code defining presentation, etc. Web browsers, media players and other "user agents". assistive technologies, e.g. screen readers, alternative keyboards. authoring tools software used to create Web sites. evaluation tools Web accessibility evaluation tools. 2

3 (Source: W3C) Developers usually use authoring tools and evaluation tools in order for content to be created. Users use Web browsers and assistive technologies to interact with the content. W3C's Web Accessibility Initiative provides Web accessibility guidelines for the different components: Authoring Tool Accessibility Guidelines (ATAG) addresses authoring tools ( Web Content Accessibility Guidelines (WCAG) addresses Web content, and is used by developers, authoring tools, and accessibility evaluation tools ( User Agent Accessibility Guidelines (UAAG) addresses Web browsers and media players, including some aspects of assistive technologies ( WAI guidelines are based on the fundamental technical specifications of the Web, and are developed in coordination with: W3C technical specifications (XHTML/HTML, XML, CSS, SVG, SMIL, etc.) ACCESSIBILITY EXAMPLES Inaccessible Web sites make it difficult for people with disabilities to interact, navigate and understand the Web, but what does this mean in practice? The following examples can be avoided by following the quick tips outlined by W3C in the following chapter. Images and Animations It is quick and easy to add alternative texts to images and animations using the alt attribute. The alternative text should let the user know what an image is and its purpose. The following example is taken from the EPiServer Web site and means that users with screen readers will receive information that the page contains an image of a boy on a swing. <img alt="boy on a swing" src="/layout/images/tema/usability/boy_on_a_swing.jpg" /> Images without an alternative text will be read "Image" by screen readers, but will receive no additional information. 3

4 Tables for Layout Using tables purely for layout purposes can cause text to form columns which are confusing to blind readers. A blind reader would perceive the following information; Tables are used for Frames are used for dividing positioning text and graphics the window into regions that in rows and columns. are scrolled individually. when you are trying to convey the following information; Tables are used for positioning text and graphics in rows and columns. Frames are used for dividing the window into regions that are scrolled individually. WEB SITE EVALUATION W3C provides a validation service to check XHTML/HTML documents for compliance with W3C recommendations. It is always easier to address and influence accessibility when developing a Web site rather than after the Web site has been implemented. Some simple techniques can however be used to evaluate the accessibility of existing Web pages, for example, by changing the settings in a browser. Other more advanced evaluation tools are on the other hand more complex. W3C provides an easy-to-use validation service ( which allows you to check XHTML/HTML documents for compliance with W3C HTML recommendations and other XHTML/HTML standards. Other evaluation tools are also available at QUICK TIPS FOR MAKING ACCESSIBLE WEB SITES The W3C has published 10 "Quick Tips" for increasing accessibility in Web sites: 1. Images and animations. Use the alt attribute to describe the function of each visual. 2. Image maps. Use the client-side map and text for hotspots. 3. Multimedia. Provide captioning and transcripts of audio, and descriptions of video. 4. Hypertext links. Use text that makes sense when read out of context. For example, avoid "click here." 5. Page organization. Use headings, lists, and consistent structure. Use CSS for layout and style where possible. 6. Graphs and charts. Summarize or use the longdesc attribute. 7. Scripts, applets, and plug-ins. Provide alternative content in case active features are inaccessible or unsupported. 8. Frames. Use the noframes element and meaningful titles. 9. Tables. Make line-by-line reading sensible. Summarize. 10. Check your work. Validate. Use tools, check lists and guidelines at ACCESSIBILITY AND EPISERVER Accessibility should be taken in account both during the development phase and on an everyday basis. The overall level of accessibility of an EPiServer Web site is influenced on one hand by the frameworks and template pages used for the site and on the other hand by the content entered by editors. Accessibility issues should, therefore, be taken into account both during the 4

5 development phase of the site, and on an everyday basis by the Web editors updating the content. EPiServer standard installation includes a sample template set an example Web site. The sample templates can be used as a starting point for the actual Web site, modifying their design and functionality to suit the actual site. In doing this, accessibility guidelines should be applied to ensure that the resulting site is accessible. From this point it is up to the editors to create accessible content using the built-in features of EPiServer. NOTE: EPiServer could have two sample template sets; one set with full accessibility and another set that includes functionality that is requested by partners and customers even though it is not fully accessible, but this is not currently the case. EPiServer only has one sample template set, which results in a varying degree of accessibility. ACCESSIBILITY FEATURES OF THE CURRENT EXAMPLE WEB SITE The example Web site that is delivered with EPiServer, and includes the sample templates, has been developed with accessibility in mind, especially since it is often used as a starting point when developing a customer site. The accessibility features of the sample templates are: Resizable Increasing or decreasing the Web browser s text size makes the whole page larger or smaller. Separation of content and presentation Cascading style sheets (CSS) are used to avoid formatting directly in the code. This makes the site easier to browse when using an alternative browser or when the visitor has disabled styles in order to browse the page using the browser s default styles. Div structure instead of tables for page layout Tables are not used for pure layout reasons. This makes the site easier to browse when using an alternative browser or assistive technologies, such as screen readers. Keyboard shortcuts Fundamental functions of the site can be easily accessed by using keyboard shortcuts, which are important for users that rely on a keyboard or devices other than a pointing device. A keyboard shortcut is used by pressing the ALT key together with the access key. Built-in support for Phoneticom s ReadSpeaker A page s content can be listened to using the ReadSpeaker software. NOTE: As previously explained, the sample templates are only used as a basis for developing a customer site. We cannot, therefore, guarantee that a customer site contains all of the accessibility features mentioned above. Please contact the partner that developed the specific site for information about the accessibility features of the site s templates. TECHNICAL NOTE: The example Web site has been developed considering the WAI guidelines, which recommend following the current Web standards. The example site has, therefore, been developed considering the XHTML 1.0/1.1 and CSS 2.1 standards. Code samples, which can be used to facilitate evaluation by improving code quality, are available to EPiServer's implementation partners. For further information, refer to 5

6 ACCESSIBILITY FEATURES WHEN CREATING WEB CONTENT The intention of EPiServer is to help editors create accessible content. EPiServer's many built-in features will get editors a long way towards creating an accessible Web site. Features in the DHTML Editor There are many features for enhancing accessibility included in EPiServer s DHTML Editor and the tools used by the editor. The current features are listed below. Alternative Texts for Images When inserting an image, the editor can enter an alternative text describing the image for visitors that can't see the image. The editor can also choose not to enter a text, in case the image is purely used for decoration and does not have any meaning (e.g. dots or lines). Link Titles TECHNICAL NOTE: The entered text is used to set the alt attribute of the img element. If no text is entered, alt= is rendered. When inserting a hyperlink, the editor can enter a link title describing the link. This might be important in case the link text itself isn t clear enough when read out of context, which might be the case in some non-visual browsers or assistive technologies, such as screen readers. TECHNICAL NOTE: The entered text is included in the title attribute of the a element. Separation of Content and Presentation When formatting content, the editor can choose between a set of predefined styles instead of setting fonts, colors, etc. directly for a paragraph, heading or text. A predefined style can also be set for an image to avoid directly applying borders, alignment, etc. This makes the content easier to browse when using an alternative browser or when the visitor has disabled styles in order to browse the page using the browser s default styles. The possibility to set direct styles is also available in EPiServer for cases when the predefined styles are not enough. This can be disabled by the site administrator. TECHNICAL NOTE: The selected style is used to set the class attribute of the corresponding element, avoiding the use of font elements, border attributes, etc. Table Caption and Summary The editor can choose to enter a caption text and a summary text for a table. The caption text should describe the nature of the table and is displayed as a title on top of the table. The summary text should describe the purpose and structure of the table for visitors using non-visual browsers (or assistive technologies, such as screen readers) and is not displayed in a visual browser. TECHNICAL NOTE: The caption text is used inside the caption element. The summary text is used to set the summary attribute of the table element. Table Header and Data Cells The editor can choose to classify a table cell as a header cell. Otherwise it is considered to be a data cell by default. This makes it possible for browsers to distinguish between the two types and render them accordingly, for instance when styles are disabled in a visual browser or when using a non-visual browser or assistive technologies, such as screen readers. TECHNICAL NOTE: A data cell is rendered as a td element and a header cell is rendered as a th element. 6

7 Categorizing Table Cells The editor can choose to categorize a table cell in several ways so that a non-visual browser (or assistive technologies, such as screen readers) can present the contents of the table in an understandable way. The scope of a table header cell can be set in order to indicate if the header applies to a row or to a column. The axis of a cell can be set to indicate that the cell is part of a certain category. The headers of a cell can be set to indicate which cells are the headers for the cell. This is done by specifying the ID of the header cells, which requires that an ID has been set for the header cells. TECHNICAL NOTE: The selected scope value, row or col, is used to set the scope attribute of the th element. The entered axis value is used to set the axis attribute of a th or td element. The entered headers value is used to set the headers attribute of a td element. The entered ID is used to set the id attribute of a th or td element. Relative Size for Images, Tables and Table Cells The editor can choose to set a relative width and/or height, in percent, for an image, a table or a table cell instead of pixel dimensions. This makes resizing easier, changing the text size of the browser, since the image, table or table cell is then adapted to the surrounding element that might be resized if the page template has been designed accordingly. TECHNICAL NOTE: A relative width or height for a table is used to set the width or height attribute of the table, td or th element. A relative width or height for an image is used to set the width or height property of the style attribute of the img element. Features in the Edit Form Dialog There are specific accessibility issues that are important when creating a form. With this in mind, the Edit Form dialog of EPiServer has the following accessibility features. Labeling Form Elements The editor can choose to specify a header text that will be used as a label for a form field, both displaying it as a text next to the field and permitting non-visual browsers (or assistive technologies, such as screen readers) to associate the label with its field. TECHNICAL NOTE: The entered text is used inside the label element. The for attribute of the label element is set to the value of the id attribute of the corresponding form field element. Form Element Titles The editor can choose to specify a ToolTip text that will be used as a title for a form field. This ToolTip is often displayed in visual browsers (depending on the type of field and the browser), and provides non-visual browsers (or assistive technologies, such as screen readers) with a description of the field. TECHNICAL NOTE: The entered text is included in the title attribute of the form field element. Features in the Microsoft Office Add-In The Office add-in permits the editor to publish Microsoft Office documents to EPiServer directly from Word, Excel or PowerPoint. The content and formatting of the Office documents cannot be controlled by EPiServer while still in the Office program, but the editor has several ways of ensuring accessibility in the final EPiServer content. 7

8 Alternative Texts for Images When inserting an image in an Office document, the editor can enter an alternative text describing the image for visitors that can't see the image. This is made by right-clicking the image and selecting Format Picture, and then filling in the text box on the Web tab. Link Titles TECHNICAL NOTE: The entered text is used to set the alt attribute of the img element, and this information is preserved when transferred to EPiServer. When inserting a hyperlink, the editor can enter a link title describing the link. This might be important in case the link text itself isn t clear enough when read out of context, which might be the case in some non-visual browsers. TECHNICAL NOTE: The entered text is included in the title attribute of the a element, and this information is preserved when transferred to EPiServer. Separation of Content and Presentation When formatting content in an Office document, the editor can choose to use the predefined formatting styles instead of setting fonts, colors, etc. directly for headings and body text. An Office document using the formatting styles Normal, Heading 1, Heading 2 and Heading 3 will transfer into an EPiServer page with the corresponding styles for the Web site. This ensures accessibility for the content as well as applying the Web look for all pages, regardless of whether they are created in EPiServer or in Office. TECHNICAL NOTE: The selected Office heading styles Heading 1, Heading 2 and Heading 3 are transformed into h1, h2 and h3 elements when transferred to EPiServer. Adjustable Level of Filtering In order to ensure a higher level of accessibility, Web site administrators can choose to use a strict filter for the conversion of documents from Office to EPiServer. This will remove code that does not apply to current Web standards and that might cause accessibility problems. However, using a strict filter will also mean that a great part of the original formatting is lost, possibly making the EPiServer page rather different from the original. It is also possible to use a more tolerant filter for the conversion. More of the original formatting is preserved in this way, but it may cause accessibility problems. TECHNICAL NOTE: The level of the filter determines the elements and attributes that are permitted / prohibited, and will affect the content of the EPiServer version of the Office document. EPiServer's strict and tolerant filters can be modified or replaced by custom filters. HELPING EDITORS IMPROVE ACCESSIBILITY EPiServer's built-in Usability Guide is available from EPiServer The Usability Guide contains information for editors on how to create usable and accessible content for the Web. The guide contains information on, for example, alternative texts for images, link descriptions, and tables. The Usability Guide is accessed from EPiServer 4.51 from the Action Window in Edit mode. It is also available at The EPiServer Web site also contains other information on how to create Web sites that are both usable and accessible. See and 8

9 FUTURE ACCESSIBILITY IN EPISERVER EPiServer AB aspires to follow applicable standards in new product development. EPiServer's sample template set is just that, a sample template set, and cannot currently be seen as "best practice" for accessibility. EPiServer AB aspires to follow applicable standards in new product development and also gradually attend to other existing faults and weaknesses. EPiServer templates are based on ASP.NET, which means that it is often difficult to totally avoid JavaScript and other things that can cause accessibility problems, e.g. layout tables, as these form the basis of ASP.NET controls. EPiServer AB will however continue to work with accessibility and hopefully the.net platform will also be improved in the future in this respect. QUICK REFERENCE Further information about accessibility can be found at: Some of the EPiServer Web Sites that are accessible from a technical point of view are listed below, along with their appropriate implementation partner. Other references: IFAU Institutet för arbetsmaknadspolitisk utvärdering, Margareta Wicklander, Margareta.Wicklander@ifau.uu.se Allmänna reklamationsnämnden, Torsten Palm, torsten.palm@arn.se EPiServer partner: Funka Nu AB, Susanna Laurin, susanna.laurin@funkanu.se Kungälvs kommun, Lena Johansson, Lena.Johansson@kungalv.se Renova, Christian Holmgren, christian.holmgren@renova.se EPiServer partner: NetRelations, Jan Kjellberg, jan.kjellberg@netrelations.se Statskontoret, Peter Krantz, peter.krantz@valtech.se EPiServer partner: Valtech AB, Mikael Cato, mikael.cato@valtech.se Sveriges riksdagen, Pierre Vindemyr, pierre.vindemyr@wmdata.se EPiServer partner: WM-data, Pierre Vindemyr, pierre.vindemyr@wmdata.se W3C Web Accessibility Initiative - W3C's evaluation service - 9

10 EPISERVER AB EPiServer AB is a privately owned Swedish product company, founded in 1994, and is the leading company in Content Management and portal solutions through the platform EPiServer. The company is a Microsoft Gold Certified Partner and has held AAA ranking by Dun & Bradstreet since Copyright EPiServer AB. EPiServer is a registered trademark of EPiServer AB. Other product and company names mentioned in this document may be the trademarks of their respective owners. The document may be freely distributed in its entirety, either digitally or in printed format, to all EPiServer users. Changes to the content or partial copying of the content may not be carried out without permission from EPiServer AB: EPiServer AB Finlandsgatan 38 SE Kista Sweden Changes are periodically made to the document and these will be published in new editions of the document. EPiServer AB reserves the right to improve or change the products or programs included in this document at any time.

Creating Accessible Web Sites with EPiServer

Creating Accessible Web Sites with EPiServer Creating Accessible Web Sites with EPiServer Abstract This white paper describes how EPiServer promotes the creation of accessible Web sites. Product version: 4.50 Document version: 1.0 2 Creating Accessible

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

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

Accessibility of EPiServer s Sample Templates

Accessibility of EPiServer s Sample Templates Accessibility of EPiServer s Templates An evaluation of the accessibility of EPiServer s sample according to current recommendations and guidelines elaborated by the World Wide Web Consortium s (W3C) Web

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

Microsoft Office Integration

Microsoft Office Integration Microsoft Office Integration Product version: 4.60 Document version: 1.0 Document creation date: 23-03-2006 Purpose This technical note describes the functionality of the Microsoft Office integration with

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

Dreamweaver: Accessible Web Sites

Dreamweaver: Accessible Web Sites Dreamweaver: Accessible Web Sites Introduction Adobe Macromedia Dreamweaver 8 provides the most complete set of tools available for building accessible web sites. This workshop will cover many of them.

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

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

Managing Globalized Web Sites with EPiServer CMS

Managing Globalized Web Sites with EPiServer CMS Managing Globalized Web Sites with EPiServer CMS It is becoming increasingly common for Web sites to support a wide range of cultural audiences and languages. EPiServer CMS enables easy management of globalized

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

USER GUIDE MADCAP FLARE Accessibility

USER GUIDE MADCAP FLARE Accessibility USER GUIDE MADCAP FLARE 2018 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

Seven Steps to Creating an Accessible PowerPoint Slideshow

Seven Steps to Creating an Accessible PowerPoint Slideshow Seven Steps to Creating an Accessible PowerPoint Slideshow Disability Access Services i About Disability Access Services Centralized Resource and Information on Disability Access Disability Access Services

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

CAMERON UNIVERSITY AggieAccess Channel Policy

CAMERON UNIVERSITY AggieAccess Channel Policy CAMERON UNIVERSITY AggieAccess Channel Policy Policy Statement A set of standards for the development and maintenance of Channels in the AggieAccess portal. Contents Who should know this Policy? Responsibilities

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

Adobe Flash Professional CS5.5 Voluntary Product Accessibility Template

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

More information

Independence Community College Independence, Kansas

Independence Community College Independence, Kansas Independence Community College Independence, Kansas C O N T E N T S Unit 1: Creating, Modifying, and Enhancing FrontPage Webs and Pages 1 Chapter 1 Investigating FrontPage 2002 3 Exploring World Wide Web

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

Page Layout Using Tables

Page Layout Using Tables This section describes various options for page layout using tables. Page Layout Using Tables Introduction HTML was originally designed to layout basic office documents such as memos and business reports,

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

Learn Saas with the Ultra Experience Voluntary Product Accessibility Template August 2017

Learn Saas with the Ultra Experience Voluntary Product Accessibility Template August 2017 Overview Learn Saas with the Ultra Experience Voluntary Product Accessibility Template 1194.22 Web-based Intranet and Internet Information and Applications 1194.31 Functional Performance Criteria 1194.41

More information

Guide for Creating Accessible Content in D2L. Office of Distance Education. J u n e 2 1, P a g e 0 27

Guide for Creating Accessible Content in D2L. Office of Distance Education. J u n e 2 1, P a g e 0 27 Guide for Creating Accessible Content in D2L Learn how to create accessible web content within D2L from scratch. The guidelines listed in this guide will help ensure the content becomes WCAG 2.0 AA compliant.

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

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

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

Reading Introduction to Web Accessibility

Reading Introduction to Web Accessibility Reading 8.3 - Introduction to Web Accessibility By WebAIM.org Introduction Most people today can hardly conceive of life without the internet. Some have argued that no other single invention has been more

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

Voluntary Product Accessibility Template (VPAT )

Voluntary Product Accessibility Template (VPAT ) Voluntary Product Accessibility Template (VPAT ) Name of Product: Forcepoint NGFW 6.5 Date: 12/12/2018 Scope: The Forcepoint Security Management Center (SMC) consists of the following components: o The

More information

Vovici Enterprise Web Accessibility Guidelines

Vovici Enterprise Web Accessibility Guidelines know more. go far. Vovici Enterprise Web Accessibility Guidelines Version 4.0 March 2009 45365 Vintage Park Plaza, Suite 250, Dulles, VA 20166 t: + 1 703 481 9326 f: + 1 703 783 0069 e: sales@vovici.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

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

VPAT. Voluntary Product Accessibility Template. Version 1.3. Supporting Features. Not Applicable. Supported with Exceptions. Supported with Exceptions

VPAT. Voluntary Product Accessibility Template. Version 1.3. Supporting Features. Not Applicable. Supported with Exceptions. Supported with Exceptions VPAT Voluntary Product Accessibility Template Version 1.3 Date: 01 August 2014 Name of Product: kuracloud Contact for more Information: John Enlow (Chief Technical Officer) Summary Table Section 1194.21

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

Sample Report Failures by group

Sample Report Failures by group Sample Report Failures by group Scan completed: 5/11/2009 9:39:24 AM Pages scanned: 10 Checkpoints tested: 65 Group Compliance Level A Criterion 1.1.1 [Non text Content] The intent of this Success Criterion

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

VPAT. Voluntary Product Accessibility Template. Version 1.3

VPAT. Voluntary Product Accessibility Template. Version 1.3 Voluntary Product Accessibility Template 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

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

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

AirWatch myairwatch VPAT

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

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

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

Voluntary Product Accessibility Template (VPAT )

Voluntary Product Accessibility Template (VPAT ) Voluntary Product Accessibility Template (VPAT ) Name of Product: McAfee Vulnerability Manager (MVM) 7.0 Since there have been no changes in the user interface that impact Sect. 508 compliance, this VPAT

More information

EPiBooking WHITE PAPER

EPiBooking WHITE PAPER EPiBooking EPiBooking is a module to EPiServer that makes it possible to book available resources and administer the resources for which you are responsible. WHITE PAPER INTRODUCTION EPiBooking is a module

More information

University of Wyoming. Web Accessibility Guidelines

University of Wyoming. Web Accessibility Guidelines 1 Web Accessibility Guidelines 2 TABLE OF CONTENTS Alternative Text... 3 Title Attributes... 4 Heading 1... 5 Sub Heading... 6 Text in Images... 7 Iframe Objects... 8 Embed Objects... 9 Use of Lists...

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

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

VMware vrealize Operations Manager 6.0 VPAT

VMware vrealize Operations Manager 6.0 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware vrealize Operations Manager 6.0 VPAT April 2015 Since the VPAT must be comprehensive,

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

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

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

Creating Accessible Word Documents

Creating Accessible Word Documents Creating Accessible Word Documents 1 of 11 Creating Accessible Word Documents Contents 1. General principles... 1 2. Styles/ Headings... 2 3. Table of Contents... 3 Updating a Table of Contents... 5 4.

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

Dreamweaver Tutorial #2

Dreamweaver Tutorial #2 Dreamweaver Tutorial #2 My web page II In this tutorial you will learn: how to use more advanced features for your web pages in Dreamweaver what Cascading Style Sheets (CSS) are and how to use these in

More information

Summary Table Criteria Supporting Features Remarks and explanations. Supports with exceptions. Supports with exceptions. Supports with exceptions

Summary Table Criteria Supporting Features Remarks and explanations. Supports with exceptions. Supports with exceptions. Supports with exceptions Section 508 Evaluation Template Date: 08.14.09 Name of Product: VL7522_VL6022 Contact for more Information: Michael O'Hare Manager, Industrial Design & Usability Océ North America Document Printing Systems

More information

CBORD s Response to Voluntary Product Evaluation Template for NetNutrition

CBORD s Response to Voluntary Product Evaluation Template for NetNutrition CBORD s Response to Voluntary Product Evaluation Template for NetNutrition The CBORD Group, Inc. Ithaca, NY Template (VPAT) for NetNutrition September 2016 Changes are periodically made to the information

More information

HTML Text Editor and Accessibility

HTML Text Editor and Accessibility AgLearn has an HTML text editor and accessibility checking tool. While these tools are helpful and will assist with improving your courses accessibility, you still must validate your course through a certified

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

Web Accessibility Guidelines GO FOR GOLD

Web Accessibility Guidelines GO FOR GOLD 1 Web Accessibility Guidelines 2 TABLE OF CONTENTS Alternative Text... 3 Title Attributes... 4 Heading 1... 5 Sub Heading... 6 Text in Images... 7 Iframe Objects... 8 Embed Objects... 9 Use of Lists...

More information

Summary Table Section 508 Voluntary Product Accessibility Template. Criteria Supporting Features Remarks and explanations Section 1194.

Summary Table Section 508 Voluntary Product Accessibility Template. Criteria Supporting Features Remarks and explanations Section 1194. Date: 11/3/2011 Name of Product: Percussion CM1 Contact for More Information: www.percussion.com Summary Table Section 508 Voluntary Product Accessibility Template Criteria Supporting Features Remarks

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

8 Golden Rules. C. Patanothai :04-Knowledge of User Interface Design 1

8 Golden Rules. C. Patanothai :04-Knowledge of User Interface Design 1 8 Golden Rules Strive for consistency Enable frequent users to use shortcuts Offer informative feedback Design dialog to yield closure Offer simple error handling Permit easy reversal of actions Support

More information

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

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

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

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

Section 508 Conformance Audit Voluntary Product Accessibility Template

Section 508 Conformance Audit Voluntary Product Accessibility Template 8/7/2017 Section 508 Conformance Audit Voluntary Product Accessibility Template Citrix Provisioning Services 7.15 BOOTPTAB Editor Citrix Systems, Inc. 851 West Cypress Creek Road Fort Lauderdale, FL 33309

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

Design your source document with accessibility in mind. Do NOT use character formatting for headings, use the program s styles.

Design your source document with accessibility in mind. Do NOT use character formatting for headings, use the program s styles. Contents 2 Create an Accessible Microsoft Word Document 2 Use Styles 3 Columns 5 Lists 6 Tables 7 Links 7 Add Alternative Text 9 Microsoft Word 2010 Accessibility Checker Adobe Acrobat X Creating Accessible

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

Voluntary Product Accessibility Template PowerBroker Identity Services

Voluntary Product Accessibility Template PowerBroker Identity Services Voluntary Product Accessibility Template PowerBroker Identity Services The VPAT (Voluntary Product Accessibility Template) product is a tool developed by ITIC Information Technology Industry Council and

More information

Section Software Applications and Operating Systems - Detail

Section Software Applications and Operating Systems - Detail 03/07/2016 16:24:35 EST VPAT for InfoPrint Manager for AIX 4.4.1, 4.5 VPAT comments: For a detailed description of the parent features and benefits, please refer to the following URL: The contents of this

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

AirWatch Container for ios VPAT

AirWatch Container for ios VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com AirWatch Container for ios 2.2.0 VPAT May 2016 Since the VPAT must be comprehensive, all Section

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

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

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

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

Adobe LiveCycle Designer ES3 Voluntary Product Accessibility Template

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

More information

VPAT. Voluntary Product Accessibility Template. Version 1.3

VPAT. Voluntary Product Accessibility Template. Version 1.3 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

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

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

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

Summary Table Criteria Supporting Features Remarks and explanations. Supports with exceptions. Supports with exceptions. Supports with exceptions

Summary Table Criteria Supporting Features Remarks and explanations. Supports with exceptions. Supports with exceptions. Supports with exceptions Section 508 Evaluation Template Date: 08.14.09 Name of Product: VL5022_VL4222_VL3622 Contact for more Information: Michael O'Hare Manager, Industrial Design & Usability Océ North America Document Printing

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

SecurityCenter 508 Compliance

SecurityCenter 508 Compliance SecurityCenter 508 Compliance Summary Table Section 508 Voluntary Product Accessibility Template Tenable Network Security, Inc. Updated May 5, 2015 SecurityCenter 5 The latest version of this document

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

VPAT for View 5.1 Server

VPAT for View 5.1 Server 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 Since the VPAT must be comprehensive, all Section 508 issues on all

More information

Adobe Presenter 10 Voluntary Product Accessibility Template

Adobe Presenter 10 Voluntary Product Accessibility Template Adobe Presenter 10 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

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE COURSE TITLE WEB SITE DESIGN COURSE DURATION 19 Hours of Interactive Training COURSE OVERVIEW In this 7 session course Debbie will take you through the

More information

MS Word 2013 Accessibility Fundamentals

MS Word 2013 Accessibility Fundamentals MS Word 2013 Accessibility Fundamentals Adapted with permission from ACCESSIBILITY FUNDAMENTALS FOR MICROSOFT OFFICE 2013, New Horizons Computer Learning Centers, 2014 INTRODUCTION Accessibility is the

More information

Integrating with EPiServer

Integrating with EPiServer Integrating with EPiServer Abstract EPiServer is an excellent tool when integration with existing systems within an organization is a requirement. This document outlines the Web services that are shipped

More information

Started in 1995 Based in Kansas City area Have extensive background working for and with cooperatives More than 300 utility clients in 33 states A

Started in 1995 Based in Kansas City area Have extensive background working for and with cooperatives More than 300 utility clients in 33 states A ADA Moving Forward Started in 1995 Based in Kansas City area Have extensive background working for and with cooperatives More than 300 utility clients in 33 states A services company acting as an extension

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

Section 508C This manual provides basic information on applicable guidelines and best practices for 508 Compliance.

Section 508C This manual provides basic information on applicable guidelines and best practices for 508 Compliance. Section 508C This manual provides basic information on applicable guidelines and best practices for 508 Compliance. 1194.22 Web-based intranet and internet information and applications A. Text Equivalent

More information