From 675180e746b482a3d9ccf740a032dd981ec1357a Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 23 Mar 2026 12:08:17 -0500 Subject: [PATCH] fix: improve accessibility and standards compliance in simple-timer - Add missing declaration - Add lang="en" attribute to tag for screen readers - Add aria-label attributes to icon-only buttons (reset/play) - Fix typo in comment: "cirlce" -> "circle" Co-Authored-By: Claude Opus 4.6 (1M context) --- simple-timer/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/simple-timer/index.html b/simple-timer/index.html index 63d2ded..6e628a0 100644 --- a/simple-timer/index.html +++ b/simple-timer/index.html @@ -1,4 +1,5 @@ - + + @@ -26,7 +27,7 @@ >

00:00

- +
@@ -41,6 +42,7 @@