--- id: name: rule_type: atomic description: | This rule checks ... accessibility_requirements: # Remove whatever is not applicable wcag20:x.x.x: # (A | AA | AAA) forConformance: true | false failed: not satisfied passed: satisfied | further testing needed inapplicable: satisfied | further testing needed wcag20:z.z.z: # (A | AA | AAA) secondary: This success criterion is ... aria12:anchor-name: # title: Title to display forConformance: true | false failed: not satisfied passed: satisfied | further testing needed inapplicable: satisfied | further testing needed wcag-technique:Xxx: # forConformance: false failed: not satisfied passed: satisfied | further testing needed inapplicable: satisfied | further testing needed using-aria:anchor-name: # title: Title to display forConformance: false failed: not satisfied passed: satisfied | further testing needed inapplicable: satisfied | further testing needed input_aspects: - # (e.g. HTTP Messages, DOM Tree, CSS Styling, Accessibility Tree, Language, etc.,) acknowledgments: authors: - # (full names as found in `contributors` property in `package.json` - if not yet listed, please have authors added to the list) previous_authors: - # (full names as found in `contributors` property in `package.json` - if not yet listed, please have authors added to the list) --- ## Applicability This rule applies to any (??) element ... ## Expectation (1) Each target element ... ## Assumptions There are no assumptions. ## Accessibility Support There are no accessibility support issues known. ## Background - (e.g. WCAG Techniques or links with background information mentioned in Applicability, Expectations or Assumptions) ## Test Cases ### Passed #### Passed Example 1 Description... ```html ``` #### Passed Example 2 ... ### Failed #### Failed Example 1 Description... ```html ``` #### Failed Example 2 ... ### Inapplicable #### Inapplicable Example 1 Description... ```html ``` #### Inapplicable Example 2 ...