From 07a275bfe90d1e89f541c6c77a818d8ca0b016ce Mon Sep 17 00:00:00 2001 From: jennyf19 <19942418+jennyf19@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:19:32 -0700 Subject: [PATCH] a11y: accessible name on the priority select (and label input) Add a task-specific aria-label to the quadrant ` + +`` - +``; + +``; if(isCounter(t)){ const v=state.counters[t.id],g=t.goal>0?t.goal:1,pct=Math.min(100,Math.round(v/g*100)),inc=t.inc||Math.max(1,Math.round(g/10)),unit=t.unit||""; c.innerHTML=`
${esc(t.emoji||"🎯")}
diff --git a/skills/daily-focus-board/examples/sample-board.html b/skills/daily-focus-board/examples/sample-board.html index 0c32546f..62f8c4fe 100644 --- a/skills/daily-focus-board/examples/sample-board.html +++ b/skills/daily-focus-board/examples/sample-board.html @@ -26,9 +26,7 @@ capture box, a reduced-motion toggle, and always-visible time. State persists in localStorage. -->