-
Bug
-
Resolution: Fixed
-
Low
-
9.7.0
-
9.07
-
Severity 3 - Minor
-
Issue Summary
On the “Header” region, the search input field is marked using unnecessary list markup.
Steps to Reproduce
- Navigate to the header region.
- Navigate to mentioned search input and inspect it.
Screenshot
Actual Result
The search input field is marked up as a list item unnecessarily.
As a result, screen reader users find it difficult to understand the information effectively.
Expected Result
Remove the list mark-up code from the “Search input" to implement the appropriate changes.
Since the list markup elements are used to represent an item in a list.
Code snippet
<span id="quicksearch-menu"><form action="/secure/QuickSearch.jspa" method="get" id="quicksearch" class="aui-quicksearch dont-default-focus ajs-dirty-warning-exempt"> ... </a></span>
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available
Environment
MacBook Pro (14-inch, 2021)
macOs Ventura 13.3.1 (a) (22E772610a)
Chrome - Version 113.0.5672.63 (Official Build) (64-bit)
Firefox- Version 92.0 (64-bit)
Safari- Version 16.4 (18615.1.26.110.1)
JAWS- Version 2021
NVDA- Version 2021.2
Voiceover - Version Latest
- is resolved by
-
A11Y-87 Loading...