-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
9.4.1
-
Severity 3 - Minor
-
Issue Summary
List mark up is missing for "log in", "sign up" buttons.
Steps to Reproduce
- Open the "Quick Filter" page.
- Activate "Rename" link present in the main content.
- The "Rename Filter" modal box appears.
- Inspect the "Save" and "cancel" buttons and observe that the list mark up is missing.
Screenshot
Actual Results
List mark-up is not used to present related information programatically. For example, buttons such as "Save" and "Cancel, are not marked as unordered list which visually looks like a list of related items. As a result, screen reader users will find it difficult to navigate to the list and different list items quickly.
Expected Results
Use appropriate list mark-up, such as <ul> and <li> to identify related information. In addition, consider applying styles to maintain the visual presentation of a web page.
Code snippet
<div class="dialog-button-panel"> <ul> <li><button class="save-quick-filter aui-button aui-button-primary" resolved="">Save</button></li> <li><a href="#" class="button-panel-link cancel-edit-quick-filter">Cancel</a></li> </ul> </div>
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.
Environment
MacBook Pro (16-inch, 2021)
macOS Sonoma 14.0
Chrome- Version 118.0.5993.88 (Official Build) (arm64)
Firefox-Version 92.0 (64-bit)
Safari- Version 17.0 (19616.1.27.211.1)
JAWS- Version 2023 NVDA- Version 2021.2
Voiceover - Version Latest
MaxBook Pro (16-inch.2021)