← back to Thesetdecorator
backlog: concrete next-tick audit items from 2026-06-03 fresh-dimension audit
c9ef3065d098f2972db40eb71906d193c663cd17 · 2026-06-03 07:54:58 -0700 · SteveStudio2
Files touched
Diff
commit c9ef3065d098f2972db40eb71906d193c663cd17
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Wed Jun 3 07:54:58 2026 -0700
backlog: concrete next-tick audit items from 2026-06-03 fresh-dimension audit
---
YOLO_BACKLOG.md | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/YOLO_BACKLOG.md b/YOLO_BACKLOG.md
index 6a824b3..b17ec15 100644
--- a/YOLO_BACKLOG.md
+++ b/YOLO_BACKLOG.md
@@ -28,10 +28,19 @@ 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)
-- [ ] **next-tick audit** — when resumed, audit a fresh dimension (broken
- internal links, empty-state copy, focus styles, `loading="lazy"` on grid imgs,
- duplicate H1s) and append concrete items here before implementing.
+## 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.
+
+### Audited clean (no action) — 2026-06-03
+- Broken internal links: **0**. · Grid empty-states: all present. · Focus styles:
+ main.css covered. · OG/social, alt-text, decorator meta: done (above).
## Notes / queued-for-Steve (gated — do NOT auto-do)
- (none yet)
← 5fdf022 backlog: correct tick-2 commit hash (post-amend 0220d7a)
·
back to Thesetdecorator
·
TSD a11y/SEO: one <h1> per page (demote secondary H1s to h2) ad4d3ff →