-
Bug
-
Resolution: Fixed
-
Low
-
9.7.0
-
9.07
-
Severity 3 - Minor
-
Issue Summary
The button elements such as "Undo" and "Redo" is not included within list mark-up.
Steps to Reproduce
- Navigate to "Issues" dropdown and activate it.
- Select any issue from "Recent Issues" section.
- Observe that "View an Issue" page has been appeared on the page.
- Press the "." button and check that pop up has appeared on the screen.
- Navigate to the "Log work" option an activate it.
- Observe that "Log work" modal dialog has been appeared on the screen.
- Inspect the code and check that list mark-up not used for the mentioned elements.
Screenshot
Actual Results
The related button elements which constitute as a list visually. However, these button elements not coded as a list. As a result, screen reader users might not understand the content structure effectively.
Expected Results
Include the "Undo" and "Redo" button elements under <ul> and <li> elements.
Code Snippet
<ul> (...) <li> <button type="button" class="aui-button aui-button-subtle wiki-operation-undo" aria-disabled="true" resolved="" aria-describedby="aui-tooltip"><span class="aui-icon aui-icon-small aui-iconfont-undo">Undo</span></button> </li> <li> <button type="button" class="aui-button aui-button-subtle wiki-operation-redo" title="Redo (⌘+Shift+Z)" aria-disabled="true" resolved=""><span class="aui-icon aui-icon-small aui-iconfont-redo">Redo</span></button> </li> </ul>
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
Environment
MacBook Pro (16-inch, 2019)
macOS Ventura Version 13.3.1
Chrome - Version 112.0.5615.49 (Official Build) (x86_64)
Firefox- Version 112.0.1 (64-bit)
Safari- Version 16.4 (18615.1.26.11.23)
JAWS- Version 2022
NVDA- Version 2020.3
Voiceover - Version Latest
- is resolved by
-
A11Y-29 Loading...