Skip to content

Commit 85d20a3

Browse files
committed
Removed nested main elements on specific products
Main landmark must not be contained in another landmark https://dequeuniversity.com/rules/axe/4.1/landmark-main-is-top-level
1 parent 3b4232f commit 85d20a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

includes/article.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<main class="container-xl px-3 px-md-6 my-4 my-lg-4 d-xl-flex">
1+
<div class="container-xl px-3 px-md-6 my-4 my-lg-4 d-xl-flex">
22
<article class="markdown-body width-full">
33
<div class="d-lg-flex flex-justify-between">
44
<div class="d-block d-lg-none">{% include article-version-switcher %}</div>
@@ -70,4 +70,4 @@ <h2 id="in-this-article" class="f5 mb-2"><a class="link-gray-dark" href="#in-thi
7070
{% unless page.hidden %}{% include contribution %}{% endunless %}
7171
</div>
7272
</article>
73-
</main>
73+
</div>

0 commit comments

Comments
 (0)