ACR: Oracle JavaScript Extension Toolkit (JET) 19.0.0

Oracle Accessibility Conformance Report

VPAT® Version 2.5

Name of Product:

 Oracle JavaScript Extension Toolkit (JET) 19.0.0

Alternate Titles:

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.

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

The responses to many of the technical standards are based on functionality provided by underlying technologies; please see the ACRs listed in the Dependent Products section for more information.

Report Date:

28-OCT-25

Contact Information:

[email protected]

Notes:

This ACR does not cover the following product areas:

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

Dependent Products


This product interacts with or is built with the other Oracle products listed in this section. Click below to view information about the accessibility of these dependent products. Products listed are the versions available at the time of publication of this document; newer documents may be available that supersede these versions.

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/

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.0Level A - Yes
Level AA - Yes
Level AAA - No
Web Content Accessibility Guidelines 2.1Level A - Yes
Level AA - Yes
Level AAA - No
Web Content Accessibility Guidelines 2.2Level 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.2 Report

Table 1 also documents conformance with:

Note: When reporting on conformance with the WCAG 2.2 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 and documentation were 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 the HTML code.
    • SVG sub-elements that correspond to navigable data items within a component use of the WAI-ARIA img role.
    • The description of the structure of the component is provided via WAI-ARIA aria-label property in the 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)Partially Supports

    The product and documentation were 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, ojTable, and Data Visualization components use the WAI-ARIA application role instead of the HTML table or other HTML elements.

    In the case of the ojDataGrid and ojTable components:

    The product was tested for:

    • Descriptive text about the content of the data grid is provided via WAI-ARIA aria-label property in the 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 the HTML code.
    • SVG sub-elements that correspond to navigable data items within a component use of the WAI-ARIA img role.
    • The description of the structure of the component is provided via WAI-ARIA aria-label property in the HTML code.

    Exceptions:

    1. JET-74295: The screen reader is repeating the pagination information.
    2. JET-74245: While using a screen reader in a virtual cursor mode to read a table, it fails to announce the newly inserted row between that loading row and the previous rows while 'loading'.
    3. JET-73860: Label hint is not getting read by the screen reader for the checkboxset (oj-c-checkboxSet).
    4. JET-73485: The content of the input-text (label & value) is read twice with the screen reader while using oj-c-input-text with the length (max and count-by) property.
    5. JET-73431: While using oj-c-menu-button with screen reader, when the user presses 'space' to open the menu, it reads out menu information in 3 different ways, all at once.
    6. JET-73254: Whenever a user focuses on a new row in the data grid, along with the row and column details, the row number should not be read out by the screen reader just before the data present in the focused cell is read.
    7. JET-73147: Moving through the items with arrow keys in the Color Palette, the screen reader does not read out the value, nor does it say what was selected when you press Enter or the spacebar.
    8. JET-72957: While using oj-list-item-layout with screen reader, it is reading the label and remove button multiple times.
    9. JET-72065: aria-label should not be put on buttons (oj-c-button) if a visible text is rendered, as the screen reader will read it twice.
    10. JET-71077: The expanded submenu in the mobile with a screen reader is read incorrectly as a collapsed submenu
    11. JET-76111: The screen reader is not able to announce the value of the pie slice of the oj-chart while tabbing on the pie sections.
    12. JET-75767: One of the column headers of the oj-table is read out twice by the screen readers because of the header tooltip.
    13. JET-75329: While using the oj-c-buttonset-single, the screen reader focus goes to the button label (e.g., B), but it does not give any information about it; we need to swipe again, and then the focus is on the entire button.
    14. JET-75307: The screen reader does not provide any instruction on how to exit from the LOVs for a Select Multiple (oj-c-select-multiple) input control.
    15. JET-75119: The screen reader is not reading the complete data in the data grid by default.
    16. JET-76150: While navigating to the Select multiple using a screen reader on mobile devices, it wrongly announces, 'Press Backspace or Delete to remove the selected value,' which is not a valid message for mobile devices.
    17. JET-76170: When a user tries to use the Progress Button (oj-c-progress-button) with a screen reader, it announces the progress status too late, and it does not match the actual completed status, which could mislead visually impaired users.
    18. JET-75108: While navigating to the Select Single (oj-select-single) with screen reader, the page title gets announced twice.
    1.3.2 Meaningful Sequence (Level A)Supports

    The product and documentation were tested for:

    • The sequence of elements in the DOM matches a logical reading sequence.
    1.3.3 Sensory Characteristics (Level A)Supports

    The product and documentation were 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)Supports

    The product and documentation were tested for

    • Text is displayed in both device orientations without loss of functionality or visibility of the text.
    1.3.5 Identify Input Purpose (Level AA)Supports

    The product and documentation were tested for

    • Text fields which collect information about the user contain the appropriate autocomplete content attribute.
    1.4.1 Use of Color (Level A)Supports

    The product and documentation were 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 and documentation were 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 and documentation were 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 and documentation were tested for:

    • Images of text are not used
    1.4.10 Reflow (Level AA)Partially Supports

    The product and documentation were tested for

    • Text information reflows so that only one direction of scrolling is required while at 400% zoom.

    Exceptions:

    1. JET-70484: Dialog (oj-dialog) is not scrollable when content inside the dialog overflows with a browser zoom of 400%.
    2. JET-72458: While using oj-popup with browser zoom of 400%, when the element takes up the entire screen space, two instances of pop-up are seen on the screen when we open it. On the top and bottom of the popup button.
    3. JET-76033: While using the List View (oj-list-view) with browser zoom of 400%, the user cannot reorder or drag/drop.
    4. JET-75661: The default focused submenu option is not visible when the submenu opens, and we need to scroll to view it with browser zoom of 400%.
    5. JET-71107: When the browser is zoomed at 400%, a user is unable to scroll through the data grid, and header texts are getting cut (in small view too).
    6. JET-73448: Scrolling Menu Button (oj-menu-button) with browser zoom of 400%, causes flickering of menu.

     

    1.4.11 Non-text Contrast (Level AA)Supports

    The product and documentation were tested for:

    • Non-text items have a contrast ratio of at least 3:1.
    1.4.12 Text Spacing (Level AA)Supports

    The product and documentation were tested for:

    • When the following attributes and no others are modified there is no loss in functionality or content:
      • Line height (line spacing) to at least 1.5 times the font size
      • Spacing following paragraphs to at least 2 times the font size
      • Letter spacing (tracking) to at least 0.12 times the font size
      • Word spacing to at least 0.16 times the font size
    1.4.13 Content on Hover or Focus (Level AA)Partially Supports

    The product and documentation were tested for

    • Dismissable -The content can be dismissed without moving the pointer or keyboard focus
    • Hoverable - When pointer hover triggers additional content, the pointer can be moved over the additional content without the additional content disappearing
    • Persistent - The additional content remains visible until the hover or focus trigger is removed, the user dismisses it, or its information is no longer valid.

    Exceptions:

    1.  JET-69059: The data tip implementation needs to meet Content on Hover or Focus (Level AA) in the corepack components.

     

    2.1.1 Keyboard (Level A)Partially Supports

    The product and documentation were 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)

    Exceptions

    1. JET-73982: Menu button (oj-menu-button) fails to fire action while using with a screen reader using the spacebar.
    2. JET-73495: In a single-select input field with a dropdown, when a user types any character inside the input box and presses the "Enter" key, it should not automatically select the first item.
    3. JET-60038: Tabbing a list item in a button set when in actionable mode should not leave the list item.
    2.1.2 No Keyboard Trap (Level A)Supports

    The product and documentation were 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)Supports

    The product and documentation were tested for

    • There are no single character keyboard shortcuts.
    2.2.1 Timing Adjustable (Level A)Supports

    The product and documentation were tested for:

    • Time limits are not used
    2.2.2 Pause, Stop, Hide (Level A)Supports

    The product and documentation were tested for:

    • There is no moving, blinking or scrolling content.
    2.3.1 Three Flashes or Below Threshold (Level A)Supports

    The product and documentation were 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

    The documentation was tested for:

    • A ‘Skip to Main Content’ link is provided to skip repetitive navigation links at the top of the page.
    • Structure and hierarchy are marked up with Header elements outside of repetitive navigation links
    • WAI-ARIA Landmark elements are used outside of repetitive navigation links

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

    2.4.2 Page Titled (Level A)Supports

    The documentation was tested for:

    • Pages have a meaningful title specified in the html "title" tag

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

    2.4.3 Focus Order (Level A)Partially Supports

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

    The product and documentation were tested for:

    • Logical movement through the focusable components using only the keyboard, in an order that follows a meaningful sequence

    Exceptions:

    1. JET-65082: When using oj-c-select-multiple inside an oj-drawer-popup, the options drawer is not working with a screen reader in mobile due to a lack of focus inside the drawer.
    2. JET-69551: While using the pop-up with a screen reader on mobile , one has to navigate backwards to read popup content.
    3. JET-62253: In Collection components for instance DataGrid where actionable mode is enabled, having a select-single as the only actionable child in a region causes content of the component to disappear when a user attempts a 'shift+tab' operation.
    4. JET-76109: While using a screen reader on an iPad, focus does not move inside menu options after clicking on the Menu button.
    5. JET-76205: Swiping forward in any of the chip in the popup (oj-c-popup) leads to focusing out of the popoup.
    6. JET-76159: The Toolbar (oj-toolbar) gets focus even if it contains one disabled button.
    7. JET-69222: The user is unable to enter the actionable mode using the programmatic focus in the oj-list-view.
    2.4.4 Link Purpose (In Context) (Level A)Supports

    The product and documentation were tested for:

    • The text of links and their surrounding paragraph, list, table cell (with marked up table headers) is sufficient to describe their purpose
    2.4.5 Multiple Ways (Level AA)Supports

    The documentation was tested for:

    • Page contains controls that enable reaching other pages of our product
    • Pages can be found using the provided "search" function

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

    2.4.6 Headings and Labels (Level AA)Supports

    The product and documentation were 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)Partially Supports

    The product and documentation were tested for:

    • Visual indication of the location of the focus

    Exceptions:

    1. JET-72842: Buttons inside a dialog are not getting focused when used with a screen reader.
    2. JET-76144: In Select Single (oj-c-select-single), the focus ring appears as a solid blue outline instead of the fine dashed line.
    3. JET-76032: In Tree View (oj-tree-view), the focus is not visible after the cut and paste for grouping leaf reorder.
    4. JET-75624: In the Menu Button (oj-c-menu-button), focus gets lost on selecting any menu option while using it with a screen reader on a mobile.
    2.4.11 Focus Not Obscured (Level AA)Supports

    The product and documentation were tested for:

    • The initial position of user interface components receiving keyboard focus are not hidden entirely by author-created content.

     

    2.5.1 Pointer Gestures (Level A)Supports

    The product and documentation were tested for

    • There are no multipoint or path-based gesture actions.
    2.5.2 Pointer Cancellation (Level A)Supports

    The product and documentation were tested for

    • When an operation uses a single pointer, the down-event of the pointer is not used to execute any part of the function.
    2.5.3 Label in Name (Level A)Supports

    The product and documentation were tested for

    • User interface components that include text or images of text and have a label, have a name that contains the text that is presented visually.
    2.5.4 Motion Actuation (Level A)Supports

    The product and documentation were tested for

    • There are no functions that require motion of the device.
    2.5.7 Dragging Movements (Level AA)Partially Supports

    The product and documentation were tested for:

    • All functionality that uses a dragging movement for operation can be achieved by a single pointer without dragging.

    Exceptions:

    1. JET-76160: List View (oj-list-view) reordering is not working properly when a user tries using it with a screen reader enabled on a mobile device.
    2.5.8 Target Size (Minimum) (Level AA)Partially Supports

    The product and documentation were tested for:

    • Interactive targets take up at least 24×24 CSS pixels of space, including white space around the target, and the space is not shared with another target.

    • The function can be achieved through a different control in the same software that meets this criterion.

    • The target is in a sentence or its size is otherwise constrained by the line-height of non-target text.

    • A particular presentation of the target is essential or is legally required for the information being conveyed.

    Exceptions:

    1. JET-70481: Target size failure (insufficient target size) is reported for the component InputDateMask, InputTimeMask in the compact mode.
    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 and documentation were tested for:

    • Properly set lang attribute for each page
    3.1.2 Language of Parts (Level AA)Supports

    The product and documentation were 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 and documentation were 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 and documentation were 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)Partially Supports

    The documentation was tested for:

    • Pages that are grouped together into sets with a common navigation mechanism utilize that navigation mechanism in the same fashion, with navigation elements appearing in the same relative order

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

    Exception:

    1. JET-73370: Tabbing through waterfall (oj-waterfall) layout unexpectedly lands on a button inside a panel.
    3.2.4 Consistent Identification (Level AA)Partially Supports

    The product and documentation were tested for:

    • Images and controls are used and identified consistently throughout the product.

    Exceptions:

    1. JET-75575: The screen reader is suggesting the user use left and right arrow keys to navigate through the options instead of up and down arrow keys from the second instance of navigating through the options in the oj-c-menu-button component.
    3.2.6 Consistent Help  (Level A)Supports

    The product and documentation were tested for: 

    • Help mechanisms (or a link to different software containing help mechanisms) occur in the same order relative to other software content.
    3.3.1 Error Identification (Level A)Partially 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

    The documentation was tested for:

    • The documentation does not have input fields, except for the Search field.

    Exception:

    1. JET-73445: With the screen reader enabled, error messages are not being read out in the oj-drawer-popup.
    3.3.2 Labels or Instructions (Level A)Partially Supports

    The product and documentation were tested for:

    • Labels or instructions are provided when the product requires user input

    Exception:

    1. JET-72228: While using InputTimeMask and InputDateMask, the screen reader is announcing the deletion of the dates only for the first time.

    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

    The documentation was tested for:

    • The documentation does not have input fields, except for the Search field.
    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

    The documentation was tested for:

    • The documentation does not require user input that modifies user controllable data.
    3.3.7 Redundant Entry  (Level A)Not Applicable

    The product and documentation were tested for:

    • There are no occurrences of information that the user needs to enter which has been previously entered.
    3.3.8 Accessible Authentication (Minimum)   (Level AA)Not Applicable

    The product and documentation were tested for:

    • Authentication is not required.
    4.1.1 Parsing (Level A)Not ApplicableThis criterion is considered as always satisfied for any content using HTML or XML.
    4.1.2 Name, Role, Value (Level A)Partially Supports

    The product and documentation were 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 programmatically exposed name

    Exception:

    1. JET-72279: The expand/collapse icon does not have a label in the Row Expander table (oj-row-expander).
    2. JET-73231: When navigating through the button set (oj-c-buttonset) with the up/down arrow with the screen reader enabled, it announces each button as checked when they are not checked.
    3. JET-72888: When navigating via keyboard on read-only values, the screen reader announces each value as 'selected' even if they are not selected.
    4. JET-66760: The IconButton with an aria-label renders a tooltip with the aria-describedby attribute pointing to it. But, when this aria-describedby is not removed when the tooltip is not shown. This results in the component having aria-describedby pointing to a non-existent ID.
    5. JET-73590 With the screen reader enabled, when there are two buttons (oj-c-button) next to each other in a region, the second button reads out the region info again.
    6. JET-75163: Table should have a role='grid' instead of role='application' which could help Assistive Technologies to recognize it as a table.
    7. JET-73268: In the Tab Bar Mixed (oj-c-tab-bar-mixed), the div containing aria-activedescendant should contain children.
    8. JET-72559: The oj-list-view should not have role="grid" for an unordered-list and role="gridcell" for a division.
    9. JET-71640: While using the oj-list-view component having display as 'card,' the HTML structure contains a UL tag with role="row".
    4.1.3 Status Messages (Level AA)Partially Supports

    The product and documentation were tested for:

    • Status messages have role or properties set so information is conveyed to assistive technology without the component receiving focus.

    Exceptions:

    1. JET-76064: While using List View (oj-c-list-view) with the assistive technologies, it is not able to read the 'No items to display' message for empty lists.
    2. JET-76172: Progress Button's (oj-c-progress-button) in-progress status is not getting read by the screen reader when used with a mobile.

    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.

    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 FeaturesPartially Supports

    The product was tested for:

    • Does not disrupt platform accessibility features such as Sticky Keys, High Contrast and Large Fonts.

    Exceptions:

    1. JET-72917: Buttonset (oj-buttonset) does not remain navigable when used with the screen reader.
    2. JET-54189: A user is unable to select date, hours, or AM/PM from oj-input-date-time while using it with a screen reader.
    3. JET-75830: Unable to open the context menu with assitive technology ON. When the user triple taps to open the Context menu (which is the correct gesture for voiceover on mobile) on List view, it just selects the text.
    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 ApplicableThe product is designed to be isolated from the underlying platform.
    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.

    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: Develop Accessible Oracle JET Apps.

    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/tech/developers/categories/16409-oracle-jet

    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/tech/developers/categories/16409-oracle-jet

    Oracle Legal Disclaimer

    The information above describes this product's ability to support the applicable Standards/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: [email protected].

    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.