Skip to content

Commit 0c851ce

Browse files
lukewarlowsvgeesus
authored andcommitted
[css-forms-1] Clarify accessibility principle
1 parent 5a544f3 commit 0c851ce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css-forms-1/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,11 @@ spec:css-forms-1; type:value; for:/; text:::placeholder
6262

6363
1. The styles are identical in every user agent.
6464
1. The controls are recognizable and usable on their own without additional styles.
65-
1. The controls pass 100% of <a href="https://www.w3.org/TR/WCAG22/">WCAG 2.2 AA standards</a>.
65+
1. The controls are accessible out of the box in default configurations, ideally passing <a href="https://www.w3.org/TR/WCAG22/">WCAG 2.2 AA standards</a>.
66+
67+
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.
68+
The basic appearance does not prevent adjustments by the author that are inaccessible.
69+
6670
1. The styles are consistent across controls…
6771
1. …in look & feel.
6872
1. …in how they are defined in code.

0 commit comments

Comments
 (0)