Skip to content

Commit

Permalink
Consistency: Prioritize cantTell over pass (#558)
Browse files Browse the repository at this point in the history
SHA: 0b752d0
Reason: push, by WilcoFiers

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
WilcoFiers and github-actions[bot] committed Feb 1, 2024
1 parent 1a3a2e7 commit 9ba8879
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions act-rules-format.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://w3c.github.io/wcag-act/act-rules-format.html" rel="canonical">
<link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
<meta content="15ddb10dd258309b1563eeb754ef2f26910dd373" name="document-revision">
<meta content="0b752d058df6984cafbfea178e32fd33d1b19607" name="document-revision">
<style>
.rfc2119 {
text-transform: uppercase;
Expand Down Expand Up @@ -609,7 +609,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
<h1 class="p-name no-ref" id="title">Accessibility Conformance Testing (ACT) Rules Format 1.1</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2024-01-16">16 January 2024</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2024-02-01">1 February 2024</time></p>
<details open>
<summary>More details about this document</summary>
<div data-fill-with="spec-metadata">
Expand Down Expand Up @@ -1313,12 +1313,12 @@ <h4 class="heading settled" data-level="4.14.1" id="impl-consistency"><span clas
<p><code>failed</code></p>
<li data-md>
<p><code>untested</code></p>
<li data-md>
<p><code>cantTell</code></p>
<li data-md>
<p><code>passed</code></p>
<li data-md>
<p><code>inapplicable</code></p>
<li data-md>
<p><code>cantTell</code></p>
</ol>
<h4 class="heading settled" data-level="4.14.2" id="impl-partial-consistency"><span class="secno">4.14.2. </span><span class="content">Partial Consistency</span><a class="self-link" href="#impl-partial-consistency"></a></h4>
<p>A <a data-link-type="dfn" href="#check" id="ref-for-check⑦">check</a> that is not <a data-link-type="dfn" href="#consistent" id="ref-for-consistent">consistent</a> is considered <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="partially-consistent">partially consistent</dfn> if the <a data-link-type="dfn" href="#true-positives" id="ref-for-true-positives">true positive</a> condition is true and not all outcomes it reports for the rule’s test cases are <code>cantTell</code> or <code>untested</code>.</p>
Expand Down

0 comments on commit 9ba8879

Please sign in to comment.