We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6e21b commit 586e862Copy full SHA for 586e862
1 file changed
_rules/heading-non-empty-accessible-name-ffd0e9.md
@@ -5,23 +5,20 @@ rule_type: atomic
5
description: |
6
This rule checks that each heading has a non-empty accessible name.
7
accessibility_requirements:
8
- wcag20:1.3.1: # Info and Relationships (A)
+ aria12:namecalculation:
9
+ title: ARIA 1.2,5.2.8 Accessible Name Calculation
10
forConformance: true
11
failed: not satisfied
12
passed: further testing needed
13
inapplicable: further testing needed
- wcag-technique:H42: # Using h1-h6 to identify headings
14
- forConformance: false
15
- failed: not satisfied
16
- passed: further testing needed
17
- inapplicable: further testing needed
18
input_aspects:
19
- Accessibility Tree
20
- DOM Tree
21
- CSS Styling
22
acknowledgments:
23
authors:
24
- Jean-Yves Moyen
+ - Wilco Fiers
25
funding:
26
- WAI-Tools
27
---
0 commit comments