Skip to content

Show your work

Every fix is recorded.

Alt text / Files APIApplied
-<img src="{{ image | img_url }}">
+<img src="{{ image | img_url }}" alt="{{ product.title }}">
Contrast / theme color settingsApplied
-<span class="price--sale">
+<span class="price--sale" style="color:#1b6647">
Cart label / guided theme changeApplied
-<button class="cart"><svg .../></button>
+<button class="cart" aria-label="Cart"><svg aria-hidden="true" .../></button>
Language / guided theme changeApplied
-<html>
+<html lang="{{ request.locale.iso_code }}">