Skip to content

Commit

Permalink
Update header to use header element instead of div (#4002)
Browse files Browse the repository at this point in the history
Update the site header to use a `header` element instead of a `div`.

Closes #3974
  • Loading branch information
fstrr authored Aug 27, 2024
1 parent 6009758 commit 70b32b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% endcomment %}
<a href="#main" class="button button--skip-link">Skip to content</a>
<div class="minimal-header-container default-grid">
<div class="minimal-header" id="site-header">
<header class="minimal-header" id="site-header">
<div class="minimal-header-name">
<a href="{{ headerUrl }}">WCAG {{ versionDecimal }} {{ headerLabel }}</a>
</div>
Expand Down Expand Up @@ -40,5 +40,5 @@
</svg>
</a>
</div>
</div>
</header>
</div>

0 comments on commit 70b32b2

Please sign in to comment.