Skip to content

Commit

Permalink
Add hidden heading for the Bingo cards
Browse files Browse the repository at this point in the history
  • Loading branch information
MHLut committed Jan 3, 2025
1 parent 299c9c9 commit 70bec4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
<div class="top-area">
<h1 id="page-title">Jeff's Bingo (Now with autosave)</h1>

<h2 id="cards" class="visually-hidden">Cards</h2>
<div class="grid-wrapper">
<ol id="bingo" role="list"><!-- Contents will be replaced with JS --></ol>
<ol id="bingo" role="list" aria-labelledby="cards"><!-- Contents will be replaced with JS --></ol>
</div>
</div>

Expand Down

0 comments on commit 70bec4d

Please sign in to comment.