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. | Not Applicable | The Java ME TCK Framework UI does not provide a means to cover all these requirements. Framework provides a means to support Interactive TCK tests that are designed to validate behavior in accordance with the JSR specification and includes only requirements to operate with a mouse, standard keyboard. |
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. | The Java ME TCK Framework has no means to disrupt or change accessibility features since the code is designed to execute tests and display interactive test UI for an operator. |
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 Java ME TCK Framework interactive test UI has been tested for visible indication of cursor and focus for controls. One outstanding JDK issue remains: 4512626 (JDK) Non-editable JTextArea provides no visual indication of keyboard focus |
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. | Not Applicable | The Java ME TCK Framework interactive test UI does not expose controls for AT since Interactive TCK tests are designed to validate behavior in accordance with the JSR specification and includes requirements to operate with a mouse, standard keyboard. The Java ME TCK Framework UI does not use any images. |
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 Java ME TCK Framework has been tested to ensure: - 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
- Images are used consistently throughout the product.
|
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 Java ME TCK Framework was tested for: - Text is exposed in such a way that it is usable by assistive technology on the platform.
- All marked-up text is supplied directly to the component used to render it.
- No javascript is used.
|
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 Java ME TCK Framework was tested for: - Response to the operating system High Contrast mode
- Response to the operating system Large Fonts mode
|
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 Java ME TCK Framework has no blinking or scrolling functionality. |
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 Java ME TCK Framework for interactive test UI has been tested to check that - color, or font style are NOT only visual means of conveying information (all colored controls have text labels)
|
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. | Not Applicable | The Java ME TCK Framework UI picks up colors from the OS. |
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. | No blinking or flashing is implemented. |
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 Java ME TCK Framework UI is tested to have a meanigful label programmatically assocoated with the failure text field. This is the only field used in the Framework UI. |