Skip to content

Commit

Permalink
Fix incorrect aria attribute for actions list
Browse files Browse the repository at this point in the history
  • Loading branch information
MHLut committed Jan 3, 2025
1 parent 70bec4d commit 6f7608e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2 id="cards" class="visually-hidden">Cards</h2>
<section class="actions">
<h2 id="actions" class="visually-hidden">Actions</h2>

<ul role="list" aria-described-by="actions">
<ul role="list" aria-labelledby="actions">
<li><button id="newgrid" onclick="randomLoad()">Random card</button></li>
<li><button id="carltonify" onclick="carltonify()">Special guest mode</button></li>
</ul>
Expand Down

0 comments on commit 6f7608e

Please sign in to comment.