From d6b02b7a8d477e6b04b57bc99c2686fab0565677 Mon Sep 17 00:00:00 2001
From: Luke Warlow
Date: Tue, 23 Sep 2025 15:21:22 +0100
Subject: [PATCH 1/2] [css-forms-1] Clarify accessibility principle
---
css-forms-1/Overview.bs | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/css-forms-1/Overview.bs b/css-forms-1/Overview.bs
index 6b3c18ea2c23..e33656b2b38d 100644
--- a/css-forms-1/Overview.bs
+++ b/css-forms-1/Overview.bs
@@ -62,7 +62,11 @@ spec:css-forms-1; type:value; for:/; text:::placeholder
1. The styles are identical in every user agent.
1. The controls are recognizable and usable on their own without additional styles.
- 1. The controls pass 100% of WCAG 2.2 AA standards.
+ 1. The controls are accessible out of the box in default configurations, ideally passing WCAG 2.2 AA standards.
+
+ NOTE: Authors may need to do extra adjustments to ensure their controls are accessible depending on any customizations as well as the context the form control is placed into.
+ The basic appearance does not prevent adjustments by the author that are inaccessible.
+
1. The styles are consistent across controls…
1. …in look & feel.
1. …in how they are defined in code.
From 769fa2b73ecce4e4c602d23c5e9f8b87f9f90307 Mon Sep 17 00:00:00 2001
From: Chris Lilley
Date: Thu, 25 Sep 2025 19:15:30 +0300
Subject: [PATCH 2/2] Update css-forms-1/Overview.bs
Co-authored-by: Luke Warlow
---
css-forms-1/Overview.bs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/css-forms-1/Overview.bs b/css-forms-1/Overview.bs
index e33656b2b38d..1a6be574dca4 100644
--- a/css-forms-1/Overview.bs
+++ b/css-forms-1/Overview.bs
@@ -62,7 +62,7 @@ spec:css-forms-1; type:value; for:/; text:::placeholder
1. The styles are identical in every user agent.
1. The controls are recognizable and usable on their own without additional styles.
- 1. The controls are accessible out of the box in default configurations, ideally passing WCAG 2.2 AA standards.
+ 1. The controls target accessiblity out of the box, ideally passing WCAG 2.2 AA standards.
NOTE: Authors may need to do extra adjustments to ensure their controls are accessible depending on any customizations as well as the context the form control is placed into.
The basic appearance does not prevent adjustments by the author that are inaccessible.