-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 7.18.0, 9.2.0
-
Component/s: Accessibility
-
- 1.3.1
- Accessibility
- Level-A
- WCAG21
- ax-at-JAWS
- ax-at-NVDA
- ax-at-VO
- ax-at-user
- ax-bug
- ax-confluence
- ax-confluence-2024-vpat-create/editpage
- ax-confluence-dc-2022-vpat
- ax-confluence-dc-2024-vpat
- ax-confluence-dc-2024-vpat-reuse
- ax-confluence-dc-selectmacro
- ax-confluence-dc-vpat
- ax-confluence-dc-vpat-reuse
- ax-dev-ready
- ax-macos-safari
- ax-macro
- ax-medium-priority
- ax-platform-dc
- ax-qa
- ax-qa-partially-fixed
- ax-qa-verified
- ax-windows-chrome
- ax-windows-firefox
-
Severity 3 - Minor
Issue Summary
List mark-up used unnecessarily for "preview" functionality in the "insert macro" modal dialog
Steps to Reproduce
- Launch the URL
- Edit the page
- Navigate to "Insert more content" and activate the link, dropdown gets displayed and then activate "table of content" option in the dropdown.
- Observe that "Insert macro" modal dialog appears, navigate to "preview" functionality and in code list has been provided for this functionality.
Screenshot

Actual Results
When the user navigate through the "preview" functionality, a list mark-up is used to code the "preview" link present in the top section of the modal dialog "insert macro". As a result, screen reader users might not understand the content structure effectively.
Expected Results
- Remove the list mark-up from the mentioned content. CSS can be used to maintain the presentation of the page if required
- Additionally, The mentioned non-modal dialog heading/title should be marked up using <h3> appropriately. This will make sure screen reader users understand the structure of the non-modal dialog effectively.
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available