Fix hamburger toggle button aria label
This commit is contained in:
parent
92e06385f7
commit
68d31da5d0
|
@ -14,7 +14,7 @@
|
||||||
<nav class="navbar" aria-labelledby="top-level-nav-title">
|
<nav class="navbar" aria-labelledby="top-level-nav-title">
|
||||||
<h2 class="visually-hidden" id="top-level-nav-title">Top Level</h2>
|
<h2 class="visually-hidden" id="top-level-nav-title">Top Level</h2>
|
||||||
<ul class="navbar__menu navbar__links">{{ navLinksEl | safe }}</ul>
|
<ul class="navbar__menu navbar__links">{{ navLinksEl | safe }}</ul>
|
||||||
<button class="navbar__toggle" popovertarget="nav-menu" aria-labelledby="nav-toggle-title">
|
<button class="navbar__toggle" popovertarget="nav-menu" aria-label="Toggle navigation menu">
|
||||||
<svg aria-hidden="true" focusable="false" width="1em" height="1em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"/></svg>
|
<svg aria-hidden="true" focusable="false" width="1em" height="1em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"/></svg>
|
||||||
Navigation
|
Navigation
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in New Issue