Criteria | Supporting Features | Remarks (e.g., definition, equivalent facilitation, scope of support provided) |
1.1.1 Non-text Content: All non-text content that is presented to the user has a text alternative that serves the equivalent purpose, except for the situations listed below. (Level A) - Controls, Input: If non-text content is a control or accepts user input, then it has a name that describes its purpose. (Refer to Guideline 4.1 for additional requirements for controls and content that accepts user input.)
- Time-Based Media: If non-text content is time-based media, then text alternatives at least provide descriptive identification of the non-text content. (Refer to Guideline 1.2 for additional requirements for media.)
- Test: If non-text content is a test or exercise that would be invalid if presented in text, then text alternatives at least provide descriptive identification of the non-text content.
- Sensory: If non-text content is primarily intended to create a specific sensory experience, then text alternatives at least provide descriptive identification of the non-text content.
- CAPTCHA: If the purpose of non-text content is to confirm that content is being accessed by a person rather than a computer, then text alternatives that identify and describe the purpose of the non-text content are provided, and alternative forms of CAPTCHA using output modes for different types of sensory perception are provided to accommodate different disabilities.
- Decoration, Formatting, Invisible: If non-text content is pure decoration, is used only for visual formatting, or is not presented to users, then it is implemented in a way that it can be ignored by assistive technology.
| Product has been developed to conform to this standard subject to the remarks on the right. | The product was tested for: - Images that convey information have meaningful alternative text using ALT
- Images that are decorative are marked up using ALT=””, CSS background images, or font icons
- Information shown in complex images such as charts is also available in an alternative textual form (e.g. a data table)
- Objects and Applets are not used
- Controls have an associated name
- Time-based media are not used
- Client-side image maps are not used
- Non-text characters are not used or have meaningful alternative text
- CAPTCHAs are not used
- Functionality is discoverable by screen reader users
Exceptions: - Data Grid: Grouped Rows: Expand/Collapse Info Not Read for Correct Elements (bug 19990445)
In the Data Grid, grouped rows can be expanded or collapsed by activating the group header row with a mouse action or keyboard shortcut. The accessible name of the appropriate cell of the group header row includes instructions on using the appropriate keyboard shortcut to expand or collapse the grouped rows. Currently, the instructions are not always being read for the correct cells in the data grid. However, the keyboard shortcuts work correctly regardless of whether the spoken instructions are correct. - Data Grid: Column Menus: Incorrect Screen Rdr Instructions for Column Sorting (bug 21122956)
When column sorting is enabled, but column menu is not enabled, the text read by a screen reader says that the Space bar opens the column menu, which is incorrect. It actually sorts the column. |
1.2.1 Audio-only and Video-only (Prerecorded): For prerecorded audio-only and prerecorded video-only media, the following are true, except when the audio or video is a media alternative for text and is clearly labeled as such: (Level A) Prerecorded Audio-only: An alternative for time-based media is provided that presents equivalent information for prerecorded audio-only content. Prerecorded Video-only: Either an alternative for time-based media or an audio track is provided that presents equivalent information for prerecorded video-only content.
| Product has been developed to conform to this standard subject to the remarks on the right. | No Pre-recorded audio-only or video-only content is being used. |
| 1.2.2 Captions (Prerecorded): Captions are provided for all prerecorded audio content in synchronized media, except when the media is a media alternative for text and is clearly labeled as such. (Level A) | Product has been developed to conform to this standard subject to the remarks on the right. | No Pre-recorded video content is being used. |
| 1.2.3 Audio Description or Media Alternative (Prerecorded): An alternative for time-based media or audio description of the prerecorded video content is provided for synchronized media, except when the media is a media alternative for text and is clearly labeled as such. (Level A) | Product has been developed to conform to this standard subject to the remarks on the right. | No pre-recorded video is being used. |
| 1.2.4 Captions (Live): Captions are provided for all live audio content in synchronized media. (Level AA) | Product has been developed to conform to this standard subject to the remarks on the right. | No live audio content in video is being used. |
| 1.2.5 Audio Description (Prerecorded): Audio description is provided for all prerecorded video content in synchronized media. (Level AA) | Product has been developed to conform to this standard subject to the remarks on the right. | No pre-recorded video is being used. |
| 1.3.1 Info and Relationships: Information, structure, and relationships conveyed through presentation can be programmatically determined or are available in text. (Level A) | Product has been developed to conform to this standard subject to the remarks on the right. | 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 or ARIA roles are used for marking up data tables, including row and column headers and table captions/summaries where appropriate
- Data tables specify SUMMARY or CAPTION
- Layout tables use appropriate markup
- Groups of components are marked up with their description
- Style sheets are used only to change the layout and presentation on the screen
Exceptions: - Data Grid: Clmn Groups,Cntxt Menu/Cog,Slctor Clmn: Table Structure Not Accurate (bug 19990454)
When using the Data Grid with the optional features Column Groups, Context Menu (Cog Wheel), and/or Selector Column, navigating the Data Grid in JAWS virtual cursor mode does not work correctly. Navigating in JAWS Forms mode does work correctly, so recommend using JAWS in Forms mode - Data Grid: Context Menu: Info and Relationships: Various Issues (bug 21115549)
(1) When the context menu is opened with the Windows keyboard Menu key (as opposed to activating the gear icon button), a screen reader will speak "row menu", but provide no further information or instructions. The context menu does work correctly. A workaround is to use the gear icon buttons. (2) There is no indication by a screen reader that the row menu (gear icon) column is available. The gear icon column does work correctly. A workaround is to document the existence of the gear icon column. (3) When navigating to a submenu item, a screen reader provides more information than is necessary at that point. A workaround is to interrupt speech. - Data Grid: Client Sorting: Info And Relationships: Various Issues (bug 21116287)
(1) When navigating between column heading cells, a screen reader does not say the current sort ("sorted ascending", "sorted descending") of the column heading cell getting focus (it does say it when navigating to a header cell from a data row.) A workaround is to navigate out of the heading cell into the first data cell below it, then navigate back into the heading cell. (2) When a column heading cell gets focus from a data row cell, a screen reader says, "...Press Space to sort by column," which is true. However, the screen reader does not explain that Control+Space can be used to specify a secondary sort. - Data Grid: Column Types: Cost/%: No Immediate Screen Reader Notification of Invalid Value (bug 22394619)
When using a screen reader, if the user enters an invalid value in a Cost or Percent column cell, there is no immediate notification to the the user that the cell value is invalid. A workaround is to navigate back to the cell, in which case a notification is given. - Data Grid: Grouped Rows: Grouped Row Header Should Be role="rowheader" (bug 23238692)
Currently, grouped row headers, which span the entire grid, have role="gridcell". They should have role="rowheader". This means that AT may not recognize the grouped row headers as row headers. The text of the grouped row headers is still available to AT, so a workaround is to read the text of the grouped row header. - DashboardAdmin: Using Custom Store: Dialog Heading Not Marked Up (bug 24817095)
The heading in the dialog used to configure individual tiles is not coded as a heading. The text of the heading is still available to AT, so a workaround is to read the text of the header. - Search: Basic Example With Results: Empty H1 Element (bug 24818153)
Before a search is executed, the Search Results heading, which is also an ARIA live region, has an empty H1 element. This may cause minor confusion to users of AT. A workaround is to ignore the empty heading. - Shuttle: Item Counts Not Read By Screen Reader (bug 23019648)
Currently, if the AT user navigates through the LUX Shuttle using only the Tab key or equivalent, the item counts for available and selected values are never read. A workaround is to navigate through the control in a way that reads all of the elements, not just the focusable elements. |
| 1.3.2 Meaningful Sequence: When the sequence in which content is presented affects its meaning, a correct reading sequence can be programmatically determined. (Level A) | Product has been developed to conform to this standard subject to the remarks on the right. | The product was tested for: - The sequence of elements in the DOM matches a logical reading sequence
|
1.3.3 Sensory Characteristics: Instructions provided for understanding and operating content do not rely solely on sensory characteristics of components such as shape, size, visual location, orientation, or sound. (Level A) Note: For requirements related to color, refer to Guideline 1.4. | Product has been developed to conform to this standard subject to the remarks on the right. | 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
Exceptions: - Shuttle: Hierarchical Shuttle: Button Tooltips Not Clear In All Situations (bug 24818469)
The labels of the action buttons express their actions in terms of visual location. A workaround is to learn the actual meaning of the button labels in the context of the control. |
1.4.1 Use of Color: Color is not used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element. (Level A) Note: This success criterion addresses color perception specifically. Other forms of perception are covered in Guideline 1.3 including programmatic access to color and other visual presentation coding. | Product has been developed to conform to this standard subject to the remarks on the right. | 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: If any audio on a Web page plays automatically for more than 3 seconds, either a mechanism is available to pause or stop the audio, or a mechanism is available to control audio volume independently from the overall system volume level. (Level A) Note: Since any content that does not meet this success criterion can interfere with a user's ability to use the whole page, all content on the Web page (whether or not it is used to meet other success criteria) must meet this success criterion. See Conformance Requirement 5: Non-Interference. | Product has been developed to conform to this standard subject to the remarks on the right. | No automatically playing audio is used. |
1.4.3 Contrast (Minimum): The visual presentation of text and images of text has a contrast ratio of at least 4.5:1, except for the following: (Level AA) - Large Text: Large-scale text and images of large-scale text have a contrast ratio of at least 3:1;
- Incidental: Text or images of text that are part of an inactive user interface component, that are pure decoration, that are not visible to anyone, or that are part of a picture that contains significant other visual content, have no contrast requirement.
- Logotypes: Text that is part of a logo or brand name has no minimum contrast requirement.
| Product has been developed to conform to this standard subject to the remarks on the right. | 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
Exceptions: - Data Grid: Find and Filter: Column Filter Placeholder Text Not Accessible Contrast (bug 24914250)
The placeholder text ("Filter") in the column filter text fields does not have accessible contrast. A workaround is to remember the purpose of the text entered in these fields. |
| 1.4.4 Resize text: Except for captions and images of text, text can be resized without assistive technology up to 200 percent without loss of content or functionality. (Level AA) | Product has been developed to conform to this standard subject to the remarks on the right. | The product was tested for: - Text can be resized up to 200% without loss of content or functionality
Exceptions: - Data Grid: Page Scrolls To Top On Context Menu Action (bug 24744248)
When an action is selected in the context menu, the action occurs correctly, but the UI page is scrolled to the top automatically. A workaround is to scroll the page back to where it was. |
1.4.5 Images of Text: If the technologies being used can achieve the visual presentation, text is used to convey information rather than images of text except for the following: (Level AA) - Customizable: The image of text can be visually customized to the user's requirements;
- Essential: A particular presentation of text is essential to the information being conveyed.
Note: Logotypes (text that is part of a logo or brand name) are considered essential. | Product has been developed to conform to this standard subject to the remarks on the right. | Images of text are not used. |
2.1.1 Keyboard: All functionality of the content is operable through a keyboard interface without requiring specific timings for individual keystrokes, except where the underlying function requires input that depends on the path of the user's movement and not just the endpoints. (Level A) Note 1: This exception relates to the underlying function, not the input technique. For example, if using handwriting to enter text, the input technique (handwriting) requires path-dependent input but the underlying function (text input) does not. Note 2: This does not forbid and should not discourage providing mouse input or other input methods in addition to keyboard operation. | Product has been developed to conform to this standard subject to the remarks on the right. | 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)
Exceptions: - Data Grid: Sticky Keys: Different Action On Control+Home/End (bug 21274557)
In the Data Grid, the standard behavior for Control+Home is to move focus to the first data cell in the grid, and the standard behavior for Control+End is to move focus to the last data cell in the grid. With StickyKeys, however, Control+Home moves focus to the first cell in the current row, and Control+End moves focus to the last cell in the current row. A workaround is to navigate to the first or last cell in the data grid using the arrow keys. - Data Grid: Client Sorting: Sticky Keys: Secondary Sort Doesn't Work (bug 21274792)
When a grid column is enabled for sorting, the standard behavior of Control+Space in the column header is to set a secondary sort on that column. This does not work with StickyKeys; it defines a primary sort. - Data Grid: Column Menu: Menu Sometimes Doesn't Dismiss (bug 23207384)
When a column menu item is selected with the Space key (as opposed to the Enter key), the menu item action is performed, but the column menu is not dismissed. A workaround is to select column menu items using the Enter key, rather than the Space key. If the Space key is used accidentally, the menu can be dismissed with the Escape key. - Data Grid: Selector Column: Can't Use (De-)Select All Checkbox With Keyboard (bug 24797793)
The Select/Deselect All check box at the top of the Selector column doesn't work with the keyboard (Space key). The check box itself becomes checked or unchecked, but it has no effect on the individual selector column check boxes in the data rows. A workaround is to select and deselect the selector column check boxes individually. - Navigation Tree: Wrong Key to Activate Links (bug 23064439)
Links in the Navigation Tree are activated with the Space key. The standard way to activate an HTML link from the keyboard is with the Enter key. A workaround is to activate Navigation Tree links with the Space key. - Dashboard: Cut Tile Has No Visual Cue (bug 23064751)
When the user uses the Cut-Paste context menu to move/reorder a tile, the tile being cut/moved is not highlighted in any way to indicate that it has been select for cut/move. A workaround is to remember which tile has been cut. - Dashboard: Focus Lost After Add Tile (bug 23064864)
When a tile is inserted with the Add Tile dialog, browser focus goes to the BODY element of the page, rather than remaining within the Dashboard. A workaround is to navigate back to the Dashboard if needed. - Search: Advanced Link Not Keyboard Operable in FF, IE (bug 20924266)
The Advanced link in the Search pattern does not work properly when activated from the keyboard. A workaround is for the developer to configure the Search pattern with the Advanced dropdown instead |
2.1.2 No Keyboard Trap: If keyboard focus can be moved to a component of the page using a keyboard interface, then focus can be moved away from that component using only a keyboard interface, and, if it requires more than unmodified arrow or tab keys or other standard exit methods, the user is advised of the method for moving focus away. (Level A) Note: Since any content that does not meet this success criterion can interfere with a user's ability to use the whole page, all content on the Web page (whether it is used to meet other success criteria or not) must meet this success criterion. See Conformance Requirement 5: Non-Interference. | Product has been developed to conform to this standard subject to the remarks on the right. | 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
Exceptions: - Dashboard: Keyboard Navigation Issue With List View In Tile In Add Tile Dialog (bug 22910840)
If the content of a Dashboard tile includes a certain component (Oracle JET List View), and the tile is listed in the Dashboard Add Tile dialog, the keyboard navigation of the tiles listed in the dialog does not work, and in certain cases, can become a keyboard trap. One workaround for developers is not to use the Oracle JET List View in Dashboard tile content. Another workaround for developers is not to allow Dashboard tiles whose content includes an Oracle JET List View to be removed from the Dashboard. |
2.2.1 Timing Adjustable: For each time limit that is set by the content, at least one of the following is true: (Level A) - Turn off: The user is allowed to turn off the time limit before encountering it; or
- Adjust: The user is allowed to adjust the time limit before encountering it over a wide range that is at least ten times the length of the default setting; or
- Extend: The user is warned before time expires and given at least 20 seconds to extend the time limit with a simple action (for example, "press the space bar"), and the user is allowed to extend the time limit at least ten times; or
- Real-time Exception: The time limit is a required part of a real-time event (for example, an auction), and no alternative to the time limit is possible; or
- Essential Exception: The time limit is essential and extending it would invalidate the activity; or
- 20 Hour Exception: The time limit is longer than 20 hours.
Note: This success criterion helps ensure that users can complete tasks without unexpected changes in content or context that are a result of a time limit. This success criterion should be considered in conjunction with Success Criterion 3.2.1, which puts limits on changes of content or context as a result of user action. | Product has been developed to conform to this standard subject to the remarks on the right. | Time limits are not used. |
2.2.2 Pause, Stop, Hide: For moving, blinking, scrolling, or auto-updating information, all of the following are true: (Level A) - Moving, blinking, scrolling: For any moving, blinking or scrolling information that (1) starts automatically, (2) lasts more than five seconds, and (3) is presented in parallel with other content, there is a mechanism for the user to pause, stop, or hide it unless the movement, blinking, or scrolling is part of an activity where it is essential; and
- Auto-updating: For any auto-updating information that (1) starts automatically and (2) is presented in parallel with other content, there is a mechanism for the user to pause, stop, or hide it or to control the frequency of the update unless the auto-updating is part of an activity where it is essential.
Note 1: For requirements related to flickering or flashing content, refer to Guideline 2.3. Note 2: Since any content that does not meet this success criterion can interfere with a user's ability to use the whole page, all content on the Web page (whether it is used to meet other success criteria or not) must meet this success criterion. See Conformance Requirement 5: Non-Interference. Note 3: Content that is updated periodically by software or that is streamed to the user agent is not required to preserve or present information that is generated or received between the initiation of the pause and resuming presentation, as this may not be technically possible, and in many situations could be misleading to do so. Note 4: An animation that occurs as part of a preload phase or similar situation can be considered essential if interaction cannot occur during that phase for all users and if not indicating progress could confuse users or cause them to think that content was frozen or broken. | Product has been developed to conform to this standard subject to the remarks on the right. | There is no moving, blinking or scrolling content that is subject to this success criterion. |
2.3.1 Three Flashes or Below Threshold: Web pages do not contain anything that flashes more than three times in any one second period, or the flash is below the general flash and red flash thresholds. (Level A) Note: Since any content that does not meet this success criterion can interfere with a user's ability to use the whole page, all content on the Web page (whether it is used to meet other success criteria or not) must meet this success criterion. See Conformance Requirement 5: Non-Interference. | Product has been developed to conform to this standard subject to the remarks on the right. | No portion of the screen flickers or flashes with a frequency between 2 Hz and 55 Hz. |
| 2.4.1 Bypass Blocks: A mechanism is available to bypass blocks of content that are repeated on multiple Web pages. (Level A) | Product has been developed to conform to this standard subject to the remarks on the right. | The product 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 is marked up with Header elements outside of repetitive navigation links
- WAI-ARIA Landmark elements are used outside of repetitive navigation links
|
| 2.4.2 Page Titled: Web pages have titles that describe topic or purpose. (Level A) | Product has been developed to conform to this standard subject to the remarks on the right. | The product was tested for: - Pages have a meaningful title specified in the TITLE element
|
| 2.4.3 Focus Order: If a Web page can be navigated sequentially and the navigation sequences affect meaning or operation, focusable components receive focus in an order that preserves meaning and operability. (Level A) | Product has been developed to conform to this standard subject to the remarks on the right. | 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): The purpose of each link can be determined from the link text alone or from the link text together with its programmatically determined link context, except where the purpose of the link would be ambiguous to users in general. (Level A) | Product has been developed to conform to this standard subject to the remarks on the right. | 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: More than one way is available to locate a Web page within a set of Web pages except where the Web Page is the result of, or a step in, a process. (Level AA) | Product has been developed to conform to this standard subject to the remarks on the right. | The product was tested for: - Pages are fully inter-linked to each other
- Pages are steps in a process
|
| 2.4.6 Headings and Labels: Headings and labels describe topic or purpose. (Level AA) | Product has been developed to conform to this standard subject to the remarks on the right. | 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: Any keyboard operable user interface has a mode of operation where the keyboard focus indicator is visible. (Level AA) | Product has been developed to conform to this standard subject to the remarks on the right. | The product was tested for: - Visual indication of the location of the focus
Exceptions: - Data Grid: Column Menu: Visible Focus Lost On Column Hide/Show (bug 23207464)
When a column menu item is selected using the Enter key to hide a column in the grid, the column is hidden correctly, but the current (column header) cell does not retain visible focus. A workaround is to navigate to another cell in the grid. This will restore visible focus - Autocomplete: High-Contrast: Menu Items Have No Visible Focus (bug 23076167)
The menu items in the Autocomplete suggestions menu do not have visible focus. A workaround is to look at the text in the search field, which mirrors the text of the currently focused suggestion menu item. - Nav Tree: High Contrast Theme: No Visible Focus When Focus is on Selected Item (bug 21098661)
When focus is on the selected item in the Navigation Tree, there is no visible focus. A workaround is to navigate to another item in the Navigation Tree. This will restore visible focus. |
| 3.1.1 Language of Page: The default human language of each Web page can be programmatically determined. (Level A) | Product has been developed to conform to this standard subject to the remarks on the right. | The product was tested for: - Properly set lang attribute for each page
|
| 3.1.2 Language of Parts: The human language of each passage or phrase in the content can be programmatically determined except for proper names, technical terms, words of indeterminate language, and words or phrases that have become part of the vernacular of the immediately surrounding text. (Level AA) | Product has been developed to conform to this standard subject to the remarks on the right. | 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: When any component receives focus, it does not initiate a change of context. (Level A) | Product has been developed to conform to this standard subject to the remarks on the right. | 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: Changing the setting of any user interface component does not automatically cause a change of context unless the user has been advised of the behavior before using the component. (Level A) | Product has been developed to conform to this standard subject to the remarks on the right. | The product was tested for: - Changes in the value of user interface components does not result in a substantial change to the page, an additional change of keyboard focus, or the spawning of a pop-up window
- 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: Navigational mechanisms that are repeated on multiple Web pages within a set of Web pages occur in the same relative order each time they are repeated, unless a change is initiated by the user. (Level AA) | Product has been developed to conform to this standard subject to the remarks on the right. | The product 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 each time
|
| 3.2.4 Consistent Identification: Components that have the same functionality within a set of Web pages are identified consistently. (Level AA) | Product has been developed to conform to this standard subject to the remarks on the right. | The product was tested for: - Images and controls are used and identified consistently throughout the product
|
| 3.3.1 Error Identification: If an input error is automatically detected, the item that is in error is identified and the error is described to the user in text. (Level A) | Product has been developed to conform to this standard subject to the remarks on the right. | 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: Labels or instructions are provided when content requires user input. (Level A) | Product has been developed to conform to this standard subject to the remarks on the right. | The product was tested for: - Labels or instructions are provided when the product requires user input
|
| 3.3.3 Error Suggestion: If an input error is automatically detected and suggestions for correction are known, then the suggestions are provided to the user, unless it would jeopardize the security or purpose of the content. (Level AA) | Product has been developed to conform to this standard subject to the remarks on the right. | 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): For Web pages that cause legal commitments or financial transactions for the user to occur, that modify or delete user-controllable data in data storage systems, or that submit user test responses, at least one of the following is true: (Level AA) - Reversible: Submissions are reversible.
- Checked: Data entered by the user is checked for input errors and the user is provided an opportunity to correct them.
- Confirmed: A mechanism is available for reviewing, confirming, and correcting information before finalizing the submission.
| Product has been developed to conform to this standard subject to the remarks on the right. | This product does not directly perform any of the operations listed. |
4.1.1 Parsing: In content implemented using markup languages, elements have complete start and end tags, elements are nested according to their specifications, elements do not contain duplicate attributes, and any IDs are unique, except where the specifications allow these features. (Level A) Note: Start and end tags that are missing a critical character in their formation, such as a closing angle bracket or a mismatched attribute value quotation mark are not complete. | Product has been developed to conform to this standard subject to the remarks on the right. | 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
Exceptions: - DashboardAdmin: Duplicate HTML ID's for Configure Buttons (bug 23115102)
Each DashboardAdmin tile has a Configure button. The Configure buttons on all of the tiles have the same HTML ID. |
4.1.2 Name, Role, Value: For all user interface components (including but not limited to: form elements, links and components generated by scripts), the name and role can be programmatically determined; states, properties, and values that can be set by the user can be programmatically set; and notification of changes to these items is available to user agents, including assistive technologies. (Level A) Note: This success criterion is primarily for Web authors who develop or script their own user interface components. For example, standard HTML controls already meet this success criterion when used according to specification. | Product has been developed to conform to this standard subject to the remarks on the right. | 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
- The product has no frames.
Exceptions: - Data Grid: Find and Filter: Column Filter Row Has No Row Header (bug 24914932)
The column filter row in the grid does not have a cell identified as the row header. - Shuttle: Hierarchical Shuttle: Pattern Label Not Accessible (bug 24818404)
The label for the Shuttle as a whole is not associated with the Shuttle itself in an accessible way. A workaround is to navigate to the label, which the developer can place immediately before the Shuttle control in the HTML markup. |