-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 4.20.0
-
Component/s: Accessibility
-
Severity 2 - Major
Issue Summary
Missing visual label for the instances such as "Number of items to display on a page", "Bulk actions" and "View"
Tested URL
Steps to Reproduce
- Open the "Home page" and navigate to "Assets".
- Activate the "Assets" and click on "ASIT-ITSM" link.
- Navigate to"Business Services (5)" link present left navigation pane.
- Inspect the code of mentioned instances present in main content area.
Actual Results
The elements such as "Number of items to display on a page", "Bulk actions" and "View" do not have visual labels which are present in main content area. As a result, users with learning impaired or hearing impaired will not be able to understand the purpose of the form fields.
Expected Results
Apply the following changes:
- Remove the "rlabs-sr-only" class from <label> element of the "Number of items to display on a page" and make it visible on the screen.
- Provide visual label for "Bulk actions" and "View" using <label> element and associate the label with respective <input> element.
REFERENCE:
WCAG Understanding document: https://www.w3.org/WAI/WCAG21/Understanding/non-text-contrast
BACKGROUND:
People who have low vision or are colorblind may have difficulty perceiving that an element is interactive or what its state is - e.g. whether it has keyboard focus, is selected/checked/pressed, etc. - if the contrast between the element boundaries and/or state indicators and its background or adjacent colors is insufficient. When an interactive element's visual boundaries and state indicators have adequate contrast, people who have low vision or are colorblind are more likely to be able to perceive which elements on the screen are interactive and what their current state is.
Screenshot

Workaround
Not Available
Bug Ref: 748626
Bulldog Ref: JSMDC-12812
- is duplicated by
-
JSDSERVER-11678 Business Services/Create Objects : ARIA input fields must have an accessible name
-
- Ready for Development
-
- is blocked by
-
JSMDC-12812 Loading...
- links to
- mentioned in
-
Page Loading...