Skip to content

Commit

Permalink
Add 'aria-labelledby' element to F. Hinds accordion list toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nadia committed Jul 2, 2024
1 parent fbde8f8 commit 0514a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shop.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ <h3 class="shop-headings" style="background-color: #E0822680;">Clothing & Access
<!-- EXPAND/COLLAPSE LIST -->
<ul class="m-d expand-list">
<li data-md-content="300">
<label name="tab" for="tab1" tabindex="-1" class="tab_lab" role="navigation">F. Hinds</label>
<input type="checkbox" class="tab" id="tab1" tabindex="0" />
<label name="tab" for="tab1" tabindex="-1" class="tab_lab" role="navigation" aria-labelledby="F. Hinds">F. Hinds</label>
<input type="checkbox" class="tab" id="tab1" tabindex="0" aria-labelledby="F. Hinds"/>
<span class="open-close-icon">
<i class="fas fa-plus"></i>
<i class="fas fa-minus"></i>
Expand Down

0 comments on commit 0514a56

Please sign in to comment.