-
Bug
-
Resolution: Fixed
-
Low
-
10.3.1
-
10.03
-
Severity 3 - Minor
-
Issue Summary
The <footer> element is used unnecessarily.
Steps to Reproduce
- Open the "Project" page.
- Navigate to the "Sidebar".
- Navigate to the "Add shortcut" button and activate it.
- A non-modal dialog appears on the page.
- Add any shortcut.
- Navigate to the "Filter" button and activate it.
- Navigate to the "Edit" interactive element and activate it.
- A modal dialog appears on the page.
- Inspect the code.
- Observe that the <footer> element is defined unnecessarily.
Screenshot

Actual Results
The <footer> element is defined for the buttons such as "Save" and "Cancel" unnecessarily. As a result, screen reader users might get confused.
Expected Results
There should not be the unnecessary <footer> element. Remove <footer> element from the source code of the mentioned element.
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 Monterey Version 12.3.1
Chrome - Version 131.0.6778.265 (Official Build) (64-bit)
Firefox- Version 134.0.1 (32-bit)
Safari- Version 18.1.1 (20619.2.8.11.12)
JAWS- Version 2023
NVDA- Version 2024.4.2
Voiceover - Version Latest
- is resolved by
-
A11Y-625 Loading...