Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 106 additions & 0 deletions pages/design/manual-template-empty.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
---
id:
name:
rule_type: atomic
description: |
This rule checks ...
accessibility_requirements: # Remove whatever is not applicable
wcag20:x.x.x: # <Name of Success Criterion> (A | AA | AAA)
forConformance: true | false
failed: not satisfied
passed: satisfied | further testing needed
inapplicable: satisfied | further testing needed
aria12:anchor-name: # <Heading in WAI-ARIA>
title: Title to display
forConformance: true | false
failed: not satisfied
passed: satisfied | further testing needed
inapplicable: satisfied | further testing needed
wcag-technique:Xxx: # <Technique title>
forConformance: false
failed: not satisfied
passed: satisfied | further testing needed
inapplicable: satisfied | further testing needed
using-aria:anchor-name: # <Heading in Using ARIA>
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
<!-- code -->
```

#### Passed Example 2

...

### Failed

#### Failed Example 1

Description...

```html
<!-- code -->
```

#### Failed Example 2

...

### Inapplicable

#### Inapplicable Example 1

Description...

```html
<!-- code -->
```

#### Inapplicable Example 2

...