diff --git a/site/src/pages/index.astro b/site/src/pages/index.astro index ba424524..fe91008e 100644 --- a/site/src/pages/index.astro +++ b/site/src/pages/index.astro @@ -1004,6 +1004,10 @@ import MetaLayout from "@/layouts/MetaLayout.astro";

This section includes task completion and form based failures. This includes a small number of errors.

+
1.4.3 and 1.4.6: Contrast
+
+ The "did you mean" email prompt has insufficient contrast. +
2.2.3: No Timing
The volunteer form becomes unsubmittable after a short time, @@ -1018,9 +1022,20 @@ import MetaLayout from "@/layouts/MetaLayout.astro"; When the form becomes disabled, the toast that appears does not grab focus and is not announced.
+
+ The "did you mean" email prompt doesn't grab focus and isn't announced. +
+
Minimum text contrast
+
+ The "did you mean" email prompt has insufficient contrast. +
+
Error identification
+
+ The "did you mean" email prompt isn't programmatically associated with the error source. +
Persistent error notification
The timeout notification toast dismisses itself automatically diff --git a/site/src/pages/museum/volunteer/index.astro b/site/src/pages/museum/volunteer/index.astro index 06f4b528..f4ebaaa4 100644 --- a/site/src/pages/museum/volunteer/index.astro +++ b/site/src/pages/museum/volunteer/index.astro @@ -20,8 +20,20 @@ import Layout from "@/layouts/Layout.astro"; +