Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The main element must not appear as a descendant of the main element. #3038

Open
pdehaan opened this issue May 11, 2023 · 0 comments
Open

The main element must not appear as a descendant of the main element. #3038

pdehaan opened this issue May 11, 2023 · 0 comments
Labels
jira-synced Jira task created for this

Comments

@pdehaan
Copy link
Collaborator

pdehaan commented May 11, 2023

The main element must not appear as a descendant of the main element.

From line 58, column 1; to line 58, column 6

r"></div><main><di

Ye olde DOM:

  <header>
    <a href="/">...</a>
    <menu>
      <li><a
          href="/user/breaches"
          data-cta-id="sign-in-1"
          class="button secondary">Sign In</a></li>
    </menu>
  </header>
- <main data-partial="allBreaches">
    <div id="breaches-loader" class="ab-bg breaches-loader"></div>
-   <main>
      <div class="all-breaches-front-matter">
        <header class="all-breaches-header">
          <div>...</div>
        </header>
        <form class="all-breaches-filter" autocomplete="off">

Plus:

A document must not include more than one visible main element.

From line 58, column 1; to line 58, column 6

r"></div><main><di
@EMMLynch EMMLynch added the jira-synced Jira task created for this label Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira-synced Jira task created for this
Projects
None yet
Development

No branches or pull requests

2 participants