From 448043e3a9ab27c75d01023a806cbdfb7b6ca6fc Mon Sep 17 00:00:00 2001 From: Carsen Gafford Date: Tue, 31 Mar 2026 12:07:07 -0600 Subject: [PATCH] Improve form accessibility Add ARIA attributes to improve screen-reader support on the form. --- templates/index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/index.html b/templates/index.html index b4533b9..5338a4a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -260,11 +260,13 @@

Find Your Next Project

id="skills-input" placeholder="Type a skill and press Enter..." autocomplete="off" + aria-required="true" + aria-describedby="skills-hint skills-error" /> - Or click a popular skill below to add it + Or click a popular skill below to add it
@@ -285,7 +287,7 @@

Find Your Next Project

- @@ -298,7 +300,7 @@

Find Your Next Project

- @@ -315,7 +317,7 @@

Find Your Next Project

-