Skip to content

Commit a77f604

Browse files
giacomo-petriJym77kengdoj
authored
Update Form field has non-empty accessible name [e086e5]: Added secondary requirements for 1.3.1 and 2.5.3 (#2188)
* Added secondary requirements * Update _rules/form-field-non-empty-accessible-name-e086e5.md Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com> * Update _rules/form-field-non-empty-accessible-name-e086e5.md Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com> * Update _rules/form-field-non-empty-accessible-name-e086e5.md Co-authored-by: Kathy Eng <kengdoj@users.noreply.github.com> --------- Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com> Co-authored-by: Kathy Eng <kengdoj@users.noreply.github.com>
1 parent dff94b2 commit a77f604

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_rules/form-field-non-empty-accessible-name-e086e5.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ accessibility_requirements:
1010
failed: not satisfied
1111
passed: further testing needed
1212
inapplicable: further testing needed
13+
wcag20:1.3.1: # Info and Relationships (A)
14+
secondary: This success criterion is **more strict** than this rule. This is because 1.3.1 Info and Relationship requires that information, structure, and relationships conveyed through presentation can be programmatically determined or are available in text, while 4.1.2 Name, Role, Value only requires an accessible name.
15+
wcag20:2.5.3: # Label in Name (A)
16+
secondary: This success criterion is **more strict** than this rule. This is because 2.5.3 Label in Name requires that if a label is visible, the accessible name contains the label that is presented visually, while 4.1.2 Name, Role, Value only requires an accessible name.
1317
input_aspects:
1418
- Accessibility Tree
1519
- CSS styling

0 commit comments

Comments
 (0)