Formalize Accessibility. Accessibility and Open Source. Italian Legislation. Law n. 4 can be summarized: Focal Points on Technical Requirements

Size: px
Start display at page:

Download "Formalize Accessibility. Accessibility and Open Source. Italian Legislation. Law n. 4 can be summarized: Focal Points on Technical Requirements"

Transcription

1 Formalize Accessibility A web interface is formally Accessible if it s consistent to a set of guidelines. Accessibility and Open Source Massimo Canducci Technical Manager Research and Innovation Unit Director of Accessibility Competence Center Guidelines can be: syntactic: manages the correct use of syntactic component of markup language structural: manages the correct use of the elements of markup language semantic: manages the correct use of communication to customer So we need guidelines to formalize accessibility. 15 May 2007 Italian Legislation Law n. 4 can be summarized: Law n. 4, January 9, 2004 Provisions to support the access to information technologies for the disabled This law determines the right of every individual to approach all the informative sources. This approach is guaranteed from Public Administration and all the agencies of public usefullness (f.i. schools and libraries) Since 23/08/2005 Public Administration cannot draw up contracts for the implementation and modification of INTERNET websites without being compliant to the accessibility requirements (contained in article 11 of the Decree). Please note that INTERNET means all the applications distributed by web browsers, so not only for citizen-dedicated web interfaces. In particular also intranet applications must be compliant to accessibility requirements. Formal Grammars Markup Languages allowed are: XHTML 1.0 for new realizations HTML 4.01 for existing solutions Formal Grammars allowed are: Strict for new realizations Transitional for existing solutions Then You MUST use XHTML 1.0 Strict for new realizations You CAN use HTML 4.01 Transitional for existing solutions You CANNOT use frame. Never. (indeed you can ) 1

2 In case of first law application, and for existing solutions, you CAN use HTML 4.01 Frameset. But Frames Every frame MUST have a meaningful title <frame title="this is the frame title">... </frame> You MUST provide an equivalent textual alternative for every non-textual object present on a page, and ensure that when the non-textual content of an object changes dynamically, the related equivalent content is also updated. So you MUST Equivalent Textual Alternative Use alt=" " attribute (and sometimes longdesc=" " ) for images. Use alt=" " attribute for client-side image-map Use <object> instead of <applet> because it has alt=" " attribute Use <title> and <longdesc> for frames Colors Don t use only colors to provide informations. Flickering Avoid flickering or moving objects Please select a product, the green ones are available. Ensure that the informative content (foreground) and the background are always distinguishable, using good contrast (in the case of text) or different sound levels (in the case of speech with background music). Can you read here Can you read here Maps Prefer client-side maps instead of server-side Layout Tables Where tables are used for layout, ensure us that the content of the table is comprehensible even when this table is linearised. click-able areas are similar to links server-side coords are numbers So Layout tables are NON prohibited 2

3 Data Tables For data tables, use the elements (markers) and attributes provided by the DTD used to describe the content and identify the row and column headers. Cascading Style Sheets Use style sheets to control the presentation of content and organize pages so that they can be read even when the style sheets are disabled or not supported. <table border="1" summary="sommario tabella "> <caption>esempio di tabella dati</caption> <td></td> <th>intestazione Colonna 1</th> <th>intestazione Colonna 2</th> <th>intestazione Riga 1</th> <td>col. 1 Riga 1</td> <td>col. 1 Riga 2</td> <th>intestazione Riga 2</th> <td>col. 2 Riga 1</td> <td>col. 2 Riga 2</td> </table> Presentation The presentation and textual content of a page must be able to be adapted to the dimensions of the browser window used by the user, without superimposing objects present or loss of information such as to render the content incomprehensible, including in the case of resizing, enlargement or reduction of the display area or characters in relation to the predefined values of these parameters. Forms In forms, explicitly associate labels with their respective controls, positioning them so as to facilitate compilation of fields by the persons using the assistive technology. <label for= user">username:</label> <input type="text" size="20" value= your username..." name= user" id= user" /> Script Ensure that the pages are usable when scripts, applets or other programming objects are disabled or not supported. Multimedia Where a film or a multimedia presentation is essential for the completeness of the information or service provided, provide a synchronised equivalent textual alternative, in the form of sub-titles or an auditory description, or provide a summary or simple label for each video or multimedia elements, taking account of the degree of importance or difficulty in the case of real-time transmission. You can use SMIL 3

4 Links Clearly identify the distinction of each hypertext link with meaningful text if read out of context, or associate with alterative links that have the same explanatory characteristics, and provide mechanisms that allow repeated reading of sequences of links common to several pages to be avoided. Navigation Make links on a page selectable and executable by means of keyboard commands or technology that emulates a keyboard or by means of pointer systems other than a mouse. 22 strong technical requirements Every web interface for public administration must be compliant with 22 strong and challenging technical requirements. This means that all information system solution should be: thought planned coded tested to be compliant with them. This means more expensive projects Open Source and Public Administration Open Source solutions seems to be a good response to face and partially solve the budget problem, so Public Administration in Italy is generally oriented to search for Open Source solutions for most of information system solutions. In particular PA needs solutions with entire application stack released with open source license. Open Source and Accessibility We have much more Open Source Content Management System, but none of them has all these features: Open Source license compliant with technical requirements of law n. 4/2004 coded and released on Open Source platforms and Open Source programming languages We have some CMS really Open Source, but non compliant with law n. 4/2004. We have one Open Source CMS really compliant, but coded on commercial infrastructure. fruibile.php Engineering Group, in cooperation with Fruibile s staff, manage the Open Source community that is realizing a new solutions: released with LGPL license compliant with technical requirements of law n. 4/2004 coded and released on Open Source platforms and Open Source programming languages (PHP/AdoDB) 4

5 fruibile.php fruibile.php will be a part of a complete web solutions infrastructure fruibile.php (some) features multi database / multi language; user centered planned interface; back-office and front-office completely accessible (law n. 4/2004) and totally compliant with WCAG 1.0 and Section 508; ISO compliant for content internationalization; complete RBAC (role based access control) support; supports completely management and hierarchical structure; complete hierarchical content management with attachment, images and multimedia; integrated XJTML and CSS validator; integrated CSS editor end analyzer (Juicystudio.com); integrated WYSIWYG XHTML editor (Xstandard); integrated full text search engine; multi-browser optrimization; Thanks for your attention massimo.canducci@eng.it 15 May

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

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

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

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

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

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

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

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

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 Experience Manager (AEM) 6.2 Forms - Output Voluntary Product Accessibility Template

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

More information

State of Colorado. ADA IT Accessibility Standards For the Blind and Visually Impaired

State of Colorado. ADA IT Accessibility Standards For the Blind and Visually Impaired State of Colorado ADA IT Accessibility Standards For the Blind and Visually Impaired and IT Accessibility Procurement Criteria Adopted January 19, 2001 Version 2.0 July 2005 State of Colorado ADA Standards

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

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

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

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

Schedule Planner Section 508 Voluntary Product Accessibility Template

Schedule Planner Section 508 Voluntary Product Accessibility Template Schedule Planner Section 508 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist federal contracting officials in making preliminary assessments

More information

Student Schedule Planner Section 508 Voluntary Product Accessibility Template

Student Schedule Planner Section 508 Voluntary Product Accessibility Template Student Schedule Planner Section 508 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist federal contracting officials in making preliminary

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

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

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

VMware vcenter Site Recovery Manager 6.1 VPAT

VMware vcenter Site Recovery Manager 6.1 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware 6.1 VPAT February 2016 Since the VPAT must be comprehensive, all Section 508 issues on

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

VMware vsphere Web Client 6.5 VPAT

VMware vsphere Web Client 6.5 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware vsphere Web Client 6.5 VPAT December 2016 Since the VPAT must be comprehensive, all Section

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 Photoshop CS6 Voluntary Product Accessibility Template

Adobe Photoshop CS6 Voluntary Product Accessibility Template Adobe Photoshop 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 vsphere Update Manager 6.0 VPAT

VMware vsphere Update 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 vsphere Update Manager 6.0 VPAT June 2016 Since the VPAT must be comprehensive, all Section

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

VMware Horizon View Connection Server 6.0 Documentation and Online Help VPAT

VMware Horizon View Connection Server 6.0 Documentation and Online Help VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware Horizon View Connection Server 6.0 Documentation and Online Help VPAT June 2014 Since

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

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 LiveCycle Mobile Forms ES4 Voluntary Product Accessibility Template

Adobe LiveCycle Mobile Forms ES4 Voluntary Product Accessibility Template Adobe LiveCycle Mobile Forms 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

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

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

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

VMware vcenter Orchestrator 5.5 VPAT

VMware vcenter Orchestrator 5.5 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware vcenter Orchestrator 5.5 VPAT September 30, 2013 Since the VPAT must be comprehensive,

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

Adobe LiveCycle Digital Signatures ES3 Voluntary Product Accessibility Template

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

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 Experience Manager (AEM) 6.2 Forms - Digital Signatures Voluntary Product Accessibility Template

Adobe Experience Manager (AEM) 6.2 Forms - Digital Signatures Voluntary Product Accessibility Template Adobe Experience Manager (AEM) 6.2 Forms - Digital Signatures Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials

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

VPAT. Event Log Management v10 Accessibility. Version 1.3 of the VPAT Template

VPAT. Event Log Management v10 Accessibility. Version 1.3 of the VPAT Template 1 Event Log Management v10 Accessibility Version 1.3 of the VPAT Template The purpose of the Voluntary Product Accessibility Template, or VPAT, is to assist Federal contracting officials and other buyers

More information

Section 508 Compliance (VPAT)

Section 508 Compliance (VPAT) Section 508 Compliance (VPAT) DATE: 22 DECEMBER 2013 NAME OF PRODUCTS: STATPLANET AND STATPLANET PLUS PRODUCT VERSION NUMBER: 3.2 Summary Table Section 1194.21 Software Applications and Operating Systems

More information

VMware Virtual SAN with vsan Health Check Plugin 6.0 VPAT

VMware Virtual SAN with vsan Health Check Plugin 6.0 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware Virtual SAN with vsan Health Check Plugin 6.0 VPAT October 2015 Since the VPAT must be

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

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template Date: February 29, 2016 Name of Product: Alfresco Share 5.1 Contact for more Information: John.Iball@Alfresco.com Voluntary Product Accessibility Template Version 1.7 Product description: Alfresco Share

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

Adobe FormsCentral (Desktop Application) Voluntary Product Accessibility Template

Adobe FormsCentral (Desktop Application) Voluntary Product Accessibility Template Adobe FormsCentral (Desktop Application) Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary

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

VMware ESXi Host Client 6.5 VPAT

VMware ESXi Host Client 6.5 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware ESXi Host Client 6.5 VPAT December 2016 Since the VPAT must be comprehensive, all Section

More information

Networx Universal. Supporting Features. Remarks and explanations. Criteria

Networx Universal. Supporting Features. Remarks and explanations. Criteria Section 1194.21 Software Applications and Operating Systems - Managed E-Authentication Services (MEAS) - Detail (a) When software is designed to run on a system that has a keyboard, product functions shall

More information

VMware vsphere Client 6.5 VPAT

VMware vsphere Client 6.5 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware vsphere Client 6.5 VPAT December 2016 Since the VPAT must be comprehensive, all Section

More information

Adobe LiveCycle Forms Manager ES4 Voluntary Product Accessibility Template

Adobe LiveCycle Forms Manager ES4 Voluntary Product Accessibility Template Adobe LiveCycle Forms Manager 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

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

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

Voluntary Product Accessibility Template (VPAT) Applicable Sections

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

More information

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

Adobe LiveCycle Server Administration ES3 Voluntary Product Accessibility Template

Adobe LiveCycle Server Administration ES3 Voluntary Product Accessibility Template Adobe ES3 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

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

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

Adobe Omniture Discover Voluntary Product Accessibility Template

Adobe Omniture Discover Voluntary Product Accessibility Template Adobe Omniture Discover 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 Criteria Supporting Features Remarks / Explanation

SECTION Criteria Supporting Features Remarks / Explanation SECTION 1194.21 Criteria Supporting Features Remarks / Explanation (a) When software is designed to run on a system that has a keyboard, product functions shall be executable from a keyboard where the

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

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

Voluntary Product Accessibility Template. Version 1.3

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

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

Adobe Experience Manager (AEM) 6.2 Forms - Server Administration Voluntary Product Accessibility Template

Adobe Experience Manager (AEM) 6.2 Forms - Server Administration Voluntary Product Accessibility Template Adobe Experience Manager (AEM) 6.2 Forms - Server Administration Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials

More information

A network is a group of two or more computers that are connected to share resources and information.

A network is a group of two or more computers that are connected to share resources and information. Chapter 1 Introduction to HTML, XHTML, and CSS HTML Hypertext Markup Language XHTML Extensible Hypertext Markup Language CSS Cascading Style Sheets The Internet is a worldwide collection of computers and

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

WorkCentre M118/118i. Voluntary Product Accessibility Template (VPAT) Learn more about Xerox and Section 508 at our website:

WorkCentre M118/118i. Voluntary Product Accessibility Template (VPAT) Learn more about Xerox and Section 508 at our website: Voluntary Product Accessibility Template (VPAT) WorkCentre M118/118i Learn more about Xerox and Section 508 at our website: Summary Table - Voluntary Product Accessibility Template (VPAT) Section 1194.21

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

Voluntary Product Accessibility Template. Version 1.3

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

VPAT. Voluntary Product Accessibility Template. Version 1.3 *

VPAT. Voluntary Product Accessibility Template. Version 1.3 * Corporate Headquarters 899 Kifer Road Sunnyvale, CA 94086 Phone: (408) 235-7700 VPAT Voluntary Product Accessibility Template Version 1.3 * Date: March 14, 2016 Name of Product: FortiMail (all models)

More information

Adobe LiveCycle Data Services Modeler ES3 Voluntary Product Accessibility Template

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

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

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

VPAT. Voluntary Product Accessibility Template. Version 1.3. Summary Table VPAT. Voluntary Product Accessibility Template. Supporting Features

VPAT. Voluntary Product Accessibility Template. Version 1.3. Summary Table VPAT. Voluntary Product Accessibility Template. Supporting Features Version 1.3 Date: September 12, 2016 Name of Product: Artemis Primary Sources Contact for more Information: accessibility@cengage.com Summary Table Section 1194.21 Software Applications and Operating Systems

More information

Adobe Acrobat.com Voluntary Product Accessibility Template

Adobe Acrobat.com Voluntary Product Accessibility Template Adobe Acrobat.com 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

Summary Table Voluntary Product Accessibility Template

Summary Table Voluntary Product Accessibility Template Date: August 23, 2010 Name of Product: McAfee Host Data Loss Prevention Contact for more Information: Hovav Bornstein, Sr. Product Manager, McAfee Summary Table Voluntary Product Accessibility Template

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

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

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

Accessibility Analysis

Accessibility Analysis Accessibility Analysis VPAT Section 508 Web Application Analysis Books24x7 www.books24x7.com Updated: April 2012 For more information please contact info@books24x7.com The following sections provide a

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

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

Phaser Voluntary Product Accessibility Template (VPAT) Learn more about Xerox and Section 508 at our website:

Phaser Voluntary Product Accessibility Template (VPAT) Learn more about Xerox and Section 508 at our website: Phaser 6100 Voluntary Product Accessibility Template (VPAT) Learn more about Xerox and Section 508 at our website: Summary Table - Voluntary Product Accessibility Template (VPAT) Section 1194.21 Software

More information

Voluntary Product Accessibility Template Retina Network Security Scanner

Voluntary Product Accessibility Template Retina Network Security Scanner Voluntary Product Accessibility Template Retina Network Security Scanner The VPAT (Voluntary Product Accessibility Template) product is a tool developed by ITIC (Information Technology Industry Council)

More information

Summary Table Voluntary Product Accessibility Template. Please refer to the attached VPAT.

Summary Table Voluntary Product Accessibility Template. Please refer to the attached VPAT. Date: July 20, 2017 Name of Product: SmartDraw Cloud Contact for more Information: http://www.smartdraw.com SmartDraw Products SmartDraw Cloud Summary Table Section 1194.21 Software Applications and Operating

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