Title: Visually appearing heading text 'Create Dashboard' in the dialog is not programmatically defined as heading.
Test Environment:
OS: Windows 11 Enterprise Insider Preview Version 24H2(OS Build 26100.2892)
Browser: Microsoft Edge Version 132.0.2957.140, Chrome Version 133.0.6943.54
Tools: F12 Developer Tools /Accessibility insights for web.
User Impact:
The lack of programmatic heading for the visually displayed "Create Dashboard" in the dialog affects blind and low-vision users who rely on screen readers to navigate and quickly locate key sections. It also impacts users with cognitive disabilities, who depend on well-structured headings for easier understanding and navigation.
Observation:
- Same issue repro on heading 'Workspaces & Dashboards' [appears on Home --> Header--> Hamburger menu--> Popup] (Refer Attachment: Note_1_Same issue repro on heading 'Workspaces & Dashboards'..mp4).
- Heading hierarchy is not sequential in the Home page.
Pre-Requisites:
- Turn on Accessibility insights for web extension.
- Navigate to the headings toggle control and turn it on.
Repro Steps:
- Open the URL: Agora Home Page (PPE) in latest edge browser.
- 'Agora home page (PPE)' will be displayed.
- Navigate to 'Hamburger' menu control using tab key and activate it using enter key.
- 'Workspace and dashboards' popup will be displayed.
- Navigate to 'Add dashboard' control in the list displayed using tab key and activate it using enter key.
- 'Create Dashboard' dialog gets displayed.
- Observe and verify whether visually appearing heading text 'Create Dashboard' in the dialog is not programmatically defined as heading or not.
Actual Result:
Visually appearing heading text 'Create Dashboard' in the dialog is not programmatically defined as heading.
Refer Attachment:
Expected Result:
Visually appearing heading text 'Create Dashboard' in the dialog should be programmatically defined as heading level 2.
Ensure that heading structure should be logical in the page i.e., it should follow h1->h2->h3->h4->h5->h6.