diff --git a/pages/design/manual-template-empty.md b/pages/design/manual-template-empty.md new file mode 100644 index 00000000000..ad3e29d955e --- /dev/null +++ b/pages/design/manual-template-empty.md @@ -0,0 +1,106 @@ +--- +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 + 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) +--- +This is the template for the manual test rules. It matches the automation rules but there are parts that can be completed with help from other community members (like adding examples of code). + +For the starting section, and examples, complete what you feel comfortable with and then ask for help via emails to the chairs of the ACT Task Force and Community Group. Delete these instructions after the --- and before "## Applicability" (delete rows 38-42). + +Save the finished rule with the Title to display or success criterion aspect being tested. + +## 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 + +...