Issue Summary

      The heading mark-up is found to be inappropriate in the modal dialog.

      Steps to Reproduce

      1. Navigate to the "Plans" dropdown.
      2. Select any option from the listbox.
      3. Navigate to "Settings" button and activate it.
      4. Select the "Get started" option.
      5. Observe that the modal dialog has been opened.
      6. Inspect the code and verify that incorrect heading level defined.

      Screenshot 1

      Screenshot 2

      Actual Results

      Heading structure is found to be inappropriate on the page. Text such as "Saving changes" and "Manage your issues" is coded as <h4>  which does not matches the visual hierarchy on the page. As a result, screen reader users found it difficult to understand the page's content structure.

      Expected Results

      Use heading levels as per specification such as <h1> should be followed by <h2>, <h3> and so on.
      Even though this is required at WCAG 2.1 at Level AAA, it is recommended that the discussed issue be addressed as screen reader users rely on headings heavily to understand the page structure.
      Code Snippet

      <h2 class="Card__Heading-sc-1vayiwt-2 cgQtzc">Saving changes</h2>
      <h2 class="Card__Heading-sc-1vayiwt-2 cgQtzc">Manage your issues</h2> 

      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.6.1
      Chrome - Version 120.0.6099.234 (Official Build) (x86_64)
      Firefox- Version 112.0.1 (64-bit)
      Safari- Version 17.3 (18617.2.4.11.9, 18617)
      JAWS- Version 2022
      NVDA- Version 2020.3

            [JSWSERVER-25557] Onboarding Tour: Inappropriate heading structure

            There are no comments yet on this issue.

              Unassigned Unassigned
              c3f9a46dc7c4 Varsha Bansode
              Affected customers:
              0 This affects my team
              Watchers:
              2 Start watching this issue

                Created:
                Updated: