Criteria | Supporting Features | Remarks (e.g., definition, equivalent facilitation, scope of support provided) |
1194.21(a) When software is designed to run on a system that has a keyboard, product functions shall be executable from a keyboard where the function itself or the result of performing a function can be discerned textually. | Product has been developed to conform to this standard subject to the remarks on the right. | The web product was tested for: - ability to perform functions from the keyboard only
- logical movement of focus through the controls
- proper operation of unique keystrokes and access keys, including those listed in the product documentation.
The CLI is keyboard only and location is clearly indicated. |
1194.21(b) Applications shall not disrupt or disable activated features of other products that are identified as accessibility features, where those features are developed and documented according to industry standards. Applications also shall not disrupt or disable activated features of any operating system that are identified as accessibility features where the application programming interface for those accessibility features has been documented by the manufacturer of the operating system and is available to the product developer. | Product has been developed to conform to this standard subject to the remarks on the right. | For web-UIs The product was tested for response to the following operating system accessibility features: - Sticky Keys, Filter Keys and Toggle Keys
- Sound Sentry
- High Contrast
CLI: This application does not change any accessibility features provided by the underlying OS. The application respects sticky keys, filter keys and toggle keys, and high contrast settings. |
1194.21(c) A well-defined on-screen indication of the current focus shall be provided that moves among interactive interface elements as the input focus changes. The focus shall be programmatically exposed so that assistive technology can track focus and focus changes. | Product has been developed to conform to this standard subject to the remarks on the right. | The web product was tested for: - Visual indication of the position of the cursor
- Current focus location is programmatically exposed.
The CLI interface supplies focus through its cursor, there are no other elements. |
1194.21(d) Sufficient information about a user interface element including the identity, operation and state of the element shall be available to assistive technology. When an image represents a program element, the information conveyed by the image must also be available in text. | Product has been developed to conform to this standard subject to the remarks on the right. | The web product was tested for: - Controls have a programmatically associated name, derived from the appropriate HTML elements and attributes including LABEL, TITLE, SUMMARY, CAPTION, etc.
- Additional state information is programmatically exposed, such as whether a field is ‘required’.
- Images that convey information have meaningful alternative text.
The CLI is programmatically accessible. |
1194.21(e) When bitmap images are used to identify controls, status indicators, or other programmatic elements, the meaning assigned to those images shall be consistent throughout an application's performance. | Product has been developed to conform to this standard subject to the remarks on the right. | The web product was tested for: - Images that convey information have meaningful alternative text using ALT and if necessary, LONGDESC
- Images that are decorative are marked so as to be ignored by assistive technology, either by using ALT=”” or CSS background images
- Images are used consistently throughout the product.
The CLI interface does not make use of bitmap images. |
1194.21(f) Textual information shall be provided through operating system functions for displaying text. The minimum information that shall be made available is text content, text input caret location, and text attributes. | Product has been developed to conform to this standard subject to the remarks on the right. | The web product was tested for: - Text is supplied through HTML or injected into the browser DOM; the browser is responsible for exposing all such content in a way that is usable by assistive technology on the platform.
No images of text are used, only actual text Text information in CLI is provided based on the underlying OS environment. |
1194.21(g) Applications shall not override user selected contrast and color selections and other individual display attributes. | Product has been developed to conform to this standard subject to the remarks on the right. | The web product was tested for: - Response to the operating system High Contrast mode
- Response to the operating system Large Fonts mode
This application's CLI does not have user selected contrast and color selections. |
1194.21(h) When animation is displayed, the information shall be displayable in at least one non-animated presentation mode at the option of the user. | Not Applicable | The web product was tested for: - Moving, blinking, or scrolling information that is designed to last for more than three seconds can be paused.
- Moving, blinking, or scrolling content that is pure decoration can be stopped or hidden.
The CLI does not use animation. |
1194.21(i) Color coding shall not be used as the only means of conveying information, indicating an action, prompting a response, or distinguishing a visual element. | Product has been developed to conform to this standard subject to the remarks on the right. | The web product was tested for: - Information conveyed by color or font styles is available in alternative formats, such as text.
The CLI application does not use color coding. |
1194.21(j) When a product permits a user to adjust color and contrast settings, a variety of color selections capable of producing a range of contrast levels shall be provided. | Product has been developed to conform to this standard subject to the remarks on the right. | The web product was tested for: - Text and images of text in non-disabled controls have a luminosity contrast ratio of at least 4.5:1. Large scale text has a minimum ratio of at least 3:1
- Colors can be set by altering the associated style sheet.
The CLI of application does not permit the user to adjust color and contrast settings. |
1194.21(k) Software shall not use flashing or blinking text, objects, or other elements having a flash or blink frequency greater than 2 Hz and lower than 55 Hz. | Product has been developed to conform to this standard subject to the remarks on the right. | The web product was tested for: - No portion of the screen flickers or flashes with a frequency between 2 Hz and 55 Hz.
The application CLI does not use flashing or blinking text. |
1194.21(l) When electronic forms are used, 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. | Product has been developed to conform to this standard subject to the remarks on the right. | The web product was tested for: - Controls have a programmatically associated name, derived from the appropriate HTML elements and attributes including LABEL and TITLE.
The application CLI does not provide electronic forms. |