Skip to content

Commit c4a42ad

Browse files
committed
aria-label to the buttons
1 parent ad62a50 commit c4a42ad

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,23 +143,23 @@ <h1 class="font-mono text-xl text-pretty">WINAMP CLASSIC</h1>
143143
<!-- Main Controls -->
144144
<div class="flex justify-between items-center">
145145
<div class="flex space-x-0.5">
146-
<button aria-label="okat" class="bg-gray-600 p-2 btn-classic text-white">
146+
<button aria-label="Back" class="bg-gray-600 p-2 btn-classic text-white">
147147
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20"><path d="M4 5h3v10H4V5zm9 0h3v10h-3V5zM8.5 5L13 10l-4.5 5V5z"></path></svg>
148148
</button>
149-
<button class="bg-gray-600 p-2 btn-classic text-white">
149+
<button aria-label="Play" class="bg-gray-600 p-2 btn-classic text-white">
150150
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20"><path d="M6 5l8 5-8 5V5z">
151151
</path></svg>
152152
</button>
153-
<button class="bg-gray-600 p-2 btn-classic text-white">
153+
<button aria-label="Pause" class="bg-gray-600 p-2 btn-classic text-white">
154154
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20"><path d="M6 5h2v10H6V5zm6 0h2v10h-2V5z"></path></svg>
155155
</button>
156-
<button class="bg-gray-600 p-2 btn-classic text-white">
156+
<button aria-label="Stop" class="bg-gray-600 p-2 btn-classic text-white">
157157
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20"><path d="M6 6h8v8H6V6z"></path></svg>
158158
</button>
159-
<button class="bg-gray-600 p-2 btn-classic text-white">
159+
<button aria-label="Eject" class="bg-gray-600 p-2 btn-classic text-white">
160160
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20"><path d="M13 5h3v10h-3V5zM4 5h3v10H4V5zM8.5 5L4 10l4.5 5V5z" transform="rotate(180 10 10)"></path></svg>
161161
</button>
162-
<button class="bg-gray-600 p-2 btn-classic text-white">
162+
<button aria-label="Forward" class="bg-gray-600 p-2 btn-classic text-white">
163163
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20"><path d="M4 14h12v2H4v-2zM10 4l-4 4h8l-4-4z"></path></svg>
164164
</button>
165165
</div>

0 commit comments

Comments
 (0)