fix: wcag improvements

This commit is contained in:
Tim Rijkse
2026-01-16 11:06:33 +01:00
parent 5b068ac51a
commit 4e650899c8
7 changed files with 754 additions and 326 deletions

View File

@@ -66,7 +66,7 @@ class AddToCartButton extends HTMLElement {
color: var(--color-text-inverse, #ffffff);
}
</style>
<button class="add-to-cart-button" type="button">
<button class="add-to-cart-button" type="button" aria-label="Voeg toe aan winkelwagen">
${plusIcon({ size: 16, color: "#ffffff" })}
${shoppingBagIcon({ size: 16, color: "#ffffff" })}
</button>