← back to Robet Site
loop ledger: round2 item (1) done + deployed
e175b73d6fd673a1647737a5765d2d6fe9054410 · 2026-06-29 22:07:36 -0700 · Steve
Files touched
Diff
commit e175b73d6fd673a1647737a5765d2d6fe9054410
Author: Steve <steve@designerwallcoverings.com>
Date: Mon Jun 29 22:07:36 2026 -0700
loop ledger: round2 item (1) done + deployed
---
OVERNIGHT-LOOP.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/OVERNIGHT-LOOP.md b/OVERNIGHT-LOOP.md
index a2c8973..db8a612 100644
--- a/OVERNIGHT-LOOP.md
+++ b/OVERNIGHT-LOOP.md
@@ -37,7 +37,7 @@ _Note: app + nginx both set X-Frame-Options/X-Content-Type (harmless duplicate);
## ROUND 2 — DTD-committed polish order (panel: Codex+Qwen+Claude; verdict correctness-first, dissent: Qwen wanted a11y #1)
10. [x] (7) Server-side robustness — try/catch around file writes + graceful 500s (protects booking/contact data)
-11. [ ] (1) A11y — skip-to-content link + prefers-reduced-motion (disable hover transforms/transitions)
+11. [x] (1) A11y — skip-to-content link + prefers-reduced-motion (disable hover transforms/transitions)
12. [ ] (5) Contact form ARIA live-region (announce success/error to screen readers)
13. [ ] (3) Static-asset cache-control + ETag (perf)
14. [ ] (2) JSON-LD structured data (Person/booking action) for SEO
@@ -45,3 +45,4 @@ _Note: app + nginx both set X-Frame-Options/X-Content-Type (harmless duplicate);
16. [ ] (6) Booking-embed loading skeleton + better fallback timing
17. [ ] (8) Trim duplicate nginx/app headers (prod nginx edit)
| 10 | (7) server robustness | try/catch on writes (graceful 500), global JSON error handler, process guards; 8/8 tests + smoke PASS | 4b3c114 | ✅ |
+| 11 | (1) a11y skip+motion | skip-link first in tab order, reveals on focus, jumps to main; reduced-motion honored; 8/8 + smoke PASS | 2b5ea41 | ✅ |
← 2b5ea41 round2 item (1): a11y — skip-to-content link (reveals on foc
·
back to Robet Site
·
round2 item (5): contact + admin status messages as ARIA liv b3a76e0 →