From 61019418d339c92d4db0fa5cf82abb860943bdec Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Mon, 11 May 2026 15:11:05 -0400 Subject: [PATCH] fix: add aria-required to s-reason field in suppressions form The reason input had `required` for browser validation but was missing `aria-required="true"`, so screen readers did not announce it as required. Matches the fix already applied to the equivalent field in base.html. Co-Authored-By: Claude Sonnet 4.6 --- templates/suppressions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/suppressions.html b/templates/suppressions.html index 20b30ec..55633ca 100644 --- a/templates/suppressions.html +++ b/templates/suppressions.html @@ -51,7 +51,7 @@ + required aria-required="true">