Skip to content

Commit 586e862

Browse files
WilcoFiersJym77
andauthored
Map Empty-heading rule to ARIA instead of WCAG (#2120)
Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com>
1 parent ca6e21b commit 586e862

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

_rules/heading-non-empty-accessible-name-ffd0e9.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,20 @@ rule_type: atomic
55
description: |
66
This rule checks that each heading has a non-empty accessible name.
77
accessibility_requirements:
8-
wcag20:1.3.1: # Info and Relationships (A)
8+
aria12:namecalculation:
9+
title: ARIA 1.2,5.2.8 Accessible Name Calculation
910
forConformance: true
1011
failed: not satisfied
1112
passed: further testing needed
1213
inapplicable: further testing needed
13-
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
1814
input_aspects:
1915
- Accessibility Tree
2016
- DOM Tree
2117
- CSS Styling
2218
acknowledgments:
2319
authors:
2420
- Jean-Yves Moyen
21+
- Wilco Fiers
2522
funding:
2623
- WAI-Tools
2724
---

0 commit comments

Comments
 (0)