VPAT® Version 2.4 – July 2021
This report covers the degree of conformance for the following accessibility standard/guidelines:
Standard/Guideline |
Included In Report |
Web Content Accessibility Guidelines 2.0, at http://www.w3.org/TR/2008/REC-WCAG20-20081211/ |
Level A ( Yes ) Level AA ( Yes ) Level AAA ( No ) |
Revised Section 508 standards as published by the U.S. Access Board in the Federal Register on January 18, 2017 Corrections to the ICT Final Rule as published by the US Access Board in the Federal Register on January 22, 2018 |
( Yes ) |
EN 301 549 Accessibility requirements suitable for public procurement of ICT products and services in Europe, - V1.1.2 (2015-04) at http://www.etsi.org/deliver/etsi_en/301500_301599/301549/01.01.02_60/en_301549v010102p.pdf |
( No ) |
The terms used in the Conformance Level information are defined as follows:
Tables 1 and 2 also document conformance with:
Note: When reporting on conformance with the WCAG 2.0 Success Criteria, they are scoped for full pages, complete processes, and accessibility-supported ways of using technology as documented in the WCAG 2.0 Conformance Requirements.
Notes:
Criteria |
Conformance Level |
Remarks and Explanations |
1.1.1 Non-text Content (Level A) Also applies to:
|
Web: Supports
|
Web: All images have alt text, Images with text on them have all text included in alt attribute. |
1.2.1 Audio-only and Video-only (Prerecorded) (Level A) Also applies to:
|
Web: n/a
|
Web: VisualDx contains no audio-only or video-only content
|
1.2.2 Captions (Prerecorded) (Level A) Also applies to:
|
Web: n/a
|
Web: VisualDx contains no audio or video content that would need to be captioned
|
1.2.3 Audio Description or Media Alternative (Prerecorded) (Level A) Also applies to:
|
Web: n/a
|
Web: VisualDx contains no time-based media, and no video or audio content.
|
1.3.1 Info and Relationships (Level A) Also applies to:
|
Web: Supports with exceptions
|
Web: All content is described via semantic markup, ARIA landmarks, roles, and labels. NOTES: 1) the aXe plugin states that forms that are initially hidden (e.g. our 'Send Feedback' form) have hidden labels. When the form becomes active, all of its content - including labels - is visible. 2) The jQuery-ui library we use attaches roles to elements that the aXe plugin complains are non-standard, such as adding the 'button' role to <button> tags. We can alter the library to prevent this if it is an issue for screen readers.
|
1.3.2 Meaningful Sequence (Level A) Also applies to:
|
Web: Supports
|
Web: The VisualDx web application is built with semantic HTML, and content is presented sequentially so that assistive technologies can interpret it logically. For example: Diagnosis Images are presented as <figure> tags; when captions are present, they are contained as a <figcaption> within the <figure> element.
|
1.3.3 Sensory Characteristics (Level A) Also applies to:
|
Web: Supports
|
Web: All interactive elements have text equivalents available to assistive technologies. For example: 'x' icons to close dialogs have an alt text of 'close', and a table that is sortable by clicking column headers is immediately preceeded by a sentence explaining how to sort the content.
|
1.4.1 Use of Color (Level A) Also applies to:
|
Web: Supports
|
Web: Color is only used to present information in measures of differential strength - and in those cases is always paired with a text description; e.g. a green bar followed by 'Excellent'.
|
1.4.2 Audio Control (Level A) Also applies to:
|
Web: n/a
|
Web: VisualDx does not contain video or audio content
|
2.1.1 Keyboard (Level A) Also applies to:
|
Web: Supports
|
Web: VisualDx supports keyboard-only navigation and data input. Elements can be navigated between with tab and selected/activated with enter. Controls When items appear in sequence, such as pictures in a gallery of diagnosis images or a set of diagnosis summaries in a differential diagnosis, the list can be navigated with the arrow keys.
|
2.1.2 No Keyboard Trap (Level A) Also applies to:
|
Web: Supports
|
Web: All elements can be navigated to via tabbing, and can also be left via continuing to tab between elements.
|
2.2.1 Timing Adjustable (Level A) Also applies to:
|
Web: Supports with exceptions
|
Web: VisualDx has a server timeout of 1 hour, which also applies when logging in with a username/password. Timeouts can be handled seamlessly for users for whom timing can be a problem. VisualDx supports multiple log-in methods, including IP-based authentication, and embedding credentials in the url. All application state is stored in the web application's querystring, so even if the session expires no work will be lost. A possible point of failure is if a user takes more than one hour between characters when using our predictive search, as interim search inputs are not stored in the querystring.
|
2.2.2 Pause, Stop, Hide (Level A) Also applies to:
|
Web: n/a
|
Web: VisualDx does not have any content that moves, blinks, scrolls, or otherwise updates without corresponding user input.
|
2.3.1 Three Flashes or Below Threshold (Level A) Also applies to:
|
Web: n/a
|
Web: The VisualDx application does not have flashing content.
|
2.4.1 Bypass Blocks (Level A) Also applies to:
|
Web: Supports
|
Web: Pages have skip-links to jump directly to content.
|
2.4.2 Page Titled (Level A) Also applies to:
|
Web: Supports
|
Web: All pages have titles that describe the content or purpose of the page
|
2.4.3 Focus Order (Level A) Also applies to:
|
Web: Supports
|
Web: VisualDx uses semantic HTML, and its elements have a logical tab order to assist keyboard navigation
|
2.4.4 Link Purpose (In Context) (Level A) Also applies to:
|
Web: Supports
|
Web: The purpose of each link can either be determined from the link text itself, or from a combination of the link text and the surrounding text content
|
3.1.1 Language of Page (Level A) Also applies to:
|
Web: Supports
|
Web: The language of each page is included in the language attribute of the <html> tag
|
3.2.1 On Focus (Level A) Also applies to: EN 301 549 Criteria
|
Web: Supports
|
Web: All changes of context only occur as a result of specific action by the user, and do not occur on focus
|
3.2.2 On Input (Level A) Also applies to:
|
Web: Supports
|
Web: Interacting with inputs never changes the user's context. Changing the age or sex of a patient during the construction of a custom differential diagnosis will cause the page to reload as it fetches new questions to ask, but the context remains unchanged and all previously answered questions are retained.
|
3.3.1 Error Identification (Level A) Also applies to:
|
Web: Supports with exceptions
|
Web: If a form cannot be submitted due to incorrect or missing information, an error message is shown indicating the error. Inputs in need of correction are not yet highlighted.
|
3.3.2 Labels or Instructions (Level A) Also applies to:
|
Web: Supports
|
Web: All inputs have labels, and are accessible to assistive technologies.
|
4.1.1 Parsing (Level A) Also applies to:
|
Web: Supports
|
Web: VisualDx uses HTML that is properly structured. VisualDx is tested against legacy browsers that lack robust parsing, and any errors are immediately corrected.
|
4.1.2 Name, Role, Value (Level A) Also applies to:
|
Web: Supports
|
Web: The name and role of every element in the VisualDx web app can be programatically determined.
|
Notes:
Criteria |
Conformance Level |
Remarks and Explanations |
1.2.4 Captions (Live) (Level AA) Also applies to:
|
Web: n/a
|
Web: There is no live audio or video content in VisualDx
|
1.2.5 Audio Description (Prerecorded) (Level AA) Also applies to:
|
Web: n/a
|
Web: There is no live audio or video content in VisualDx
|
1.4.3 Contrast (Minimum) (Level AA) Also applies to:
|
Web: Supports
|
Web: The Google Lighthouse Audit confirms that all elements have a contrast ratio greater than 4.5:1.
|
1.4.4 Resize text (Level AA) Also applies to: EN 301 549 Criteria
|
Web: Supports
|
Web: VisualDx is a responsive web application, and all elements are styled based on font-size. Changing font size in the browser causes the application to resize all content responsively.
|
1.4.5 Images of Text (Level AA) Also applies to:
|
Web: Supports
|
Web: The only type of image with relevant text on it in VisualDx is a Sympticon™. These are diagrams showing key symptoms of a disease near where they occur in the body. The alt attribute of these images contains all of the text in the image itself.
|
2.4.5 Multiple Ways (Level AA) Also applies to: EN 301 549 Criteria
|
Web: Supports
|
Web: For example, to find information on a given diagnosis users can: search for it by name, preform a full-text search, browse a list of all diagnoses in the product, build a custom differential that matches the key features of the diagnosis, or find a link to the diagnosis from another diagnosis details page.
|
2.4.6 Headings and Labels (Level AA) Also applies to: EN 301 549 Criteria
|
Web: Supports
|
Web: VisualDx uses semantically correct headings and labels
|
2.4.7 Focus Visible (Level AA) Also applies to:
|
Web: Supports
|
Web: All focusable elements have a visual change when they receive focus
|
3.1.2 Language of Parts (Level AA) Also applies to:
|
Web: Supports
|
Web: VisualDx identifies the language of each passage in a page
|
3.2.3 Consistent Navigation (Level AA) Also applies to:
|
Web: Supports
|
Web: Pages in the VisualDx web application share a common header, which includes core navigation, and global search functionality.
|
3.2.4 Consistent Identification (Level AA) Also applies to:
|
Web: Supports
|
Web: Functional components are identified consistently
|
3.3.3 Error Suggestion (Level AA) Also applies to:
|
Web: Does not support
|
Web: VisualDx does not offer error suggestions
|
3.3.4 Error Prevention (Legal, Financial, Data) (Level AA) Also applies to:
|
Web: Supports
|
Web: VisualDx does not cause legal commitments. The only way users can store or edit data is when they are applying for CME credits. In the CME tool, all edits and deletions require user confirmation. Instituional users of VisualDx cannot make any purchases. Individual users can purchase a VisualDx subscription through a link to the VisualDx commercial website, but all purchases can be cancelled
|
Notes:
Criteria |
Conformance Level |
Remarks and Explanations |
1.2.6 Sign Language (Prerecorded) (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
1.2.7 Extended Audio Description (Prerecorded) (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
1.2.8 Media Alternative (Prerecorded) (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
1.2.9 Audio-only (Live) (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
1.4.6 Contrast Enhanced (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
1.4.7 Low or No Background Audio (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
1.4.8 Visual Presentation (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
1.4.9 Images of Text (No Exception) Control (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
2.1.3 Keyboard (No Exception) (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
2.2.3 No Timing (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
2.2.4 Interruptions (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
2.2.5 Re-authenticating (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
2.3.2 Three Flashes (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
2.4.8 Location (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
2.4.9 Link Purpose (Link Only) (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
2.4.10 Section Headings (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
3.1.3 Unusual Words (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
3.1.4 Abbreviations (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
3.1.5 Reading Level (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
3.1.6 Pronunciation (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
3.2.5 Change on Request (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
3.3.5 Help (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
3.3.6 Error Prevention (All) (Level AAA) Also applies to: |
Web: |
Web: Not Evaluated |
Notes:
Notes:
Criteria |
Conformance Level |
Remarks and Explanations |
302.1 Without Vision |
Supports |
VisualDx is a web application that uses semantic HTML and WAI-ARIA attributes to provide text equivalents for all visual elements. |
302.2 With Limited Vision |
Supports |
As a web application, VisualDx supports standard browser-based accessibility features for size and contrast. VisualDx is a responsive web application, and all elements are styled based on font-size. Changing font size in the browser causes the application to resize all content responsively. |
302.3 Without Perception of Color |
Supports |
Color is only used to present information in measures of differential strength - and in those cases is always paired with a text description; e.g. a green bar followed by 'Excellent'. |
302.4 Without Hearing |
n/a |
VisualDx does not contain audio content or features. |
302.5 With Limited Hearing |
n/a |
VisualDx does not contain audio content or features. |
302.6 Without Speech |
n/a |
VisualDx does not require speech for input, control, or operation. |
302.7 With Limited Manipulation |
Supports |
VisualDx does not require fine motor control or simultaneous manual operations. |
302.8 With Limited Reach and Strength |
n/a |
VisualDx supports any keyboard or pointing devices that are compatible with a web browser. Users' reach or strength should not affect their ability to use VisualDx. |
302.9 With Limited Language, Cognitive, and Learning Abilities |
Supports |
VisualDx is designed to be simple, consistent, clear, multi-modal, error-tolerant, and attention-focusing. Consistency
|
Notes: VisualDx is a web application and is not subject to the requirements in this section, as it contains no hardware.
Criteria |
Conformance Level |
Remarks and Explanations |
402 Closed Functionality |
Heading cell - no response required |
Heading cell - no response required |
402.1 General |
Heading cell - no response required |
Heading cell - no response required |
402.2 Speech-Output Enabled |
Heading cell - no response required |
Heading cell - no response required |
402.2.1 Information Displayed On-Screen |
|
|
402.2.2 Transactional Outputs |
|
|
402.2.3 Speech Delivery Type and Coordination |
|
|
402.2.4 User Control |
|
|
402.2.5 Braille Instructions |
|
|
402.3 Volume |
Heading cell - no response required |
Heading cell - no response required |
402.3.1 Private Listening |
|
|
402.3.2 Non-private Listening |
|
|
402.4 Characters on Display Screens |
|
|
402.5 Characters on Variable Message Signs |
|
|
403 Biometrics |
Heading cell - no response required |
Heading cell - no response required |
403.1 General |
|
|
404 Preservation of Information Provided for Accessibility |
Heading cell - no response required |
Heading cell - no response required |
404.1 General |
|
|
405 Privacy |
Heading cell - no response required |
Heading cell - no response required |
405.1 General |
|
|
406 Standard Connections |
Heading cell - no response required |
Heading cell - no response required |
406.1 General |
|
|
407 Operable Parts |
Heading cell - no response required |
Heading cell - no response required |
407.2 Contrast |
|
|
407.3 Input Controls |
Heading cell - no response required |
Heading cell - no response required |
407.3.1 Tactilely Discernible |
|
|
407.3.2 Alphabetic Keys |
|
|
407.3.3 Numeric Keys |
|
|
407.4 Key Repeat |
|
|
407.5 Timed Response |
|
|
407.6 Operation |
|
|
407.7 Tickets, Fare Cards, and Keycards |
|
|
407.8 Reach Height and Depth |
Heading cell - no response required |
Heading cell - no response required |
407.8.1 Vertical Reference Plane |
|
|
407.8.1.1 Vertical Plane for Side Reach |
|
|
407.8.1.2 Vertical Plane for Forward Reach |
|
|
407.8.2 Side Reach |
|
|
407.8.2.1 Unobstructed Side Reach |
|
|
407.8.2.2 Obstructed Side Reach |
|
|
407.8.3 Forward Reach |
|
|
407.8.3.1 Unobstructed Forward Reach |
|
|
407.8.3.2 Obstructed Forward Reach |
|
|
407.8.3.2.1 Operable Part Height for ICT with Obstructed Forward Reach |
|
|
407.8.3.2.2 Knee and Toe Space under ICT with Obstructed Forward Reach |
|
|
408 Display Screens |
Heading cell - no response required |
Heading cell - no response required |
408.2 Visibility |
|
|
408.3 Flashing |
|
|
409 Status Indicators |
Heading cell - no response required |
Heading cell - no response required |
409.1 General |
|
|
410 Color Coding |
Heading cell - no response required |
Heading cell - no response required |
410.1 General |
|
|
411 Audible Signals |
Heading cell - no response required |
Heading cell - no response required |
411.1 General |
|
|
412 ICT with Two-Way Voice Communication |
Heading cell - no response required |
Heading cell - no response required |
412.2 Volume Gain |
Heading cell - no response required |
Heading cell - no response required |
412.2.1 Volume Gain for Wireline Telephones |
|
|
412.2.2 Volume Gain for Non-Wireline ICT |
|
|
412.3 Interference Reduction and Magnetic Coupling |
Heading cell - no response required |
Heading cell - no response required |
412.3.1 Wireless Handsets |
|
|
412.3.2 Wireline Handsets |
|
|
412.4 Digital Encoding of Speech |
|
|
412.5 Real-Time Text Functionality |
Reserved for future |
Reserved for future |
412.6 Caller ID |
|
|
412.7 Video Communication |
|
|
412.8 Legacy TTY Support |
Heading cell - no response required |
Heading cell - no response required |
412.8.1 TTY Connectability |
|
|
412.8.2 Voice and Hearing Carry Over |
|
|
412.8.3 Signal Compatibility |
|
|
412.8.4 Voice Mail and Other Messaging Systems |
|
|
413 Closed Caption Processing Technologies |
Heading cell - no response required |
Heading cell - no response required |
413.1.1 Decoding and Display of Closed Captions |
|
|
413.1.2 Pass-Through of Closed Caption Data |
|
|
414 Audio Description Processing Technologies |
Heading cell - no response required |
Heading cell - no response required |
414.1.1 Digital Television Tuners |
|
|
414.1.2 Other ICT |
|
|
415 User Controls for Captions and Audio Descriptions |
Heading cell - no response required |
Heading cell - no response required |
415.1.1 Caption Controls |
|
|
415.1.2 Audio Description Controls |
|
|
Notes:
Criteria |
Conformance Level |
Remarks and Explanations |
501.1 Scope - Incorporation of WCAG 2.0 AA |
See WCAG 2.0 section |
See information in WCAG section |
502 Interoperability with Assistive Technology |
Heading cell - no response required |
Heading cell - no response required |
502.2.1 User Control of Accessibility Features |
n/a |
VisualDx is not classified as 'platform software' |
502.2.2 No Disruption of Accessibility Features |
Supports |
VisualDx honors and responds to accessibility settings in the user's operating system and browser of choice, and does not override these features. |
502.3 Accessibility Services |
Heading cell - no response required |
Heading cell - no response required |
502.3.1 Object Information |
Supports |
See 1.3.1 and 4.1.2 |
502.3.2 Modification of Object Information |
Supports |
See 1.3.1 and 4.1.2 |
502.3.3 Row, Column, and Headers |
Supports with Exceptions |
VisualDx uses ARIA columnheader roles for the one place a table is used. Row headers are not used, but the table has only two columns. |
502.3.4 Values |
Supports |
See 4.1.2 |
502.3.5 Modification of Values |
Supports |
All values that can be set by the user can be set programmatically. |
502.3.6 Label Relationships |
Supports |
See 3.3.2 |
502.3.7 Hierarchical Relationships |
Supports |
VisualDx uses standard semantic HTML, and hierarchical relationships provide structure to the data presented. |
502.3.8 Text |
Supports |
All text content is accessible to assistive technologies. |
502.3.9 Modification of Text |
Supports |
All text content that is editable is accessible to assistive technologies and can be set programmatically. |
502.3.10 List of Actions |
Supports |
Standard HTML and ARIA roles are used to identify possible actions to assistive technologies. |
502.3.11 Actions on Objects |
Supports |
Standard HTML and ARIA roles are used to identify possible actions to assistive technologies. |
502.3.12 Focus Cursor |
Supports |
See 2.4.7. All focusable elements have a visual change when they receive focus. |
502.3.13 Modification of Focus Cursor |
Supports |
Focus can be set programmatically. |
502.3.14 Event Notification |
Supports with exceptions |
A pop-up notification is used to alert the user that their session has expired. |
502.4 Platform Accessibility Features |
n/a |
VisualDx is not classified as 'platform software' |
503 Applications |
Heading cell - no response required |
Heading cell - no response required |
503.2 User Preferences |
Supports |
VisualDx honors and responds to accessibility settings in the user's operating system and browser of choice, and does not override these features. |
503.3 Alternative User Interfaces |
n/a |
VisualDx does not provide any alternative user interfaces for use as assistive technology. |
503.4 User Controls for Captions and Audio Description |
Heading cell - no response required |
Heading cell - no response required |
503.4.1 Caption Controls |
|
|
503.4.2 Audio Description Controls |
|
|
504 Authoring Tools |
Heading cell - no response required |
Heading cell - no response required |
504.2 Content Creation or Editing (if not authoring tool, enter "not applicable") |
See WCAG 2.0 section |
See information in WCAG section |
504.2.1 Preservation of Information Provided for Accessibility in Format Conversion |
n/a |
VisualDx is not an authoring tool. |
504.2.2 PDF Export |
n/a |
VisualDx is not an authoring tool, and does not support PDF export. |
504.3 Prompts |
n/a |
VisualDx is not an authoring tool. |
504.4 Templates |
n/a |
VisualDx is not an authoring tool. |
Notes:
Criteria |
Conformance Level |
Remarks and Explanations |
601.1 Scope |
Heading cell - no response required |
Heading cell - no response required |
602 Support Documentation |
Heading cell - no response required |
Heading cell - no response required |
602.2 Accessibility and Compatibility Features |
Does not support |
|
602.3 Electronic Support Documentation |
See WCAG 2.0 section |
See information in WCAG section |
602.4 Alternate Formats for Non-Electronic Support Documentation |
Does not support |
|
603 Support Services |
Heading cell - no response required |
Heading cell - no response required |
603.2 Information on Accessibility and Compatibility Features |
Does not support |
|
603.3 Accommodation of Communication Needs |
Does not support |
|
Notes: Not Evaluated
Notes:
Criteria |
Conformance Level |
Remarks and Explanations |
4.2.1 Usage without vision |
||
4.2.2 Usage with limited vision |
||
4.2.3 Usage without perception of colour |
||
4.2.4 Usage without hearing |
||
4.2.5 Usage with limited hearing |
||
4.2.6 Usage without vocal capability |
||
4.2.7 Usage with limited manipulation or strength |
||
4.2.8 Usage with limited reach |
||
4.2.9 Minimize photosensitive seizure triggers |
||
4.2.10 Usage with limited cognition |
||
4.2.11 Privacy |
Notes:
Criteria |
Conformance Level |
Remarks and Explanations |
5.1 Closed functionality |
Heading cell - no response required |
Heading cell - no response required |
5.1.2 General |
Heading cell - no response required |
Heading cell - no response required |
5.1.2.1 Closed functionality |
See 5.2 through 13 |
See information in 5.2 through 13 |
5.1.2.2 Assistive technology |
See 5.1.3 through 5.1.6 |
See information in 5.1.3 through 5.1.6 |
5.1.3 Non-visual access |
Heading cell - no response required |
Heading cell - no response required |
5.1.3.1 General |
||
5.1.3.2 Auditory output delivery including speech |
||
5.1.3.3 Auditory output correlation |
||
5.1.3.4 Speech output user control |
||
5.1.3.5 Speech output automatic interruption |
||
5.1.3.6 Speech output for non-text content |
||
5.1.3.7 Speech output for video information |
||
5.1.3.8 Masked entry |
||
5.1.3.9 Private access to personal data |
||
5.1.3.10 Non-interfering audio output |
||
5.1.3.11 Private listening |
||
5.1.3.12 Speaker volume |
||
5.1.3.13 Volume reset |
||
5.1.3.14 Spoken languages |
||
5.1.3.15 Non-visual error identification |
||
5.1.3.16 Receipts, tickets, and transactional outputs |
||
5.1.4 Functionality closed to text enlargement |
||
5.1.5 Visual output for auditory information |
||
5.1.6 Operation without keyboard interface |
Heading cell - no response required |
Heading cell - no response required |
5.1.6.1 Closed functionality |
See 5.1.3.1 through 5.1.3.16 |
See information in 5.1.3.1 through 5.1.3.16 |
5.1.6.2 Input focus |
||
5.2 Activation of accessibility features |
||
5.3 Biometrics |
||
5.4 Preservation of accessibility information during conversion |
||
5.5 Operable parts |
Heading cell - no response required |
Heading cell - no response required |
5.5.1 Means of operation |
||
5.5.2 Operable parts discernibility |
||
5.6 Locking or toggle controls |
Heading cell - no response required |
Heading cell - no response required |
5.6.1 Tactile or auditory status |
||
5.6.2 Visual status |
||
5.7 Key repeat |
||
5.8 Double-strike key acceptance |
||
5.9 Simultaneous user actions |
Notes:
Criteria |
Conformance Level |
Remarks and Explanations |
6.1 Audio bandwidth for speech (informative) |
Heading cell - no response required |
Heading cell - no response required |
6.2 Real-time text (RTT) functionality |
Heading cell - no response required |
Heading cell - no response required |
6.2.1.1 RTT communication |
||
6.2.1.2 Concurrent voice and text |
||
6.2.2.1 Visually distinguishable display |
||
6.2.2.2 Programmatically determinable send and receive direction |
||
6.2.3 Interoperability |
||
6.2.4 Real-time text responsiveness |
||
6.3 Caller ID |
||
6.4 Alternatives to voice-based services |
||
6.5 Video communication |
Heading cell - no response required |
Heading cell - no response required |
6.5.1 General (informative) |
Heading cell - no response required |
Heading cell - no response required |
6.5.2 Resolution |
||
6.5.3 Frame rate |
||
6.5.4 Synchronization between audio and video |
||
6.6 Alternatives to video-based services |
|
|
Notes:
Criteria |
Conformance Level |
Remarks and Explanations |
7.1 Caption processing technology |
Heading cell - no response required |
Heading cell - no response required |
7.1.1 Captioning playback |
||
7.1.2 Captioning synchronization |
||
7.1.3 Preservation of captioning |
||
7.2.1 Audio description playback |
||
7.2.2 Audio description synchronization |
||
7.2.3 Preservation of audio description |
||
7.3 User controls for captions and audio description |
Notes:
Criteria |
Conformance Level |
Remarks and Explanations |
8.1.1 Generic requirements |
Heading cell - no response required |
Heading cell - no response required |
8.1.2 Standard connections |
||
8.1.3 Colour |
||
8.2 Hardware products with speech output |
Heading cell - no response required |
Heading cell - no response required |
8.2.1.1 Speech volume range |
||
8.2.1.2 Incremental volume control |
||
8.2.2.1 Fixed-line devices |
||
8.2.2.2 Wireless communication devices |
||
8.3 Physical access to ICT |
Heading cell - no response required |
Heading cell - no response required |
8.3.2.1 Change in level |
||
8.3.2.2 Clear floor or ground space |
||
8.3.2.3.1 General |
||
8.3.2.3.2 Forward approach |
||
8.3.2.3.3 Parallel approach |
||
8.3.2.4 Knee and toe clearance width |
||
8.3.2.5 Toe clearance |
||
8.3.2.6 Knee clearance |
||
8.3.3.1.1 Unobstructed high forward reach |
||
8.3.3.1.2 Unobstructed low forward reach |
||
8.3.3.1.3.1 Clear floor space |
||
8.3.3.1.3.2 Obstructed (< 510 mm) forward reach |
||
8.3.3.1.3.3 Obstructed (< 635 mm) forward reach |
||
8.3.3.2.1 Unobstructed high side reach |
||
8.3.3.2.2 Unobstructed low side reach |
||
8.3.3.2.3.1 Obstructed (≤255 mm) side reach |
||
8.3.3.2.3.2 Obstructed (≤610 mm) side reach |
||
8.3.4 Visibility |
||
8.3.5 Installation instructions |
||
8.4 Mechanically Operable parts |
Heading cell - no response required |
Heading cell - no response required |
8.4.1 Numeric keys |
||
8.4.2.1 Means of Operation of mechanical parts |
||
8.4.2.2 Force of operation of mechanical parts |
||
8.4.3 Keys, tickets and fare cards |
||
8.5 Tactile indication of speech mode |
Notes:
Notes:
Criteria |
Conformance Level |
Remarks and Explanations |
10.1 General |
Heading cell - no response required |
Heading cell - no response required |
10.2 Document success criteria |
Heading cell - no response required |
Heading cell - no response required |
10.2.1 through 10.2.38 |
See WCAG 2.0 section |
See information in WCAG section |
10.2.39 Caption positioning |
|
|
10.2.40 Audio description timing |
|
|
Notes:
Criteria |
Conformance Level |
Remarks and Explanations |
11.2.1 Software success criteria (excluding closed functionality) |
See WCAG 2.0 section |
See information in WCAG section |
11.2.2 Software success criteria (closed functionality) |
See WCAG 2.0 section |
See information in WCAG section |
11.3 Interoperability with assistive technology |
Heading cell - no response required |
Heading cell - no response required |
11.3.1 Closed functionality (informative) |
Heading cell - no response required |
Heading cell - no response required |
11.3.2 Accessibility services |
Heading cell - no response required |
Heading cell - no response required |
11.3.2.1 Platform accessibility service support for software that provides a user interface |
See 11.3.2.5 through 11.3.2.17 |
See information in 11.3.2.5 through 11.3.2.17 |
11.3.2.2 Platform accessibility service support for assistive technologies |
See 11.3.2.5 through 11.3.2.17 |
See information in 11.3.2.5 through 11.3.2.17 |
11.3.2.3 Use of accessibility services |
||
11.3.2.4 Assistive technology |
||
11.3.2.5 Object information |
||
11.3.2.6 Row, column, and headers |
||
11.3.2.7 Values |
||
11.3.2.8 Label relationships |
||
11.3.2.9 Parent-child relationships |
||
11.3.2.10 Text |
||
11.3.2.11 List of available actions |
||
11.3.2.12 Execution of available actions |
||
11.3.2.13 Tracking of focus and selection attributes |
||
11.3.2.14 Modification of focus and selection attributes |
||
11.3.2.15 Change notification |
||
11.3.2.16 Modifications of states and properties |
||
11.3.2.17 Modifications of values and text |
||
11.4 Documented accessibility usage |
Heading cell - no response required |
Heading cell - no response required |
11.4.1 User control of accessibility features |
||
11.4.2 No disruption of accessibility features |
||
11.5 User preferences |
||
11.6 Authoring tools |
Heading cell - no response required |
Heading cell - no response required |
11.6.1 Content technology |
Heading cell - no response required |
Heading cell - no response required |
11.6.2 Accessible content creation (if not authoring tool, enter "not applicable") |
See WCAG 2.0 section |
See information in WCAG section |
11.6.3 Preservation of accessibility information in transformations |
||
11.6.4 Repair assistance |
||
11.6.5 Templates |
Notes:
Criteria |
Conformance Level |
Remarks and Explanations |
12.1 Product documentation |
Heading cell - no response required |
Heading cell - no response required |
12.1.1 Accessibility and compatibility features |
||
12.1.2 Accessible documentation |
See WCAG 2.0 section |
See information in WCAG section |
12.2 Support Services |
Heading cell - no response required |
Heading cell - no response required |
12.2.2 Information on accessibility and compatibility features |
||
12.2.3 Effective communication |
||
12.2.4 Accessible documentation |
See WCAG 2.0 section |
See information in WCAG section |
Notes:
Criteria |
Conformance Level |
Remarks and Explanations |
13.1 Relay services requirements |
Heading cell - no response required |
Heading cell - no response required |
13.1.2 Text relay services |
||
13.1.3 Sign relay services |
||
13.1.4 Lip-reading relay services |
||
13.1.5 Captioned telephony services |
||
13.1.6 Speech to speech relay services |
||
13.2 Access to relay services |
||
13.3 Access to emergency services |
This document is provided for information purposes only and is subject to change without notice. The information contained in this document represents the current view of VisualDx on the issues discussed in it as of the date of publication. VisualDx does not warrant that this document is error free or make any other warranties, expressed or implied, in this document (including, without limitation, the implied warranties of merchantability, fitness for a particular purpose, title, and non-infringement). VisualDx specifically disclaims any liability with respect to this document and no contractual obligations or commitments on the part of VisualDx are formed either directly or indirectly by this document.