← back to Thesetdecorator
backlog: mark audit items #1-3 done (h1, games focus, lazy-load verified no-op)
05c918860fcce3613d4c8d62a56017c443a4c0fc · 2026-06-03 07:58:33 -0700 · SteveStudio2
Files touched
Diff
commit 05c918860fcce3613d4c8d62a56017c443a4c0fc
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Wed Jun 3 07:58:33 2026 -0700
backlog: mark audit items #1-3 done (h1, games focus, lazy-load verified no-op)
---
YOLO_BACKLOG.md | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/YOLO_BACKLOG.md b/YOLO_BACKLOG.md
index b17ec15..1ffbc4b 100644
--- a/YOLO_BACKLOG.md
+++ b/YOLO_BACKLOG.md
@@ -28,15 +28,15 @@ reversible local commit** marked `[x]` w/ hash, then ScheduleWakeup ~1800s.
to decorator.html. art-review.html SKIPPED: it's an admin Vision-AI/bulk-attest surface
(not linked from any page, not public) → don't SEO an internal page. DTD verdict A.
-## Open (prioritized) — from 2026-06-03 fresh-dimension audit
-- [ ] **a11y/SEO · duplicate `<h1>`** — union-talk.html (2) and logo-variants.html (2)
- have two H1s; demote the secondary to `<h2>` (one H1 per page). SKIP popout.html (4
- H1s but it's a utility popout, not a real page).
-- [ ] **a11y · focus styles on games page** — `css/games.css` has 0 `:focus`/`:focus-visible`
- rules (main.css has 10). Add visible keyboard-focus styling for the games UI.
-- [ ] **perf · lazy-load on JS grid cards** — static `<img>` are fine; verify the
- JS-injected card templates (best-sellers/catalog/art-prints/films/roster) emit
- `loading="lazy"` on card imgs. catalog already does; spot-check the rest.
+## Done (cont.) — 2026-06-03 fresh-dimension audit items
+- [x] **a11y/SEO · duplicate `<h1>`** — `ad4d3ff` · demoted secondary H1→h2 on
+ union-talk.html (injected union name) + logo-variants.html (bottom-hero tagline;
+ extended `.hero h1,.hero h2` so styling unchanged). popout.html left as-is (utility).
+- [x] **a11y · focus styles on games page** — `2201e36` · added `:focus-visible` neon
+ ring to css/games.css for buttons/choices/cards (was 0 focus rules).
+- [x] **perf · lazy-load on JS grid cards** — VERIFIED no-op: best-sellers/art-prints/
+ cleared-artwork-sale card imgs already `loading="lazy"`; catalog uses CSS bg-image by
+ design; films/roster have no image cards. Nothing to change.
### Audited clean (no action) — 2026-06-03
- Broken internal links: **0**. · Grid empty-states: all present. · Focus styles:
← 2201e36 TSD a11y: add keyboard focus-visible ring to games page
·
back to Thesetdecorator
·
TSD: favicon backfill — add svg+png+apple-touch icon links t b7ea9fa →