From 76ef2043b4f184e7eba3122d48b4cf9846203a13 Mon Sep 17 00:00:00 2001 From: Daniel Montalvo <49305434+daniel-montalvo@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:23:29 +0000 Subject: [PATCH] Merge pull request #579 from w3c/avoid-parser-issue-with-ampersand SHA: 66387ed21c40ee0ab1715ea662d543fed6a1a74f Reason: push, by daniel-montalvo Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- act-rules-format.html | 938 +++++++++++++++++++++++++++++++++--------- 1 file changed, 748 insertions(+), 190 deletions(-) diff --git a/act-rules-format.html b/act-rules-format.html index 347f457..8e75e0f 100644 --- a/act-rules-format.html +++ b/act-rules-format.html @@ -4,9 +4,10 @@
Failed Outcomes: When one or more of the outcomes for a test subject is failed
, the accessibility requirement is not satisfied for the test subject, and
Passed or Inapplicable Outcomes: When all of the outcomes are passed
or inapplicable
for a test subject, the accessibility requirement could be satisfied or further testing is needed for the test subject.
Passed or Inapplicable Outcomes: When all of the outcomes are passed
or inapplicable
for a test subject, the accessibility requirement could be satisfied or further testing is needed for the test subject.
Rules that can be used to determine if an accessibility requirement is satisfied are called satisfying tests.
+Rules that can be used to determine if an accessibility requirement is satisfied are called satisfying tests.
Passed: When all of the outcomes are passed
, the accessibility requirement is satisfied for the test subject.
failed
test cases are not reported as passed
or inapplicable
; and
Completeness: There are no gaps in coverage, meaning:
+Completeness: There are no gaps in coverage, meaning:
None of the check's outcomes are untested
; and
failed
test cases is reported as failed
; and
Rule Mapping: The accessibility requirements are reported consistently, meaning:
+Rule Mapping: The accessibility requirements are reported consistently, meaning:
The check is reported as testing for all the rule’s conformance requirements, except requirements of a level or standard not supported by the implementation; and
@@ -1726,7 +1828,7 @@