Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note related to inapplicability #192

Merged
merged 1 commit into from Apr 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions act-rules-format.bs
Expand Up @@ -248,6 +248,9 @@ The procedure of a rule MUST always return one of the following outcomes:
- **Failed**: One or more *expectations* for the Test Target was false
- **Inapplicable**: There were no Test Targets in the Test Subject

<div class="note">
While *inapplicable* is a valid result for ACT Rules, it may not be a valid result for all accessibility requirements. Notably the success criteria of WCAG 2.0 and WCAG 2.1 can only be evaluated to true (passed) or false (failed). This translation of results is part of [output aggregation](#output-aggregation)
</div>

Ensure Comparable Results {#output-comparable}
-------------------------
Expand Down