Oracle Accessibility Conformance Report

VPAT® Version 2.3 - April 2019

Name of Product:

Oracle JavaScript Extension Toolkit (JET) 7.0.0 (Updated)

Product Description:

Oracle JET is a JavaScript Extension Toolkit(JET) targeted at intermediate to advanced JavaScript developers working on client-side applications. It's a collection of open source JavaScript libraries along with a set of Oracle contributed JavaScript libraries that make it as simple and efficient as possible to build applications that consume and interact with Oracle products and services. Specifically Oracle Cloud Service

Oracle JET is a toolkit of both framework features and UI components for others to build HTML5, JavaScript, and CSS based applications.  All UI components are provided as jQueryUI wrapped widgets. The list of components provided with each release of JET will continue to grow as the product matures to reach a similar component list to that of ADF Faces.

Each component goes through an individual Accessibility review during its development process. 

This document describes what a JET application is capable of rendering when it is used according to documentation provided by Oracle, and when accessibility requirements in general are followed. For example, JET is capable of rendering the markup of alternative text for an image, but the application developer must supply text that is meaningful.

Date:

21-May-2019

Archive Note:

This VPAT applies to only version 7.0.0. It does not apply to any versions of Oracle JavaScript Extension Toolkit (JET) after this. This VPAT has been superseded by Oracle JavaScript Extension Toolkit (JET) 11.0.0.

Contact Information:

accessible_ww@oracle.com

Notes:

This VPAT does not cover the following product areas:
  • The main JET website
  • Demonstration or sample application

Documentation for accessibility can be found in the Oracle JET Developers Guide under chapter "Developing Accessible Applications"

Evaluation Methods Used:

Oracle's policy is to design, develop and test both products and documentation to be accessible. The recommended styles of testing for accessibility include: (i) algorithmic automated tests, (ii) human judgement tests such as tool-assisted tests, visual inspection and manual operation, and (iii) testing with assistive technology by people with and without disabilities. Additional information about Oracle's accessibility program is available on http://www.oracle.com/corporate/accessibility/index.html

Accessibility Standards/Guidelines

This report covers the degree of conformance for the following accessibility standard/guideline:

Standard/GuidelineIncluded In Report
Web Content Accessibility Guidelines 2.1Level A - Yes
Level AA - Yes
Level AAA - No
Revised Section 508 standards published January 18, 2017 and corrected January 22, 2018Yes

Terms

The terms used in the Conformance Level information are defined as follows:

Supports
The functionality of the product has at least one method that meets the criteria without known defects or meets with equivalent facilitation.
Partially Supports
Some functionality of the product does not meet the criteria.
Does Not Support
Majority of functionality of the product does not meet the criteria.
Not Applicable
The criteria are not relevant to the product.

WCAG 2.1 Report

Table 1 also documents conformance with:

  • Section 508: Chapter 5 - 501.1 Scope, 504.2 Content Creation or Editing, and Chapter 6 - 602.3 Electronic Support Documentation

Note: When reporting on conformance with the WCAG 2.1 Success Criteria, they are scoped for full pages, complete processes, and accessibility-supported ways of using technology as documented in the WCAG 2.1 Conformance Requirements.

Table 1: WCAG Conformance Criteria

Criteria
Conformance Level
Remarks and Explanations
1.1.1 Non-text Content (Level A)Supports The product was tested for:
  • Images that convey information have meaningful alternative text using ALT
  • Images that are decorative are marked up using ALT=”” or CSS background images
  • Controls have an associated name
  • Non-text characters are not used or have meaningful alternative text
  • CAPTCHAs are not used
  The Data Visualization components are SVG base and use the WAI-ARIA application role instead of HTML elements.   In the case of the Data Visualization components:   The product was tested for:
  • Descriptive text about the content of the SVG element is provided via WAI-ARIA aria-label property in HTML code
  • SVG sub elements that correspond to navigable data items within a component use of the WAI-ARIA img role
  • Description of the structure of the component is provided via WAI-ARIA aria-label property in HTML code
1.2.1 Audio-only and Video-only (Prerecorded) (Level A)Not ApplicableThe product has no multimedia.
1.2.2 Captions (Prerecorded) (Level A)Not ApplicableThe product has no multimedia.
1.2.3 Audio Description or Media Alternative (Prerecorded) (Level A)Not ApplicableThe product has no multimedia.
1.2.4 Captions (Live) (Level AA)Not ApplicableThe product has no multimedia.
1.2.5 Audio Description (Prerecorded) (Level AA)Not ApplicableThe product has no multimedia.
1.3.1 Info and Relationships (Level A)Supports The product was tested for:
  • User interface component labels are associated with the fields they are labeling
  • Headings are encoded with HTML heading tags
  • List markup is used for marking up lists
  • Table markup is used for marking up data tables, including row and column headers and table captions/summaries where appropriate
  • Layout tables use appropriate markup
  • Style sheets are used only to change the layout and presentation on the screen
  • info and relationship information is provided via wai-aria attributes in HTML code

The ojDataGrid and Data Visualization components use the WAI-ARIA application role instead of HTML table or other HTML elements.

In the case of the ojDataGrid component:

The product was tested for:

  • Descriptive text about the content of the data grid is provided via WAI-ARIA aria-label property in HTML code
  • Description of the structure of the data grid is provided via WAI-ARIA aria-describedby property in HTML code
  • Row and column headers are identified via WAI-ARIA aria-labelledby property in HTML code
  • Data cells are associated with the appropriate headers via WAI-ARIA aria-labelledby property in HTML code
  • Description about the action performed on the data grid is provided via WAI-ARIA status role and alert role in the HTML code

In the case of the Data Visualization components:

The product was tested for:

  • Descriptive text about the content of the SVG element is provided via WAI-ARIA aria-label property in HTML code
  • SVG sub elements that correspond to navigable data items within a component use of the WAI-ARIA img role
  • Description of the structure of the component is provided via WAI-ARIA aria-label property in HTML code
1.3.2 Meaningful Sequence(Level A)Supports

The product was tested for:

  • The sequence of elements in the DOM matches a logical reading sequence
1.3.3 Sensory Characteristics(Level A)Supports The product was tested for:
  • Instructions provided do not refer to things solely based on their sensory characteristics such as shape, size, visual location, orientation, color, or sound
  • Instructions provided which refer to graphics included a reference to the text alternative of the graphic
1.3.4 Orientation (Level AA)Not SupportedThis product has not yet been evaluated for this criteria
1.3.5 Identify Input Purpose (Level AA)Not SupportedThis product has not yet been evaluated for this criteria
1.4.1 Use of Color(Level A)Supports The product was tested for:
  • Information conveyed by color is available in alternative formats, such as shape, text, font weight
  • Information conveyed by color has a contrast ratio of at least 3:1
 
1.4.2 Audio Control(Level A)Not ApplicableThe product has no multimedia.
1.4.3 Contrast (Minimum) (Level AA)Supports The product was tested for:
  • Large-scale text and images of large-scale text have a contrast ratio of at least 3:1
  • Other text and images of text have a contrast ratio of at least 4.5:1
1.4.4 Resize text(Level AA)Supports The product was tested for:
  • Text can be resized up to 200% without loss of content or functionality
 
1.4.5 Images of Text(Level AA)Supports The product was tested for:
  • Images of text are not used
1.4.10 Reflow (Level AA)Not SupportedThis product has not yet been evaluated for this criteria
1.4.11 Non-text Contrast (Level AA)Not SupportedThis product has not yet been evaluated for this criteria
1.4.12 Text Spacing (Level AA)Not SupportedThis product has not yet been evaluated for this criteria
1.4.13 Content on Hover or Focus (Level AA)Not SupportedThis product has not yet been evaluated for this criteria
2.1.1 Keyboard(Level A)Supports

The product was tested for:

  • Ability to perform functions from the keyboard only, and without requiring specific timings for individual keystrokes
  • Proper operation of unique keystrokes and access keys, including those listed in the product documentation
  • The ability to use the product with OS keyboard aids: StickyKeys and FilterKeys (feature names may be different on different platforms)
2.1.2 No Keyboard Trap (Level A)Supports

The product was tested for:

  • Movement of focus through each control only using the keyboard, with no "keyboard trap" that prevents focus from moving away from any control
2.1.4 Character Key Shortcuts (Level A)Not SupportedThis product has not yet been evaluated for this criteria
2.2.1 Timing Adjustable(Level A)Supports

The product was tested for:

  • Time limits are not used

 

2.2.2 Pause, Stop, Hide (Level A)Supports The product was tested for:
  • There is no moving, blinking or scrolling content
2.3.1 Three Flashes or Below Threshold(Level A)Supports The product was tested for:
  • No portion of the screen flickers or flashes with a frequency between 2 Hz and 55 Hz
2.4.1 Bypass Blocks(Level A)Supports

This framework does not provide complete web pages, therefore this guideline does not apply.

2.4.2 Page Titled(Level A)Supports

This framework does not provide complete web pages, therefore this guideline does not apply.

2.4.3 Focus Order(Level A)Supports

This framework does not provide complete web pages. However for the individual components provided by the framework that have flow,

The product was tested for:

  • Logical movement through the focusable components using only the keyboard, in an order that follows a meaningful sequence
2.4.4 Link Purpose (In Context)(Level A)Supports The product was tested for:
  • The text of links and their surrounding paragraph, list, table cell (with marked up table headers), or preceding heading is sufficient to describe their purpose
2.4.5 Multiple Ways(Level AA)Supports

Framework does not provide complete web pages, therefore this guideline does not apply.

2.4.6 Headings and Labels(Level AA)Supports The product was tested for:
  • Headers describe the topic or purpose of the content below them
  • Labels describe the purpose of the associated field

 

2.4.7 Focus Visible(Level AA)Supports The product was tested for:
  • Visual indication of the location of the focus
2.5.1 Pointer Gestures (Level A)Not SupportedThis product has not yet been evaluated for this criteria
2.5.2 Pointer Cancellation (Level A)Not SupportedThis product has not yet been evaluated for this criteria
2.5.3 Label in Name (Level A)Not SupportedThis product has not yet been evaluated for this criteria
2.5.4 Motion Actuation (Level A)Not SupportedThis product has not yet been evaluated for this criteria
3.1.1 Language of Page(Level A)Supports Framework does not provide complete web pages, however the individual components provided by the framework were tested to meet this guideline.   The product was tested for:
  • Properly set lang attribute for each page
3.1.2 Language of Parts(Level AA)Supports The product was tested for:
  • Proper use of lang attribute for text passages that are in a different language than that of the page
3.2.1 On Focus(Level A)Supports The product was tested for:
  • When an element receives focus, it does not result in a substantial change to the page, an additional change of keyboard focus, or the spawning of a pop-up window
3.2.2 On Input(Level A)Supports The product was tested for:
  • In circumstances where changing the value of the components causes a substantial change to the page, an additional change of keyboard focus, or the spawning of a pop-up window, warning is given prior to the user interacting with those user-interface components
3.2.3 Consistent Navigation(Level AA)Supports Framework does not provide complete web pages, therefore this guideline does not apply.
3.2.4 Consistent Identification(Level AA)Supports The product was tested for:
  • Images and controls are used and identified consistently throughout the product
3.3.1 Error Identification(Level A)Supports The product was tested for:
  • When input errors are detected, they are described to the user in text, including identifying the item where the error occurred
3.3.2 Labels or Instructions (Level A)Supports The product was tested for:
  • Labels or instructions are provided when the product requires user input
3.3.3 Error Suggestion (Level AA)Supports The product was tested for:
  • Where suggestions for fixing an input error are known, they are provided to the user
3.3.4 Error Prevention (Legal, Financial, Data)(Level AA)Supports The product was tested for:
  • Data can be reviewed, corrected, and confirmed by the user before they are finalized
4.1.1 Parsing(Level A)Supports The product was tested for:
  • Elements in HTML content have complete start and end tags, are properly nested, do not contain duplicate attributes, and have unique IDs
  • HTML code validates to the HTML specification
4.1.2 Name, Role, Value (Level A)Supports The product was tested for:
  • HTML 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 for HTML controls, such as whether a field is ‘required’.
  • Custom controls have appropriate roles specified using the role attribute
  • Custom controls have appropriate state and property information conveyed using the relevant WAI-ARIA or HTML5 attributes
  • Custom controls have a meaningful programatically exposed name
4.1.3 Status Messages (Level AA)Not SupportedThis product has not yet been evaluated for this criteria

back to top

2018 Section 508 Report

Chapter 3: Functional Performance Criteria (FPC)

Criteria
Conformance Level
Remarks and Explanations
302.1 Without VisionNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.
302.2 With Limited VisionNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.
302.3 Without Perception of ColorNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.
302.4 Without HearingNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.
302.5 With Limited HearingNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.
302.6 Without SpeechNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.
302.7 With Limited ManipulationNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.
302.8 With Limited Reach and StrengthNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.
302.9 With Limited Language, Cognitive, and Learning AbilitiesNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.

back to top

Chapter 4: Hardware

These criteria are all Not Applicable because the product is not Hardware

Chapter 5: Software

Criteria
Conformance Level
Remarks and Explanations
501.1 Scope - Incorporation of WCAG 2.0 AASupportsSee the responses in the WCAG 2.0 section of this report.
 502 Interoperability with Assistive TechnologyHeading cell - no response requiredHeading cell - no response required
502.2.1 User Control of Accessibility FeaturesNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.2.2 No Disruption of Accessibility FeaturesNot Applicable

The product is not a platform or does not have access to platform accessibility features.

 502.3 Accessibility ServicesHeading cell - no response requiredHeading cell - no response required
502.3.1 Object InformationNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.2 Modification of Object InformationNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.3 Row, Column, and HeadersNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.4 ValuesNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.5 Modification of ValuesNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.6 Label RelationshipsNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.7 Hierarchical RelationshipsNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.8 TextNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.9 Modification of TextNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.10 List of ActionsNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.11 Actions on ObjectsNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.12 Focus CursorNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.13 Modification of Focus CursorNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.14 Event NotificationNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.4 Platform Accessibility FeaturesNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
 503 ApplicationsHeading cell - no response requiredHeading cell - no response required
503.2 User PreferencesNot Applicable

The product is not a platform or does not have access to platform accessibility features.

503.3 Alternative User InterfacesNot ApplicableThe product does not have assistive technology features.
 503.4 User Controls for Captions and Audio DescriptionHeading cell - no response requiredHeading cell - no response required
503.4.1 Caption ControlsNot ApplicableThe product has no multimedia.
503.4.2 Audio Description ControlsNot ApplicableThe product has no multimedia.
 504 Authoring ToolsHeading cell - no response requiredHeading cell - no response required
504.2 Content Creation or EditingNot ApplicableThe product is not an authoring tool.
504.2.1 Preservation of Information Provided for Accessibility in Format ConversionNot ApplicableThe product is not an authoring tool.
504.2.2 PDF ExportNot ApplicableThe product is not an authoring tool.
504.3 PromptsNot ApplicableThe product is not an authoring tool.
504.4 TemplatesNot ApplicableThe product is not an authoring tool.

back to top

Chapter 6: Support Documentation and Services

Criteria
Conformance Level
Remarks and Explanations
 602 Support DocumentationHeading cell - no response requiredHeading cell - no response required
602.2 Accessibility and Compatibility FeaturesSupports The product documentation describes:
  • special keystrokes needed to operate controls
  • workarounds

Accessibility-related documentation can be found at: https://docs.oracle.com/en/middleware/developer-tools/jet/7/develop/developing-accessible-applications.html

A reference guide for keystrokes and touch gestures can be found at: http://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=OJACC

602.3 Scope - Incorporation of WCAG 2.0 AASupportsSee the responses in the WCAG 2.0 section of this report.
602.4 Alternate Formats for Non-Electronic Support DocumentationNot Applicable

Product documentation is in electronic format.

 603 Support ServicesHeading cell - no response requiredHeading cell - no response required
603.2 Information on Accessibility and Compatibility FeaturesSupports

Oracle JET is an open source product that provides support through community forums only.  There is no phone based support.

Technical Support can be found in the Community Forums at: 

https://community.oracle.com/community/groundbreakers/development_tools/oracle-jet/content

603.3 Accommodation of Communication NeedsSupports

Oracle JET is an open source product that provides support through community forums only.  There is no phone based support.

Technical Support can be found in the Community Forums at: 

https://community.oracle.com/community/groundbreakers/development_tools/oracle-jet/content

back to top

Oracle Legal Disclaimer

The information above describes this product's ability to support the applicableStandards/Guidelines, subject to Oracle's interpretation of those standards(available at https://www.oracle.com/corporate/accessibility/policy.html#standards-tab) and the remarks in this document. For more information regarding the accessibility status of this product or other Oracle products, see http://www.oracle.com/corporate/accessibility or contact: accessible_ww@oracle.com.

This document is provided for information purposes only and the contents hereof are subject to change without notice. Oracle Corporation does not warrant that this document is error free, nor does it provide any other warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or fitness for a particular purpose. Oracle Corporation specifically disclaims any liability with respect to this document and no contractual obligations are formed either directly or indirectly by this document. Oracle further makes no representation concerning the ability of assistive technologies or other products to interoperate with Oracle products. This document addresses the named product(s) only and not prerequisite products for which Oracle supplies restricted use licenses.