From 24c75b645d11588e2eb0c99137c896208b758ec2 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 23:08:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=20Aria:=20[UX=20improvement]=20Add=20?= =?UTF-8?q?ARIA=20attributes=20and=20focus=20ring=20to=20main=20canvas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Adds `aria-label`, `role="img"`, `tabindex="0"`, and `aria-describedby` to `#glCanvas` - Adds a visually hidden live region (`#world-status`) to announce map generation progress - Binds world generation updates to `#world-status` in `main.ts` - Adds pastel pink `:focus-visible` ring to `#glCanvas` for keyboard users Co-authored-by: ford442 <9397845+ford442@users.noreply.github.com> --- index.html | 3 ++- src/core/main.ts | 10 ++++++++++ style.css | 19 +++++++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index ea78aff9..10d1f70d 100644 --- a/index.html +++ b/index.html @@ -887,7 +887,8 @@