Using Parasoft SOAtest to Verify Section 508 and WAI WCAG Web Accessibility Requirements

Size: px
Start display at page:

Download "Using Parasoft SOAtest to Verify Section 508 and WAI WCAG Web Accessibility Requirements"

Transcription

1 Using Parasoft to Verify Section 508 and WAI WCAG Web Accessibility Requirements

2 Introduction According to a 2007 CDC survey, 12% of the United States population has some type of disability. Although some people with disabilities access web pages in the same way as people without disabilities, many require some type of adaptation. Such adaptations can include: Changing font configurations for improved readability. Using special devices or software (such as voice recognition software) for navigation and input. Using text-to-speech browsers that vocalize web page text. Using devices that instantly translate web page text into Braille. Many existing web pages cannot be properly presented or used in these contexts. As a result, much content and functionality is not available to a sizable number of actual or potential users. Fortunately for both developers and people with disabilities, ensuring web accessibility is much simpler than loading and testing each web page on every possible adaptive device or browser configuration. Developers can ensure a basic level of accessibility by following accessibility guidelines during development and maintenance. Such guidelines typically prompt developers to improve accessibility by adding elements such as optional labels and redundant content (rather than removing potentially inaccessible features or content). Today, there are two primary sets of industry-standard guidelines for web accessibility: Section 508: The Section 508 amendment to the Rehabilitation Act of 1973 mandates that any technology produced by or for Federal agencies be accessible to people with disabilities. Section 508 Web Guidelines detail 16 specific requirements that web pages must satisfy to comply with Section 508 legislation. Most of these guidelines focus on ensuring graceful page transformations to adaptive devices and making content understandable and navigable on adaptive devices. Although these guidelines were designed specifically for Federal agencies and vendors producing technology for Federal agencies, they have become the standard that many web developers use to gauge and ensure web accessibility. To view these guidelines, visit index.cfm?fuseaction=content&id=12#web. WAI WCAG : In 1999, the Web Accessibility Initiative (WAI), a World Wide Web Consortium (W3C) organization committed to making the web more accessible for people with disabilities, developed the Web Content Accessibility Guidelines (WCAG) 1.0 ( WCAG10). In 2008, the WAI released a new set of WCAG 2.0 guidelines that improves upon the WCAG 1.0, applies to more advanced technologies, and is more precisely testable. To view these guidelines, visit One way to verify whether web pages follow most Section 508 and WAI WCAG guidelines is to test them with Parasoft a full-lifecycle quality platform for today s complex, distributed applications. streamlines the accessibility testing process by automatically identifying code that positively or possibly violates Section 508 and WAI WCAG web accessibility guidelines. Specifically, checks whether pages comply with accessibility guidelines that can be verified through automatic static code analysis (most-- but not all-- accessibility guidelines can be checked in this manner) and helps you identify code and page elements that require further inspection and/or modification. It can also assist with the inspection process by automating the peer review process, including preparation, notification, and tracking. Above and beyond its accessibility auditing capabilities, also enables the team to perform functional and load testing from web UIs (including RIA and AJA) through the message layer to the database and back-end with detailed visibility into how transactions pass through the various system components. This paper explains how you can use to automatically verify compliance with accessibility requirements. For details on general functionality, see the SOA Quality Solution page at 2

3 Using to Verify Web Accessibility To use to verify Web accessibility, you simply indicate what pages you want to test, and what guidelines you want to follow. After each test run, reports code and page elements that violate accessibility rules as well as items that require further inspection and/or modification.you can then review the results, make any necessary repairs within the environment, and tell to ignore any specific warning messages you do not want reported in subsequent test runs. If you want to ensure that no code evades accessibility testing, you can even configure to run this test automatically every night (or at any other interval you prefer). Most users run s accessibility testing feature using the default settings, but can be easily customized to suit any special need or preference your organization might have. If certain rules do not apply to your project, you can prevent from checking them by clearing the appropriate option in the tool s configuration panel. If you want to change a particular rule parameter (for example, to require ALT labels for any image with a HEIGHT or WIDTH value greater than 10 pixels [instead of 20 pixels, which is the default rule parameter]), you simply point and click graphical rule elements. You can also graphically create new accessibility rules that check accessibility guidelines specific to your organization or project. For example, you can design a rule that detects the presence of a specific company logo that users with color deficits might not be able to view. For details on customization options, see Appendix B: Optional Customization on page 18. The following sections provide more details on how to use to find and fix web accessibility problems. Specifying What Pages to Test You can use to perform an accessibility audit on: Any source files that are available in your project workspace (e.g., HTML, JavaScript, CSS, ML, and other source files available in the development environment). Any web pages that are accessed as crawls your web application (using its automated scanning tool). Any web pages are represented in functional test scenarios that you recorded from the browser (using s wizards). Using these strategies in concert, you can achieve comprehensive scanning as well as check specific instances of critical pages that are delivered only under certain conditions (e.g., after valid login data is submitted then a specific user action occurs). For web pages represented in functional tests, you can run the audit in two modes. On the HTTP responses - This tests the individual HTTP messages that the browser made in order to construct its data model the content returned by the server as is (before any browser processing). On the browser-constructed HTML - This tests the real-time data model that the browser constructed from all of the HTML, JavaScript, CSS, and other files it loaded. This is especially helpful for checking the rich and highly-dynamic browser-based RIA/AJA applications that are increasingly prevalent, yet challenging to check through other means. 3

4 Specifying What Rules to Apply To allow auditing to begin as rapidly and painlessly as possible, is configured out-of-the box to check compliance to the following levels of Section 508 and WAI WCAG guidelines: Configuration Name Recommended Section 508 Recommended WCAG 2.0 Section 508 WCAG 1.0: Level 1 WCAG 1.0: Level 1 and 2 WCAG 1.0: Level 1, 2, and 3 WCAG 2.0: Level A WCAG 2.0: Level A and AA WCAG2.0: Level A, AA, and AAA Monitors compliance to critical and recommended Section 508 accessibility guidelines. Monitors compliance to recommended WCAG 2.0 accessibility guidelines. Monitors compliance to the most critical Section 508 accessibility guidelines. Monitors compliance to Level 1 WCAG 1.0 accessibility guidelines. Monitors compliance to Level 1 and Level 2 WCAG 1.0 accessibility guidelines. Monitors compliance to Level 1, Level 2, and Level 3 WCAG 1.0 accessibility guidelines. Monitors compliance to Level A (lowest) WCAG 2.0 accessibility guidelines. Monitors compliance to Level A (lowest) and AA WCAG 2.0 accessibility guidelines. Monitors compliance to Level A (lowest), AA, and AAA (highest) WCAG 2.0 accessibility guidelines. These configurations can be easily customized to meet your unique needs and preferences. Such configurations can draw upon s 500+ rules designed specifically to check the accessibility of HTML, CSS, and JavaScript as well as hundreds of additional rules that improve accessibility by preventing problems related to navigation, presentation, browser compatibility, and so on. To run built-in or custom configurations, you simply specify what you want to test, and which Test Configuration you want to apply. 4

5 Configuring Automated Nightly Tests If you want to guarantee that code which violates accessibility rules is detected immediately after it is added, you can configure to automatically perform accessibility testing every night. Setting up such an automatic testing infrastructure involves writing a simple command line script that runs this test and any other tests you want performed, then configuring a cron job or other scheduling program to run this test at the specified time each night. Reviewing and Resolving Violations After each accessibility test, reports code and page elements that violate accessibility rules as well as items that require further inspection and/or modification. Most accessibility guidelines can be verified automatically, but some guidelines (such as color contrast guidelines) require human inspection. To promote fast remediation, each violation detected is prioritized, assigned to the developer who wrote the related code (or who is responsible for the given project area), and then distributed to his or her IDE with direct links to the problematic code and a rule description. Every rule description provides a description of the rule rationale and benefits, a sample violation, an explanation of how to correct the violation, and a demonstration of how to correct the sample violation. 5

6 Suppressing Messages If you determine that a particular warning message does not indicate an actual violation, you can prevent from reporting that same message in subsequent test runs. For example, imagine that one of your pages contains a link to a PDF file and you have configured to check the rule that enforces part of the Section (m) guideline which states when a web page requires that an applet, plugin or other application be present on the client system to interpret page content, the page must provide a link to a plug-in or applet that complies with [a] through [l]. would report a warning message for this page because you need to visually inspect the page to determine if it contains the required link to the most recent Acrobat Reader download page. If you inspect that page and determine that it contains an appropriate link, you can permanently suppress that particular error message. During subsequent test runs, will continue to check whether other pages contain links to PDFs and warn you to verify whether those pages also contain links to the Acrobat Reader download page; however, it will not report violations for the particular page you already inspected and verified. 6

7 Appendix A: Out-of-the-Box For Section 508 and WAI WCAG Guidelines The following table indicates which Section 508 and WAI WCAG guidelines are addressed by s out-of-the-box configuration. In many cases, additional support may be available through the development of custom rules and through Parasoft s peer code review workflow automation. Contact Parasoft for details. for Section 508 Guidelines Section 508 Guideline a) A text equivalent for every non-text element shall be provided (e.g., via "alt", "longdesc", or in element content) b) Equivalent alternatives for any multimedia presentation shall be synchronized with the presentation c) Web pages shall be designed so that all information conveyed with color is also available without color, for example from context or markup d) Documents shall be organized so they are readable without requiring an associated style sheet e) Redundant text links shall be provided for each active region of a server-side image map f) Client-side image maps shall be provided instead of server-side image maps except where the regions cannot be defined with an available geometric shape g) Row and column headers shall be identified for data tables h) Markup shall be used to associate data cells and header cells for data tables that have two or more logical levels of row or column headers i) Frames shall be titled with text that facilitates frame identification and navigation j) Pages shall be designed to avoid causing the screen to flicker with a frequency greater than 2 Hz and lower than 55 Hz k) A text-only page, with equivalent information or functionality, shall be provided to make a web site comply with the provisions of this part, when compliance cannot be accomplished in any other way. The content of the text-only page shall be updated whenever the primary page changes l) When pages utilize scripting languages to display content, or to create interface elements, the information provided by the script shall be identified with functional text that can be read by assistive technology m) When a web page requires that an applet, plug-in or other application be present on the client system to interpret page content, the page must provide a link to a plug-in or applet that complies with (a) through (l). 7

8 Section 508 Guideline n) When electronic forms are designed to be completed on-line, the form shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues o) A method shall be provided that permits users to skip repetitive navigation links p) When a timed response is required, the user shall be alerted and given sufficient time to indicate more time is required. 8

9 for WAI WCAG 1.0Guidelines Checkpoint 1.1 Provide a text equivalent for every non-text element (e.g., via "alt", "longdesc", or in element content). This includes: images, graphical representations of text (including symbols), image map regions, animations (e.g., animated GIFs), applets and programmatic objects, ascii art, frames, scripts, images used as list bullets, spacers, graphical buttons, sounds (played with or without user interaction), stand-alone audio files, audio tracks of video, and video. [Priority 1] 1.2 Provide redundant text links for each active region of a server-side image map. [Priority 1] 1.3 Until user agents can automatically read aloud the text equivalent of a visual track, provide an auditory description of the important information of the visual track of a multimedia presentation. [Priority 1] 1.4 For any time-based multimedia presentation (e.g., a movie or animation), synchronize equivalent alternatives (e.g., captions or auditory descriptions of the visual track) with the presentation. [Priority 1] 1.5 Until user agents render text equivalents for client-side image map links, provide redundant text links for each active region of a client-side image map. [Priority 3] 2.1 Ensure that all information conveyed with color is also available without color, for example from context or markup. [Priority 1] 2.2 Ensure that foreground and background color combinations provide sufficient contrast when viewed by someone having color deficits or when viewed on a black and white screen. [Priority 2 for images, Priority 3 for text] 3.1 When an appropriate markup language exists, use markup rather than images to convey information. [Priority 2] 3.2 Create documents that validate to published formal grammars. [Priority 2] 3.3 Use style sheets to control layout and presentation. [Priority 2] 3.4 Use relative rather than absolute units in markup language attribute values and style sheet property values. [Priority 2] 3.5 Use header elements to convey document structure and use them according to specification. [Priority 2] 3.6 Mark up lists and list items properly. [Priority 2] 3.7 Mark up quotations. Do not use quotation markup for formatting effects such as indentation. [Priority 2] 4.1 Clearly identify changes in the natural language of a document's text and any text equivalents (e.g., captions). [Priority 1] 4.2 Specify the expansion of each abbreviation or acronym in a document where it first occurs. [Priority 3] 4.3 Identify the primary natural language of a document. [Priority 3] 5.1 For data tables, identify row and column headers. [Priority 1] 9

10 Checkpoint 5.2 For data tables that have two or more logical levels of row or column headers, use markup to associate data cells and header cells. [Priority 1] 5.3 Do not use tables for layout unless the table makes sense when linearized. Otherwise, if the table does not make sense, provide an alternative equivalent (which may be a linearized version). [Priority 2] 5.4 If a table is used for layout, do not use any structural markup for the purpose of visual formatting. [Priority 2] 5.5 Provide summaries for tables. [Priority 3] 5.6 Provide abbreviations for header labels. [Priority 3] 6.1 Organize documents so they may be read without style sheets. For example, when an HTML document is rendered without associated style sheets, it must still be possible to read the document. [Priority 1] 6.2 Ensure that equivalents for dynamic content are updated when the dynamic content changes. [Priority 1] 6.3 Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported. If this is not possible, provide equivalent information on an alternative accessible page. [Priority 1] 6.4 For scripts and applets, ensure that event handlers are input device-independent. [Priority 2] 6.5 Ensure that dynamic content is accessible or provide an alternative presentation or page. [Priority 2] 7.1 Until user agents allow users to control flickering, avoid causing the screen to flicker. [Priority 1] 7.2 Until user agents allow users to control blinking, avoid causing content to blink (i.e., change presentation at a regular rate, such as turning on and off). [Priority 2] 7.3 Until user agents allow users to freeze moving content, avoid movement in pages. [Priority 2] 7.4 Until user agents provide the ability to stop the refresh, do not create periodically auto-refreshing pages. [Priority 2] 7.5 Until user agents provide the ability to stop auto-redirect, do not use markup to redirect pages automatically. Instead, configure the server to perform redirects. [Priority 2] 8.1 Make programmatic elements such as scripts and applets directly accessible or compatible with assistive technologies. [Priority 1 if functionality is important and not presented elsewhere, otherwise Priority 2] 9.1 Provide client-side image maps instead of server-side image maps except where the regions cannot be defined with an available geometric shape. [Priority 1] 9.2 Ensure that any element that has its own interface can be operated in a deviceindependent manner. [Priority 2] 10

11 Checkpoint 9.3 For scripts, specify logical event handlers rather than device-dependent event handlers. [Priority 2] 9.4 Create a logical tab order through links, form controls, and objects. [Priority 3] 9.5 Provide keyboard shortcuts to important links (including those in client-side image maps), form controls, and groups of form controls. For example, in HTML, specify shortcuts. [Priority 3] 10.1 Until user agents allow users to turn off spawned windows, do not cause popups or other windows to appear and do not change the current window without informing the user. [Priority 2] 10.2 Until user agents support explicit associations between labels and form controls, for all form controls with implicitly associated labels, ensure that the label is properly positioned. [Priority 2] 10.3 Until user agents (including assistive technologies) render side-by-side text correctly, provide a linear text alternative (on the current page or some other) for all tables that lay out text in parallel, word-wrapped columns. [Priority 3] 10.4 Until user agents handle empty controls correctly, include default, place-holding characters in edit boxes and text areas. [Priority 3] 10.5 Until user agents (including assistive technologies) render adjacent links distinctly, include non-link, printable characters (surrounded by spaces) between adjacent links. [Priority 3] 11.1 Use W3C technologies when they are available and appropriate for a task and use the latest versions when supported. [Priority 2] 11.2 Avoid deprecated features of W3C technologies. [Priority 2] 11.3 Provide information so that users may receive documents according to their preferences (e.g., language, content type, etc.) [Priority 3] 11.4 If, after best efforts, you cannot create an accessible page, provide a link to an alternative page that uses W3C technologies, is accessible, has equivalent information (or functionality), and is updated as often as the inaccessible (original) page. [Priority 1] 12.1 Title each frame to facilitate frame identification and navigation. [Priority 1] 12.2 Describe the purpose of frames and how frames relate to each other if it is not obvious by frame titles alone. [Priority 2] 12.3 Divide large blocks of information into more manageable groups where natural and appropriate. [Priority 2] 12.4 Associate labels explicitly with their controls. [Priority 2] Provide clear and consistent navigation mechanisms -- orientation information, navigation bars, a site map, etc. -- to increase the likelihood that a person will find what they are looking for at a site Ensure that documents are clear and simple so they may be more easily understood. 11

12 for WAI WCAG 2.0Guidelines Guideline Non-text Content: All non-text content that is presented to the user has a text alternative that serves the equivalent purpose, except for the situations listed below. (Level A) Audio-only and Video-only (Prerecorded): For prerecorded audio-only and prerecorded video-only media, the following are true, except when the audio or video is a media alternative for text and is clearly labeled as such: (Level A) Prerecorded Audio-only: An alternative for time-based media is provided that presents equivalent information for prerecorded audio-only content. Prerecorded Video-only: Either an alternative for time-based media or an audio track is provided that presents equivalent information for prerecorded video-only content Captions (Prerecorded): Captions are provided for all prerecorded audio content in synchronized media, except when the media is a media alternative for text and is clearly labeled as such. (Level A) Audio or Media Alternative (Prerecorded): An alternative for timebased media or audio description of the prerecorded video content is provided for synchronized media, except when the media is a media alternative for text and is clearly labeled as such. (Level A) Captions (Live): Captions are provided for all live audio content in synchronized media. (Level AA) Audio (Prerecorded): Audio description is provided for all prerecorded video content in synchronized media. (Level AA) Sign Language (Prerecorded): Sign language interpretation is provided for all prerecorded audio content in synchronized media. (Level AAA) Extended Audio (Prerecorded): Where pauses in foreground audio are insufficient to allow audio descriptions to convey the sense of the video, extended audio description is provided for all prerecorded video content in synchronized media. (Level AAA) Media Alternative (Prerecorded): An alternative for time-based media is provided for all prerecorded synchronized media and for all prerecorded videoonly media. (Level AAA) Audio-only (Live): An alternative for time-based media that presents equivalent information for live audio-only content is provided. (Level AAA) Info and Relationships: Information, structure, and relationships conveyed through presentation can be programmatically determined or are available in text. (Level A) Meaningful Sequence: When the sequence in which content is presented affects its meaning, a correct reading sequence can be programmatically determined. (Level A) 12

13 Guideline Sensory Characteristics: Instructions provided for understanding and operating content do not rely solely on sensory characteristics of components such as shape, size, visual location, orientation, or sound. (Level A) Color is not used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element. (Level A) Audio Control: If any audio on a web page plays automatically for more than 3 seconds, either a mechanism is available to pause or stop the audio, or a mechanism is available to control audio volume independently from the overall system volume level. (Level A) Contrast (Minimum): The visual presentation of text and images of text has a contrast ratio of at least 4.5:1, except for the following: (Level AA) Large Text: Large-scale text and images of large-scale text have a contrast ratio of at least 3:1; Incidental: Text or images of text that are part of an inactive user interface component, that are pure decoration, that are not visible to anyone, or that are part of a picture that contains significant other visual content, have no contrast requirement. Logotypes: Text that is part of a logo or brand name has no minimum contrast requirement Resize text: Except for captions and images of text, text can be resized without assistive technology up to 200 percent without loss of content or functionality. (Level AA) Images of Text: If the technologies being used can achieve the visual presentation, text is used to convey information rather than images of text except for the following: (Level AA) Customizable: The image of text can be visually customized to the user's requirements; Essential: A particular presentation of text is essential to the information being conveyed Contrast (Enhanced): The visual presentation of text and images of text has a contrast ratio of at least 7:1, except for the following: (Level AAA) Large Text: Large-scale text and images of large-scale text have a contrast ratio of at least 4.5:1; Incidental: Text or images of text that are part of an inactive user interface component, that are pure decoration, that are not visible to anyone, or that are part of a picture that contains significant other visual content, have no contrast requirement. Logotypes: Text that is part of a logo or brand name has no minimum contrast requirement. 13

14 Guideline Low or No Background Audio: For prerecorded audio-only content that (1) contains primarily speech in the foreground, (2) is not an audio CAPTCHA or audio logo, and (3) is not vocalization intended to be primarily musical expression such as singing or rapping, at least one of the following is true: (Level AAA) No Background: The audio does not contain background sounds. Turn Off: The background sounds can be turned off. 20 db: The background sounds are at least 20 decibels lower than the foreground speech content, with the exception of occasional sounds that last for only one or two seconds Visual Presentation: For the visual presentation of blocks of text, a mechanism is available to achieve the following: (Level AAA) 1. Foreground and background colors can be selected by the user. 2. Width is no more than 80 characters or glyphs (40 if CJK). 3. Text is not justified (aligned to both the left and the right margins). 4. Line spacing (leading) is at least space-and-a-half within paragraphs, and paragraph spacing is at least 1.5 times larger than the line spacing. 5. Text can be resized without assistive technology up to 200 percent in a way that does not require the user to scroll horizontally to read a line of text on a full-screen window Images of Text (No Exception): Images of text are only used for pure decoration or where a particular presentation of text is essential to the information being conveyed. (Level AAA) Keyboard: All functionality of the content is operable through a keyboard interface without requiring specific timings for individual keystrokes, except where the underlying function requires input that depends on the path of the user's movement and not just the endpoints. (Level A) No Keyboard Trap: If keyboard focus can be moved to a component of the page using a keyboard interface, then focus can be moved away from that component using only a keyboard interface, and, if it requires more than unmodified arrow or tab keys or other standard exit methods, the user is advised of the method for moving focus away. (Level A) Keyboard (No Exception): All functionality of the content is operable through a keyboard interface without requiring specific timings for individual keystrokes. (Level AAA) 14

15 Guideline Timing Adjustable: For each time limit that is set by the content, at least one of the following is true: (Level A) Turn off: The user is allowed to turn off the time limit before encountering it; or Adjust: The user is allowed to adjust the time limit before encountering it over a wide range that is at least ten times the length of the default setting; or Extend: The user is warned before time expires and given at least 20 seconds to extend the time limit with a simple action (for example, "press the space bar"), and the user is allowed to extend the time limit at least ten times; or Real-time Exception: The time limit is a required part of a real-time event (for example, an auction), and no alternative to the time limit is possible; or Essential Exception: The time limit is essential and extending it would invalidate the activity; or 20 Hour Exception: The time limit is longer than 20 hours Pause, Stop, Hide: For moving, blinking, scrolling, or auto-updating information, all of the following are true: (Level A) Moving, blinking, scrolling: For any moving, blinking or scrolling information that (1) starts automatically, (2) lasts more than five seconds, and (3) is presented in parallel with other content, there is a mechanism for the user to pause, stop, or hide it unless the movement, blinking, or scrolling is part of an activity where it is essential; and Auto-updating: For any auto-updating information that (1) starts automatically and (2) is presented in parallel with other content, there is a mechanism for the user to pause, stop, or hide it or to control the frequency of the update unless the auto-updating is part of an activity where it is essential No Timing: Timing is not an essential part of the event or activity presented by the content, except for non-interactive synchronized media and real-time events. (Level AAA) Interruptions: Interruptions can be postponed or suppressed by the user, except interruptions involving an emergency. (Level AAA) Re-authenticating: When an authenticated session expires, the user can continue the activity without loss of data after re-authenticating. (Level AAA) Three Flashes or Below Threshold: Web pages do not contain anything that flashes more than three times in any one second period, or the flash is below the general flash and red flash thresholds. (Level A) Three Flashes: Web pages do not contain anything that flashes more than three times in any one second period. (Level AAA) Bypass Blocks: A mechanism is available to bypass blocks of content that are repeated on multiple web pages. (Level A) Page Titled: Web pages have titles that describe topic or purpose. (Level A) 15

16 Guideline Focus Order: If a web page can be navigated sequentially and the navigation sequences affect meaning or operation, focusable components receive focus in an order that preserves meaning and operability. (Level A) Link Purpose (In Context): The purpose of each link can be determined from the link text alone or from the link text together with its programmatically determined link context, except where the purpose of the link would be ambiguous to users in general. (Level A) Multiple Ways: More than one way is available to locate a web page within a set of web pages except where the web Page is the result of, or a step in, a process. (Level AA) Headings and Labels: Headings and labels describe topic or purpose. (Level AA) Focus Visible: Any keyboard operable user interface has a mode of operation where the keyboard focus indicator is visible. (Level AA) Location: Information about the user's location within a set of web pages is available. (Level AAA) Link Purpose (Link Only): A mechanism is available to allow the purpose of each link to be identified from link text alone, except where the purpose of the link would be ambiguous to users in general. (Level AAA Section Headings: Section headings are used to organize the content. (Level AAA) Language of Page: The default human language of each web page can be programmatically determined. (Level A) Language of Parts: The human language of each passage or phrase in the content can be programmatically determined except for proper names, technical terms, words of indeterminate language, and words or phrases that have become part of the vernacular of the immediately surrounding text. (Level AA) Unusual Words: A mechanism is available for identifying specific definitions of words or phrases used in an unusual or restricted way, including idioms and jargon. (Level AAA) Abbreviations: A mechanism for identifying the expanded form or meaning of abbreviations is available. (Level AAA) Reading Level: When text requires reading ability more advanced than the lower secondary education level after removal of proper names and titles, supplemental content, or a version that does not require reading ability more advanced than the lower secondary education level, is available. (Level AAA) A mechanism is available for identifying specific pronunciation of words where meaning of the words, in context, is ambiguous without knowing the pronunciation. (Level AAA) On Focus: When any component receives focus, it does not initiate a change of context. (Level A) On Input: Changing the setting of any user interface component does not automatically cause a change of context unless the user has been advised of the behavior before using the component. (Level A) 16

17 Guideline Consistent Navigation: Navigational mechanisms that are repeated on multiple web pages within a set of web pages occur in the same relative order each time they are repeated, unless a change is initiated by the user. (Level AA) Consistent Identification: Components that have the same functionality within a set of web pages are identified consistently. (Level AA) Change on Request: Changes of context are initiated only by user request or a mechanism is available to turn off such changes. (Level AAA) Error Identification: If an input error is automatically detected, the item that is in error is identified and the error is described to the user in text. (Level A) Labels or Instructions: Labels or instructions are provided when content requires user input. (Level A) Error Suggestion: If an input error is automatically detected and suggestions for correction are known, then the suggestions are provided to the user, unless it would jeopardize the security or purpose of the content. (Level AA) Error Prevention (Legal, Financial, Data): For web pages that cause legal commitments or financial transactions for the user to occur, that modify or delete user-controllable data in data storage systems, or that submit user test responses, at least one of the following is true: (Level AA) 1. Reversible: Submissions are reversible. 2. Checked: Data entered by the user is checked for input errors and the user is provided an opportunity to correct them. 3. Confirmed: A mechanism is available for reviewing, confirming, and correcting information before finalizing the submission Context-sensitive help is available. (Level AAA) Error Prevention (All): For web pages that require the user to submit information, at least one of the following is true: (Level AAA) 1. Reversible: Submissions are reversible. 2. Checked: Data entered by the user is checked for input errors and the user is provided an opportunity to correct them. 3. Confirmed: A mechanism is available for reviewing, confirming, and correcting information before finalizing the submission Parsing: In content implemented using markup languages, elements have complete start and end tags, elements are nested according to their specifications, elements do not contain duplicate attributes, and any IDs are unique, except where the specifications allow these features. (Level A) Name, Role, Value: For all user interface components (including but not limited to: form elements, links and components generated by scripts), the name and role can be programmatically determined; states, properties, and values that can be set by the user can be programmatically set; and notification of changes to these items is available to user agents, including assistive technologies. (Level A) 17

18 Appendix B: Optional Customization Most users run s accessibility testing feature using the default settings, but can be easily customized to suit any special need or preference your organization might have. User customizations typically fall into two categories: Enabling or disabling individual rules. Creating custom accessibility rules. Enabling or Disabling Individual Rules includes over 500 accessibility rules, but because all rules do not make sense for all organizations and projects, it allows you to enable/disable checking of specific rules. You can change the default rule enforcement settings by checking or clearing boxes in your preferred accessibility Test Configuration. To help you determine which rules to enforce, the User s Guide contains a help file that describes each rule s purpose, lists the WAI WCAG or Section 508 guideline it enforces, and provides a sample violation and repair when appropriate. Creating Custom Accessibility Rules If you want to modify existing rules or create custom rules, you can do so using the RuleWizard feature. RuleWizard is a graphical user interface for expressing patterns you want to detect in code or structured data. In RuleWizard, a rule is a graphical representation of a code pattern you want to detect. Each rule is composed of available rule nodes and rule properties. For example, the rule pattern shown below represents a rule that finds all spacers (small transparent image files used to create white space) that do not have an alt attribute or whose alt attribute is not empty. This will automatically find code that either tries to add a text equivalent for spacer, or that fails to add an empty alt tag indicating that the image has no text equivalent. 18

19 To modify a rule, you point and click to make any necessary adjustments (for example, to change the spacer image height/width threshold to 10). You can also use RuleWizard to create and enforce custom accessibility rules that are not represented in the standard rule set. For example, imagine that you discovered that a certain company logo used on your site does not provide the necessary contrast for someone with color deficits or someone viewing the site on a black and white screen. You could automatically identify all pages that use this logo by designing and applying a rule that detects any occurrence of this logo. This rule could be built graphically or automatically (by entering code representing the pattern you want to find, and then letting the RuleWizard Auto-Create feature automatically construct your rule. 19

20 About Parasoft Parasoft is full-lifecycle quality platform for today s complex, heterogeneous applications. Above and beyond its accessibility auditing capabilities, also enables the team to perform functional and load testing from web UIs (including RIA and AJA), through the message layer, to the database and back-end with detailed visibility into how transactions pass through the various system components. For testing web interfaces, features: Visual, script-less design of complex tests that can be leveraged for both functional and load testing end-to-end test scenarios which may extend through web interfaces, back-end services, ESBs, databases, and everything in between. Static analysis of compliance to accessibility, custom branding and other standards. Automated distribution of regression test failures and policy violations as tasks to the responsible team members. Visual and intuitive web page validation and HTML content extraction. Execution of recorded tests against multiple browsers and in different environments. Automated generation of developer-friendly JUnit test cases. Maintainability reports to assist in developing robust regression tests that withstand changing HTML content and layouts as your web applications continue to evolve. is available now at About Parasoft For 20 years, Parasoft has investigated how and why software errors are introduced into applications. Our solutions leverage this research to deliver quality as a continuous process throughout the SDLC. This promotes strong code foundations, solid functional components, and robust business processes. Whether you are delivering Service-Oriented Architectures (SOA), evolving legacy systems, or improving quality processes draw on our expertise and award-winning products to increase productivity and the quality of your business applications. For more information visit 20

21 Contacting Parasoft USA 101 E. Huntington Drive, 2nd Floor Monrovia, CA Toll Free: (888) Tel: (626) Fax: (626) URL: Europe France: +33 (1) UK: +44 (0) Germany: Netherlands: Asia Tel: info-psa@parasoft.com 2009 Parasoft Corporation All rights reserved. Parasoft and all Parasoft products and services listed within are trademarks or registered trademarks of Parasoft Corporation. All other products, services, and companies are trademarks, registered trademarks, or servicemarks of their respective holders in the US and/or other countries. 21

Blackboard Web Community Manager WCAG 2.0 Support Statement February 2016

Blackboard Web Community Manager WCAG 2.0 Support Statement February 2016 Blackboard Web Community Manager WCAG 2.0 Support Statement February 2016 Blackboard February 2016 Page 1 of 20 Overview The following Support Statement provides an evaluation of accessibility support

More information

How To Use A Web Page With A Wheelchair On A Pc Or Mac Or Mac (For Seniors)

How To Use A Web Page With A Wheelchair On A Pc Or Mac Or Mac (For Seniors) Desire2Learn Learning Environment Web Content Accessibility Guidelines (WCAG 2.0) Checklist October 2013 Contents Introduction Key accessibility features Keyboard-only navigation Screen magnification,

More information

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

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

More information

WCAG 2.0 Checklist (Detailed)

WCAG 2.0 Checklist (Detailed) WCAG 2.0 Checklist (Detailed) For a complete listing of the WCAG (Web Content Accessibility Guidelines) 2.0, visit: http://www.w3.org/tr/2008/rec WCAG20 20081211. Perceivable - web content is made available

More information

Moodlerooms WCAG 2.0 Support Statement January 2016

Moodlerooms WCAG 2.0 Support Statement January 2016 Moodlerooms WCAG 2.0 Support Statement January 2016 Moodlerooms January 2016 Page 1 of 27 Overview The following Support Statement provides an evaluation of accessibility support levels for Moodlerooms

More information

Web Content Accessibility Guidelines 2.0 Checklist

Web Content Accessibility Guidelines 2.0 Checklist Updated: November 17, 2015 Product: Contact: Website: Source: Color Check: Disability Services Management System sales@accessiblelearning.com http://www.accessiblelearning.com http://webaim.org/standards/wcag/checklist

More information

vcenter Operations Manager Administration 5.0 Online Help VPAT

vcenter Operations Manager Administration 5.0 Online Help VPAT Administration 5.0 Online Help VPAT Product Name: Administration 5.0 Online Help VPAT Since the VPAT must be comprehensive, all Section 508 issues on all pages must be corrected to sustain compliance.

More information

Voluntary Product Accessibility Template Blackboard Learn Release 9.1 April 2014 (Published April 30, 2014)

Voluntary Product Accessibility Template Blackboard Learn Release 9.1 April 2014 (Published April 30, 2014) Voluntary Product Accessibility Template Blackboard Learn Release 9.1 April 2014 (Published April 30, 2014) Contents: Introduction Key Improvements VPAT Section 1194.21: Software Applications and Operating

More information

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

VPAT. Voluntary Product Accessibility Template. Version 1.5. Summary Table VPAT. Voluntary Product Accessibility Template. Supporting Features Version 1.5 Date: Nov 5, 2014 Name of Product: Axway Sentinel Web Dashboard 4.1.0 Contact for more Information (name/phone/email): Axway Federal 877-564-7700 http://www.axwayfederal.com/contact/ Summary

More information

Serena Software Voluntary Product Accessibility Report. Summary Table

Serena Software Voluntary Product Accessibility Report. Summary Table Serena Software Voluntary Product Accessibility Report Date: October 22, 2015 Name of Product: Serena Business Manager Contact for more Information (name/phone/email): Dave Easter / deaster@serena.com

More information

Echo360 Voluntary Product Accessibility Template

Echo360 Voluntary Product Accessibility Template Echo360 Voluntary Product Accessibility Template Version 1.0 April 1, 2015 Contact for more Information: Jason Aubrey, JAubrey@echo360.com Introduction Echo360 is committed to ensuring that our platform

More information

HSU Accessibility Checkpoints Explained

HSU Accessibility Checkpoints Explained HSU Accessibility Checkpoints Explained Sources: http://bobby.watchfire.com/bobby/html/en/index.jsp EASI Barrier-free Web Design Workshop (version 4) Paciello, Michael G. WEB Accessibility for People with

More information

Section 1194.21 Software Applications and Operating Systems - Detail Voluntary Product Accessibility VPSX. Level of Support & Supporting Features

Section 1194.21 Software Applications and Operating Systems - Detail Voluntary Product Accessibility VPSX. Level of Support & Supporting Features Section 1194.21 Software Applications and Operating Systems - Detail Voluntary Product Accessibility VPSX (a) When software is designed to run on a system that has a keyboard, product functions shall be

More information

Voluntary Product Accessibility Report

Voluntary Product Accessibility Report Voluntary Product Accessibility Report Compliance and Remediation Statement for Section 508 of the US Rehabilitation Act for OpenText Content Server 10.5 October 23, 2013 TOGETHER, WE ARE THE CONTENT EXPERTS

More information

Summary Table for SolarWinds Web Help Desk

Summary Table for SolarWinds Web Help Desk Date: February 10 th, 2015 Name of Product: (WHD) Contact for more Information: http://www.solarwinds.com/support/ Summary Table for Section 1194.21 Software Applications with. See section 1194.21 below.

More information

Xerox DocuMate 3125 Document Scanner

Xerox DocuMate 3125 Document Scanner Xerox DocuMate 3125 Document Scanner Voluntary Product Accessibility Template (VPAT) Submitted by Visioneer, Inc., November 30, 2011 Date: 11/30/2011 Name of Product: Xerox DocuMate 3125 Contact for more

More information

WESTERN KENTUCKY UNIVERSITY. Web Accessibility. Objective

WESTERN KENTUCKY UNIVERSITY. Web Accessibility. Objective WESTERN KENTUCKY UNIVERSITY Web Accessibility Objective This document includes research on policies and procedures, how many employees working on ADA Compliance, audit procedures, and tracking content

More information

Summary Table for SolarWinds Web Help Desk

Summary Table for SolarWinds Web Help Desk Date: February 25, 2013 Name of Product: SolarWinds Web Help Desk Contact for more Information: http://www.solarwinds.com/support/ Summary Table for Voluntary Product Accessibility Template (VPAT) Remarks

More information

Health Enterprise Medicaid Management Information System

Health Enterprise Medicaid Management Information System Health Enterprise Medicaid Management Information System Voluntary Product Accessibility Template (VPAT) Compliant Learn more about Xerox and Section 508 at our website:: www.xerox.com/section508 Contact

More information

WCAG 2.0 for Designers: Beyond Screen Readers and Captions

WCAG 2.0 for Designers: Beyond Screen Readers and Captions WCAG 2.0 for Designers: Beyond Screen Readers and Captions Loretta Guarino Reid 1 and Andi Snow-Weaver 2, 1 Google, Inc 1600 Amphitheatre Pkwy Mountain View, CA 94043 LorettaGuarino@google.com 2 IBM 11501

More information

VPAT. Voluntary Product Accessibility Template. Version 1.3

VPAT. Voluntary Product Accessibility Template. Version 1.3 Version 1.3 EXHIBIT 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 ADA COMPLIANCE 1. Does database support ADA compliant browsers? Yes X No If no, does the database make any accommodations in its visual display for visually impaired users? Yes No 2. Voluntary Product

More information

Voluntary Product Accessibility Template (VPAT)

Voluntary Product Accessibility Template (VPAT) Voluntary Product Accessibility Template (VPAT) Name of Product Date January 8 2016 Engineering Village (EV for short) Completed by Contact for More Information Heather Singleton Heather Singleton User

More information

Snap Server Manager Section 508 Report

Snap Server Manager Section 508 Report Overland Storage 4820 Overland Ave San Diego, Ca 92123 Snap Server Manager Section 508 Report Summary Table Voluntary Product Accessibility Template Criteria Section 1194.21 Software Applications and Operating

More information

Planning for Accessibility when Developing Financial Services Websites and Mobile Apps

Planning for Accessibility when Developing Financial Services Websites and Mobile Apps Planning for Accessibility when Developing Financial Services Websites and Mobile Apps Margo H. K. Tank, Partner, BuckleySandler LLP R. David Whitaker, Counsel, BuckleySandler LLP For most of the population,

More information

Summary Table Voluntary Product Accessibility Template

Summary Table Voluntary Product Accessibility Template Voluntary Product Accessibility Template (VPAT) Name of Product: imagerunner ADVANCE C5255/C5250/C5240/C5235 Date: May 27, 2012 Note: This document was prepared based on normal walk-up functionality. It

More information

Supporting Features. Supports with Exceptions. Supports with Exceptions. Supports

Supporting Features. Supports with Exceptions. Supports with Exceptions. Supports Voluntary Product Accessibility Template (VPAT) Date: April 1, 2008 Name of Product: Kyocera FS-1100 (Desktop Laser Printer) Contact for more Information: William_cassidy@kyoceramita.com Section 1194.21

More information

VPAT Summary. VPAT Details. Section 1194.22 Web-based Internet information and applications - Detail

VPAT Summary. VPAT Details. Section 1194.22 Web-based Internet information and applications - Detail Date: October 8, 2014 Name of Product: System x3755 M3 VPAT Summary Criteria Status Remarks and Explanations Section 1194.21 Software Applications and Operating Systems Section 1194.22 Web-based Internet

More information

Voluntary Product Accessibility Template (VPAT)

Voluntary Product Accessibility Template (VPAT) Voluntary Product Accessibility Template (VPAT) Date: 2013 Name of Product: Pivot Product website: https://pivot.cos.com/ Contact for more Information: http://pivot.cos.com/helpdesk NOTE: All sections

More information

TABLE OF CONTENTS. Guide to Preparation of Procurement Specifications for Accessible Websites

TABLE OF CONTENTS. Guide to Preparation of Procurement Specifications for Accessible Websites Guide to Preparation of Procurement Specifications for ccessible Websites TBLE OF CONTENTS 1. Introduction... 2 2. bout this Guide... 3 2.1 Basis of the Guide... 3 2.2 Using the Guide... 3 2.3 Structure

More information

SECTION 508 COMPLIANCE

SECTION 508 COMPLIANCE SECTION 508 COMPLIANCE Section 508 requires that Federal Departments and Agencies provide Electronic and Information Technology (EIT) that s accessible to people with disabilities. The purpose of this

More information

Voluntary Product Accessibility Template (VPAT) Policy & Information

Voluntary Product Accessibility Template (VPAT) Policy & Information Voluntary Product Accessibility Template (VPAT) Policy & Information What is a VPAT? A VPAT is a vendor-generated statement (using the required template) that provides relevant information on how a vendor

More information

PDF Accessibility Overview

PDF Accessibility Overview Contents 1 Overview of Portable Document Format (PDF) 1 Determine the Accessibility Path for each PDF Document 2 Start with an Accessible Document 2 Characteristics of Accessible PDF files 4 Adobe Acrobat

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

VPAT Voluntary Product Accessibility Template

VPAT Voluntary Product Accessibility Template Applies to the following products and features: Utelogy U-Control o Includes Configurator, Monitor, and Dashboard Utelogy U-Manage Utelogy U-Help Summary Table Section 1194.21 Software Applications and

More information

TRI Oracle Empirica Trace 2012 508 Statement of Conformance

TRI Oracle Empirica Trace 2012 508 Statement of Conformance TRI Oracle Empirica Trace 2012 508 Statement of Conformance TRI is committed to providing access to all individuals with or without disabilities seeking information on TRI s installation or Oracle Empirica

More information

icohere Products and Section 508 Standards Voluntary Product Accessibility Template (VPAT )

icohere Products and Section 508 Standards Voluntary Product Accessibility Template (VPAT ) icohere Products and Section 508 Standards Voluntary Product Accessibility Template (VPAT ) icohere and the Twenty-First Century Communications and Video Accessibility Act of 2010 (CVAA) The webcast portion

More information

Summary Table. Voluntary Product Accessibility Template

Summary Table. Voluntary Product Accessibility Template Date: October 4, 2011 Name of Product: ActiveData For Excel Version 5 Contact for more information: John West, 613-569-4675 ext 175, jwest@informationactive.com Note, ActiveData For Excel / Microsoft Office

More information

3.3 Web Content Policies and Guidelines

3.3 Web Content Policies and Guidelines 3.3 Web Content Policies and Guidelines POLICY: This policy exists to ensure the integrity of the Gordon College website and serves as a guide to publishing information to the web. Standards and Accessibility:

More information

Adobe Acrobat XI Pro Accessibility Guide: Best Practices for PDF Accessibility

Adobe Acrobat XI Pro Accessibility Guide: Best Practices for PDF Accessibility Adobe Acrobat XI Pro Accessibility Guide: Best Practices for PDF Accessibility For more information Solution details: www.adobe.com/accessibility/products/acrobat/ Program details: www.adobe.com/accessibility

More information

VPAT. Voluntary Product Accessibility Template. Version 1.3

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

SRCSB General Web Development Policy Guidelines Jun. 2010

SRCSB General Web Development Policy Guidelines Jun. 2010 This document outlines the conventions that must be followed when composing and publishing HTML documents on the Santa Rosa District Schools World Wide Web server. In most cases, these conventions also

More information

WCAG 2 Compliance With Flash

WCAG 2 Compliance With Flash WCAG 2 Compliance With Flash A few Notes For This Webinar 1. Please mute your phone line 2. You can post questions in Connect during the session and we will answer what we can at the end of the webinar

More information

Website Accessibility Under Title II of the ADA

Website Accessibility Under Title II of the ADA Chapter 5 Website Accessibility Under Title II of the ADA In this chapter, you will learn how the nondiscrimination requirements of Title II of 1 the ADA apply to state and local government websites. Chapter

More information

Accessibility. Accessibility. Web sites should be designed to ensure that

Accessibility. Accessibility. Web sites should be designed to ensure that 3 Web sites should be designed to ensure that everyone, including users who have difficulty seeing, hearing, and making precise movements, can use them. Generally, this means ensuring that Web sites facilitate

More information

Online Accessibility Action Plan

Online Accessibility Action Plan University of South Australia Online Accessibility Action Plan FINAL VERSION (Approved by Senior Management Group) (February 2004) VERSION 1.0 TABLE OF CONTENTS 1 INTRODUCTION... 3 2 THE DISABILITY DISCRIMINATION

More information

Creating and Maintaining Accessible Websites with SiteCM

Creating and Maintaining Accessible Websites with SiteCM Creating and Maintaining Accessible Websites with SiteCM The purpose of this document is to introduce individuals and organizations who create and maintain web content to the concept of Web Accessibility

More information

Intelledox Designer WCA G 2.0

Intelledox Designer WCA G 2.0 Intelledox Designer WCA G 2.0 Best Practice Guide Intelledox Designer WCAG 2.0 Best Practice Guide Version 1.0 Copyright 2011 Intelledox Pty Ltd All rights reserved. Intelledox Pty Ltd owns the Intelledox

More information

July 2012 Version 1.0. Section 508 Compliance Test Process for Microsoft Word Documents

July 2012 Version 1.0. Section 508 Compliance Test Process for Microsoft Word Documents July 2012 Version 1.0 Section 508 Compliance Test Process for Microsoft Word Documents Contents DHS Section 508 MS Word Test and Reporting Process... 2 DHS Section 508 Compliance Tests for MS Word... 6

More information

Voluntary Product Accessibility

Voluntary Product Accessibility Date: 10/29/12 Product Name: Recovery Manager for Active Directory Product Version: 8.6.0 Contact for more information: http://software.dell.com/legal/section-508.aspx Summary Table Section 1194.21: Software

More information

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template dg Date: April 2014 Product Name: Samsung Galaxy Tab 4 7.0, 8.0, 10.1 (WiFi) Product Version Number: Samsung Galaxy Tab 4 7.0, 8.0, 10.1 (WiFi) Vendor Company Name: Samsung Electronics of America Vendor

More information

Information and Communications Standard. Making your website more accessible

Information and Communications Standard. Making your website more accessible Information and Communications Standard Making your website more accessible Web accessibility benefits millions of users with disabilities, but it also benefits people without disabilities, like people

More information

Creating Accessible Word Documents

Creating Accessible Word Documents Center for Faculty Development and Support Creating Accessible Word Documents With Microsoft Word 2008 for Macintosh CREATING ACCESSIBLE WORD DOCUMENTS 3 Overview 3 Learning Objectives 3 Prerequisites

More information

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template dg Date: July 2013 Voluntary Product Accessibility Template Product Name: Samsung Galaxy Tablet PC Product Version Number: Galaxy Tab 3 10.1, 8, and 7 Vendor Company Name: Samsung Electronics of America

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Introduction Client-Side scripting involves using programming technologies to build web pages and applications that are run on the client (i.e.

More information

Section A: CURRICULUM, INSTRUCTIONAL DESIGN AND STUDENT ASSESSMENT

Section A: CURRICULUM, INSTRUCTIONAL DESIGN AND STUDENT ASSESSMENT This document is designed to assist in determining the quality and effectiveness of online courses. It is based on the Southern Regional Educational Board s Essential Principles of Quality and has been

More information

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file.

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file. Creative Specs Gmail Sponsored Promotions Overview The GSP creative asset will be a ZIP folder, containing four components: 1. Teaser text file 2. Teaser logo image 3. HTML file with the fully expanded

More information

STATE OF MINNESOTA NARRATIVE PROPOSAL

STATE OF MINNESOTA NARRATIVE PROPOSAL STATE OF INNESOTA NARRATIVE PROPOSAL INNESOTA WSCA-NASPO aster Agreement for: Computer Equipment (Desktops, Laptops, Tablets, Servers, Storage and Ruggedized Devices including Related Peripherals & Services)

More information

State of Nevada. Ektron Content Management System (CMS) Basic Training Guide

State of Nevada. Ektron Content Management System (CMS) Basic Training Guide State of Nevada Ektron Content Management System (CMS) Basic Training Guide December 8, 2015 Table of Contents Logging In and Navigating to Your Website Folders... 1 Metadata What it is, How it Works...

More information

Universal Design and Ethical Practices for Designing. Bryan Ayres, M.Ed., ATP, Director Technology & Curriculum Access Center Easter Seals Arkansas

Universal Design and Ethical Practices for Designing. Bryan Ayres, M.Ed., ATP, Director Technology & Curriculum Access Center Easter Seals Arkansas Universal Design and Ethical Practices for Designing i Accessible Web Environments Bryan Ayres, M.Ed., ATP, Director Technology & Curriculum Access Center Easter Seals Arkansas Contact information Technology

More information

CDC UNIFIED PROCESS PROCESS GUIDE

CDC UNIFIED PROCESS PROCESS GUIDE As of October 01, 2010 practices, templates, and processes were version frozen. The contents of this document may be obsolete. It remains available as reference but should not be relied upon as current

More information

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For How-to Guide: MIT DLC Drupal Cloud Theme This guide will show you how to take your initial Drupal Cloud site... and turn it into something more like this, using the MIT DLC Drupal Cloud theme. See this

More information

Backbase Accessibility

Backbase Accessibility Whitepaper Learn about: Section 508 Accessibility requirements Backbase compliance Introduction This paper discusses the growing importance of Rich Internet Applications (RIA s) and their support for Accessibility.

More information

SiteBuilder 2.1 Manual

SiteBuilder 2.1 Manual SiteBuilder 2.1 Manual Copyright 2004 Yahoo! Inc. All rights reserved. Yahoo! SiteBuilder About This Guide With Yahoo! SiteBuilder, you can build a great web site without even knowing HTML. If you can

More information

Mobile Application Accessibility Handbook 2. UNDERSTANDING THE DIFFICULTIES ENCOUNTERED BY PERSONS WITH DISABILITIES 5

Mobile Application Accessibility Handbook 2. UNDERSTANDING THE DIFFICULTIES ENCOUNTERED BY PERSONS WITH DISABILITIES 5 Mobile Application Accessibility Handbook Table of Contents Table of Contents 1. INTRODUCTION... 3 2. UNDERSTANDING THE DIFFICULTIES ENCOUNTERED BY PERSONS WITH DISABILITIES 5 3. TOP 8 CONCERNS FROM PERSONS

More information

Web Accessibility Report

Web Accessibility Report Web Accessibility Report AnnArborCIL.org Divye Bokdia Introduction AnnArborcil.org is an accessible website with AAA conformance. Team of four Michigan students (refer team section) and a staff member

More information

Using Adobe Dreamweaver CS4 (10.0)

Using Adobe Dreamweaver CS4 (10.0) Getting Started Before you begin create a folder on your desktop called DreamweaverTraining This is where you will save your pages. Inside of the DreamweaverTraining folder, create another folder called

More information

Dreamweaver CS5. Module 2: Website Modification

Dreamweaver CS5. Module 2: Website Modification Dreamweaver CS5 Module 2: Website Modification Dreamweaver CS5 Module 2: Website Modification Last revised: October 31, 2010 Copyrights and Trademarks 2010 Nishikai Consulting, Helen Nishikai Oakland,

More information

How to Develop Accessible Linux Applications

How to Develop Accessible Linux Applications Sharon Snider Copyright 2002 by IBM Corporation v1.1, 2002 05 03 Revision History Revision v1.1 2002 05 03 Revised by: sds Converted to DocBook XML and updated broken links. Revision v1.0 2002 01 28 Revised

More information

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Contents Microsoft Office Interface... 4 File Ribbon Tab... 5 Microsoft Office Quick Access Toolbar... 6 Appearance

More information

Brock University Content Management System Training Guide

Brock University Content Management System Training Guide Brock University Content Management System Training Guide Table of Contents Brock University Content Management System Training Guide...1 Logging In...2 User Permissions...3 Content Editors...3 Section

More information

Macromedia Dreamweaver 8 Developer Certification Examination Specification

Macromedia Dreamweaver 8 Developer Certification Examination Specification Macromedia Dreamweaver 8 Developer Certification Examination Specification Introduction This is an exam specification for Macromedia Dreamweaver 8 Developer. The skills and knowledge certified by this

More information

CONTENTM WEBSITE MANAGEMENT SYSTEM. Getting Started Guide

CONTENTM WEBSITE MANAGEMENT SYSTEM. Getting Started Guide CONTENTM WEBSITE MANAGEMENT SYSTEM Getting Started Guide Table of Contents CONTENTM WEBSITE MANAGEMENT SYSTEM... 1 GETTING TO KNOW YOUR SITE...5 PAGE STRUCTURE...5 Templates...5 Menus...5 Content Areas...5

More information

BLUECIELO MERIDIAN ASSET MANAGEMENT MODULE 2014

BLUECIELO MERIDIAN ASSET MANAGEMENT MODULE 2014 BLUECIELO MERIDIAN ASSET MANAGEMENT MODULE 2014 User's Guide Manual BlueCielo ECM Solutions bluecieloecm.com December 09 2014 LEGAL NOTICE 2014 BlueCielo ECM Solutions B. V. Polarisavenue 1 2132 JH Hoofddorp

More information

Microsoft Office PowerPoint 2013

Microsoft Office PowerPoint 2013 Microsoft Office PowerPoint 2013 Navigating the PowerPoint 2013 Environment The Ribbon: The ribbon is where you will access a majority of the commands you will use to create and develop your presentation.

More information

Accessibility in e-learning. Accessible Content Authoring Practices

Accessibility in e-learning. Accessible Content Authoring Practices Accessibility in e-learning Accessible Content Authoring Practices JUNE 2014 Contents Introduction... 3 Visual Content... 3 Images and Alt... 3 Image Maps and Alt... 4 Meaningless Images and Alt... 4 Images

More information

Dreamweaver CS3 THE MISSING MANUAL. David Sawyer McFarland. POGUE PRESS" O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo

Dreamweaver CS3 THE MISSING MANUAL. David Sawyer McFarland. POGUE PRESS O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo Dreamweaver CS3 THE MISSING MANUAL David Sawyer McFarland POGUE PRESS" O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo Table of Contents The Missing Credits Introduction 1 Part

More information

RADFORD UNIVERSITY. Radford.edu. Content Administrator s Guide

RADFORD UNIVERSITY. Radford.edu. Content Administrator s Guide RADFORD UNIVERSITY Radford.edu Content Administrator s Guide Contents Getting Started... 2 Accessing Content Administration Tools... 2 Logging In... 2... 2 Getting Around... 2 Logging Out... 3 Adding and

More information

Software Application & Operating Systems Checklist

Software Application & Operating Systems 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

Easy Guide to Building No Barrier Web Sites

Easy Guide to Building No Barrier Web Sites Easy Guide to Building No Barrier Web Sites Content 1) Introduction 2) What is Web Accessibility 3) Current Situation 4) Benefits of Accessible Sites 5) Different Disabilities that can affect Web Accessibility

More information

Creating Accessible Forms in Microsoft Word and Adobe PDF

Creating Accessible Forms in Microsoft Word and Adobe PDF Creating Accessible Forms in Microsoft Word and Adobe PDF Disability Access Services i About Disability Access Services Centralized Resource and Information on Disability Access Disability Access Services

More information

Creating Web Pages with HTML Simplified. 3rd Edition

Creating Web Pages with HTML Simplified. 3rd Edition Brochure More information from http://www.researchandmarkets.com/reports/2248215/ Creating Web Pages with HTML Simplified. 3rd Edition Description: Are you new to computers? Does new technology make you

More information

Georgia State University s Web Accessibility Policy (proposed)

Georgia State University s Web Accessibility Policy (proposed) Georgia State University s Web Accessibility Policy (proposed) The objective of this Internet Accessibility Policy is to place emphasis on content, effective communication, and interaction through Universal

More information

Chapter 10: Multimedia and the Web

Chapter 10: Multimedia and the Web Understanding Computers Today and Tomorrow 12 th Edition Chapter 10: Multimedia and the Web Learning Objectives Define Web-based multimedia and list some advantages and disadvantages of using multimedia.

More information

Creating Web Pages with Microsoft FrontPage

Creating Web Pages with Microsoft FrontPage Creating Web Pages with Microsoft FrontPage 1. Page Properties 1.1 Basic page information Choose File Properties. Type the name of the Title of the page, for example Template. And then click OK. Short

More information

HOW TO USE THIS GUIDE

HOW TO USE THIS GUIDE HOW TO USE THIS GUIDE This guide provides step-by-step instructions for each exercise. Anything that you are supposed to type or select is noted with various types and colors. WHEN YOU SEE THIS Click Help

More information

Web Accessibility Tools: InFocus & LIFT for DreamWeaver

Web Accessibility Tools: InFocus & LIFT for DreamWeaver Web Accessibility Tools: InFocus & LIFT for DreamWeaver High Tech Center Training Unit Of the California Community Colleges at the Foothill-De Anza Community College District 21050 McClellan Road Cupertino,

More information

Basic tutorial for Dreamweaver CS5

Basic tutorial for Dreamweaver CS5 Basic tutorial for Dreamweaver CS5 Creating a New Website: When you first open up Dreamweaver, a welcome screen introduces the user to some basic options to start creating websites. If you re going to

More information

Drupal Training Guide

Drupal Training Guide Drupal Training Guide Getting Started Drupal Information page on the IT site: http://it.santarosa.edu/drupal On this page is information about Drupal sign up, what Drupal is, which is a content management

More information

This document is for informational purposes only. PowerMapper Software makes no warranties, express or implied in this document.

This document is for informational purposes only. PowerMapper Software makes no warranties, express or implied in this document. SortSite 5 User Manual SortSite 5 User Manual... 1 Overview... 2 Introduction to SortSite... 2 How SortSite Works... 2 Checkpoints... 3 Errors... 3 Spell Checker... 3 Accessibility... 3 Browser Compatibility...

More information

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts...

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts... Table of Contents Welcome... 2 Login... 3 Password Assistance... 4 Self Registration... 5 Secure Mail... 7 Compose... 8 Drafts... 10 Outbox... 11 Sent Items... 12 View Package Details... 12 File Manager...

More information

3. Add and delete a cover page...7 Add a cover page... 7 Delete a cover page... 7

3. Add and delete a cover page...7 Add a cover page... 7 Delete a cover page... 7 Microsoft Word: Advanced Features for Publication, Collaboration, and Instruction For your MAC (Word 2011) Presented by: Karen Gray (kagray@vt.edu) Word Help: http://mac2.microsoft.com/help/office/14/en-

More information

Section 508 Compliance - Voluntary Product Accessibility Template (VPAT)

Section 508 Compliance - Voluntary Product Accessibility Template (VPAT) Section 508 Compliance - Voluntary Product Accessibility Template (VPAT) Name of Product: Phire Architect, version 11.x Last Updated: April 01, 2016 Minimum Version: This Voluntary Product Accessibility

More information

TUTORIAL 4 Building a Navigation Bar with Fireworks

TUTORIAL 4 Building a Navigation Bar with Fireworks TUTORIAL 4 Building a Navigation Bar with Fireworks This tutorial shows you how to build a Macromedia Fireworks MX 2004 navigation bar that you can use on multiple pages of your website. A navigation bar

More information

Ce document a été téléchargé depuis le site de Precilog. - Services de test SOA, - Intégration de solutions de test.

Ce document a été téléchargé depuis le site de Precilog. - Services de test SOA, - Intégration de solutions de test. Ce document a été téléchargé depuis le site de Precilog. - Services de test SOA, - Intégration de solutions de test. 01 39 20 13 55 info@precilog.com www.precilog.com End to End Process Testing & Validation:

More information

Saving work in the CMS... 2. Edit an existing page... 2. Create a new page... 4. Create a side bar section... 4

Saving work in the CMS... 2. Edit an existing page... 2. Create a new page... 4. Create a side bar section... 4 CMS Editor How-To Saving work in the CMS... 2 Edit an existing page... 2 Create a new page... 4 Create a side bar section... 4 Upload an image and add to your page... 5 Add an existing image to a Page...

More information

Acrobat X Pro Accessible Forms and Interactive Documents

Acrobat X Pro Accessible Forms and Interactive Documents Contents 2 PDF Form Fields 2 Acrobat Form Wizard 5 Enter Forms Editing Mode Directly 5 Create Form Fields Manually 6 Forms Editing Mode 8 Form Field Properties 11 Editing or Modifying an Existing Form

More information

Email Marketing. Best Practices

Email Marketing. Best Practices Email Marketing Best Practices Introduction Within email marketing, creative design serves two very important functions. First, properly composed email creative ensure proper rendering and deliverability

More information

San Joaquin County Office of Education Career & Technical Education Web Design ~ Course Outline CBEDS#: 4601

San Joaquin County Office of Education Career & Technical Education Web Design ~ Course Outline CBEDS#: 4601 Web Design Course Outline I II 1 Course Content 5 5 Student Evaluation Employment Opportunities 2 XHTML 10 10 Creating an HTML Document Formatting Text with HTML Adding Graphics with Multimedia Using forms

More information