@@ -98,21 +100,9 @@ The following aspects are required in using this rule.
#### Passed Example 1
-Open in a new tab
-
-This `p` element has a **not [important][]** [computed][] `line-height`.
-
-```html
-
- The toy brought back fond memories of being lost in the rain forest.
-
-```
-
-#### Passed Example 2
-
-Open in a new tab
+Open in a new tab
-This `p` element has a [used][] `line-height` of twice the font size, which is **large enough**.
+This `p` element has a [used][] `line-height` of twice the font size.
```html
@@ -120,11 +110,11 @@ This `p` element has a [used][] `line-height` of twice the font size, which is *
```
-#### Passed Example 3
+#### Passed Example 2
-Open in a new tab
+Open in a new tab
-This `p` element has a [used][] `line-height` of `30px`, which is **large enough** (the threshold is `30px`).
+This `p` element has a [used][] `line-height` of `30px`, which is exactly 1.5 times the `font-size` of `20px`.
```html
-
-
- The toy brought back fond memories of being lost in the rain forest.
-
-```
-
-#### Passed Example 9
+#### Passed Example 7
-Open in a new tab
+Open in a new tab
-The [computed][] value of the `line-height` property of this `p` element is **not [important][]**. The [computed][] value of the `line-height` property of this `span` element is the [inherited][] value, that is the [computed][] value of its parent and therefore also **not [important][]**.
+This `p` element has a [computed][] `line-height` of `15px`, 1.5 times its [computed][] `font-size` of `10px`; the `div` element has no [visible][] text node children.
```html
-
-
+
+
The toy brought back fond memories of being lost in the rain forest.
-
-
+
+
```
-#### Passed Example 10
+#### Passed Example 8
-Open in a new tab
+Open in a new tab
-The [computed][] value of the `line-height` property of this `p` element is **not [important][]**. The [computed][] value of the `line-height` property of this `span` element is the [inherited][] value, that is the [computed][] value of its parent and therefore also **not [important][]**.
+This `p` element has a [computed][] `line-height` of 1.5 times its `font-size`; the `div` element has no [visible][] text node children.
```html
-
-
+
+
The toy brought back fond memories of being lost in the rain forest.
-
-
+
+
```
### Failed
@@ -256,7 +228,7 @@ This `p` element has a [used][] `line-height` equal to the font size, which is b
Open in a new tab
-This `p` element has a [used][] `line-height` of `20px`, which is below the required minimum given the specified font size is 20 pixels.
+This `p` element node has a [used][] `line-height` of `20px`, which is below the required minimum given the specified font size is 20 pixels.
```html
+
+
+ The toy brought back fond memories of being lost in the rain forest.
+
+```
+
+#### Inapplicable Example 8
+
+Open in a new tab
+
+This `p` element does not have an [important][] [computed][] `line-height`.
+
+```html
+
+ The toy brought back fond memories of being lost in the rain forest.
+
+```
+
+#### Inapplicable Example 9
+
+Open in a new tab
+
+The [computed][] value of the `line-height` property of this `span` element is the [inherited][] value, that is the [computed][] value of the `p` element and therefore not [important][]; the `p` element has no [visible][] text node children.
+
+```html
+
+
+ The toy brought back fond memories of being lost in the rain forest.
+
+
+```
+
+#### Inapplicable Example 10
+
+Open in a new tab
+
+The [computed][] value of the `line-height` property of this `span` element is the [inherited][] value, that is the [computed][] value of the `p` element and therefore not [important][]; the `p` element has no [visible][] text node children.
+
+```html
+
+
+ The toy brought back fond memories of being lost in the rain forest.
+
+
+```
+
## Glossary
+### Namespaced Element {#namespaced-element}
+
+An [element][] with a specific [namespaceURI][] value from [HTML namespaces][]. For example an "SVG element" is any element with the "SVG namespace", which is `http://www.w3.org/2000/svg`.
+
+Namespaced elements are not limited to elements described in a specification. They also include custom elements. Elements such as `a` and `title` have a different namespace depending on where they are used. For example a `title` in an HTML page usually has the HTML namespace. When used in an `svg` element, a `title` element has the SVG namespace instead.
+
### Outcome {#outcome}
An _outcome_ is a conclusion that comes from evaluating an ACT Rule on a [test subject](https://www.w3.org/TR/act-rules-format/#test-subject) or one of its constituent [test target](https://www.w3.org/TR/act-rules-format/#test-target). An outcome can be one of the three following types:
@@ -414,16 +460,21 @@ For more details, see [examples of visible](https://act-rules.github.io/pages/ex
[author origin]: https://www.w3.org/TR/css-cascade-4/#cascade-origin-author 'CSS Cascading and Inheritance Level 4 (Working draft) - Cascading Origins - Author Origin'
[cascade sort]: https://www.w3.org/TR/css-cascade-4/#cascade-sort 'CSS Cascading and Inheritance Level 4 (Working draft) - Cascade Sort'
-[cascaded]: https://www.w3.org/TR/css-cascade-4/#cascaded 'CSS Cascading and Inheritance Level 4 (Working draft) - Cascaded Values'
+[cascade specificity]: https://www.w3.org/TR/css-cascade-3/#cascade-specificity 'CSS Cascading and Inheritance Level 4 (Candidate Recommendation) - Cascade specificity'
[computed]: https://www.w3.org/TR/css-cascade-4/#computed 'CSS Cascading and Inheritance Level 4 (Working draft) - Computed Values'
[declared]: https://www.w3.org/TR/css-cascade-4/#declared 'CSS Cascading and Inheritance Level 4 (Working draft) - Declared Values'
-[font-size]: https://www.w3.org/TR/css-fonts-4/#propdef-font-size 'CSS Fonts Module Level 4 (Working draft) - Font size: the font-size property'
+[element]: https://dom.spec.whatwg.org/#element 'DOM element, 2021/05/31'
+[html element]: #namespaced-element
+[html namespaces]: https://infra.spec.whatwg.org/#namespaces 'HTML namespace, 2021/05/31'
[important]: https://www.w3.org/TR/css-cascade-4/#importance 'CSS Cascading and Inheritance Level 4 (Working draft) - Importance'
[inherited]: https://www.w3.org/TR/css-cascade-4/#inheriting 'CSS Cascading and Inheritance Level 4 (Working draft) - Inherited Values'
-[line-height]: https://drafts.csswg.org/css2/visudet.html#propdef-line-height 'CSS Visual formatting model details - line-height property'
+[namespaceuri]: https://dom.spec.whatwg.org/#dom-element-namespaceuri 'DOM Element namespaceURI, 2021/05/31'
[normal]: https://www.w3.org/TR/css-cascade-4/#normal 'CSS Cascading and Inheritance Level 4 (Working draft) - Normal declarations'
[sc1412]: https://www.w3.org/TR/WCAG21/#text-spacing 'Success Criterion 1.4.12 Text Spacing'
+[soft wrap break]: https://www.w3.org/TR/css-text-3/#soft-wrap-break
[specificity]: https://www.w3.org/TR/selectors/#specificity 'CSS Selectors Level 4 (Working draft) - Specificity'
+[specified]: https://www.w3.org/TR/css-cascade-4/#specified 'CSS Cascading and Inheritance Level 4 (Working draft) - Specified Values'
+[text node]: https://dom.spec.whatwg.org/#text
[used]: https://www.w3.org/TR/css-cascade-4/#used 'CSS Cascading and Inheritance Level 4 (Working draft) - Used Values'
[user agent origin]: https://www.w3.org/TR/css-cascade-4/#cascade-origin-ua 'CSS Cascading and Inheritance Level 4 (Working draft) - Cascading Origins - User Agent Origin'
[user origin]: https://www.w3.org/TR/css-cascade-4/#cascade-origin-user 'CSS Cascading and Inheritance Level 4 (Working draft) - Cascading Origins - User Origin'
From 9c79247a400d3f04574f6aabd574a47ad7bf44f6 Mon Sep 17 00:00:00 2001
From: github-actions
Date: Fri, 27 Oct 2023 06:02:30 +0000
Subject: [PATCH 07/10] Implementation data update
---
.../implementations/axe-core.json | 2 +-
.../wcag-act-rules/earl/axe-core.json | 2816 ++++++++---------
2 files changed, 1409 insertions(+), 1409 deletions(-)
diff --git a/_data/wcag-act-rules/implementations/axe-core.json b/_data/wcag-act-rules/implementations/axe-core.json
index 2ec63913..5e553ca2 100644
--- a/_data/wcag-act-rules/implementations/axe-core.json
+++ b/_data/wcag-act-rules/implementations/axe-core.json
@@ -2,7 +2,7 @@
"vendor": "Deque Systems",
"name": "Axe-core",
"version": "4.8.1",
- "lastModified": "26 October 2023",
+ "lastModified": "27 October 2023",
"approvedRules": {
"complete": 24,
"partial": 0,
diff --git a/content-assets/wcag-act-rules/earl/axe-core.json b/content-assets/wcag-act-rules/earl/axe-core.json
index 2ab46ca5..f88ffff7 100644
--- a/content-assets/wcag-act-rules/earl/axe-core.json
+++ b/content-assets/wcag-act-rules/earl/axe-core.json
@@ -32,7 +32,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/eabc191efa65e6613739042a0ae21937cda02428.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -56,7 +56,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/93ac216a885112ab9882b119a62532c7f6b6c528.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -80,7 +80,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/d64a0231dbcc95b21aafe3b554b9fdcbc9855301.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -104,7 +104,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/ff150593870cd4c1228d5eb69e2e0bc205e09727.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -128,7 +128,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/e9f07d1795d34f948d3dd42051963623109a0bae.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -152,7 +152,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/0411dce372604b1c0b14fe48aae6190882e8110c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -176,7 +176,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/41c94e01a5809d1558eea96efc67a3ac6c90c148.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -200,7 +200,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/35d0948a2cb309923e9a7cc5dd99a8ffc975088b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -224,7 +224,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/2ed049a75aaa549c0ba477c5048f7f2bb34cb160.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -248,7 +248,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/512d17179ce05f1d10bccf46b7e294864bfa308d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -272,7 +272,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/9a55c66417d240eec2078684cd95c37cd35660ec.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -296,7 +296,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/81de203102fe8bf98e7f95aa9959374c1f6a3d3b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -320,7 +320,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/7f282d49777b1261a3907ca35c6549b2210b18df.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -344,7 +344,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/b08efeaf52bbd436d492213c3843894ce4e1151f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -368,7 +368,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/b3ca8290eb74aa794ffbfd3e338facc52e675746.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -392,7 +392,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/84ead6cf6757e4ddb90a2912c50ee670b2c776ba.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -416,7 +416,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/8ffedb82ca905c0cd8851d924884d9c1cdcb8d08.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -440,7 +440,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/84895e9fbb270edde8d9356fa9924eabaf86cf02.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -464,7 +464,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/4700b31c9114050fe08d832c6a634d9e54ac78ee.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -488,7 +488,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/3a6b86ed813d4c34e566641e9fcd571e16aeae6f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -512,7 +512,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/efcd5df49b39506dac34a310f4b8bc0df71716d3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -536,7 +536,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/2512c24c9a793fa8a30958e203090f955a3fc262.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -560,7 +560,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/55ce632e85a0243abf196c59242b2af699e5c0d4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -584,7 +584,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/130d7f761a6a43b896b2f1d0ded311da6a7aebf1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -608,7 +608,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/3d79434f382323a20bc7dda8cd01e8d084a3c3bf.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -632,7 +632,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/92214e0008b9b2e7bd98d991d27c09bb33d4c92c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -656,7 +656,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/41c0b66bc0208aef009343935649f2bec3ae778d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -680,7 +680,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/73f2c2/631fc4f23b93e9486e5cc07aed11a99003d4f354.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -704,7 +704,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/a4cc71b0434f71f4ea0069c409f73e0207dfb403.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -728,7 +728,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/a4cc71b0434f71f4ea0069c409f73e0207dfb403.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -752,7 +752,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/a4cc71b0434f71f4ea0069c409f73e0207dfb403.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -776,7 +776,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/d9adf41033a5b71a0730b6df8c1c7e01088e9022.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -800,7 +800,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/d9adf41033a5b71a0730b6df8c1c7e01088e9022.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -824,7 +824,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/d9adf41033a5b71a0730b6df8c1c7e01088e9022.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -848,7 +848,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/3004e7b1a47b2e5a5c77b3eef36b50d495c9e4a1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -872,7 +872,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/3004e7b1a47b2e5a5c77b3eef36b50d495c9e4a1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -896,7 +896,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/3004e7b1a47b2e5a5c77b3eef36b50d495c9e4a1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -920,7 +920,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/ff4b76894bd9aaad29242e72fe93fd9798bf85af.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -944,7 +944,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/ff4b76894bd9aaad29242e72fe93fd9798bf85af.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -968,7 +968,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/ff4b76894bd9aaad29242e72fe93fd9798bf85af.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -992,7 +992,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/5bfdf45a98f7d2f0e93a700f7ce0fe5f723bf0f7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1016,7 +1016,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/5bfdf45a98f7d2f0e93a700f7ce0fe5f723bf0f7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -1040,7 +1040,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/5bfdf45a98f7d2f0e93a700f7ce0fe5f723bf0f7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1064,7 +1064,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/00fe207175e40ddc81a86fb09504e5fa33b7dd0f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1088,7 +1088,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/00fe207175e40ddc81a86fb09504e5fa33b7dd0f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -1112,7 +1112,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/00fe207175e40ddc81a86fb09504e5fa33b7dd0f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1136,7 +1136,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/3fe70212e0020d7fa552b7c6c035a466c900c4b9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1160,7 +1160,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/3fe70212e0020d7fa552b7c6c035a466c900c4b9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1184,7 +1184,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/3fe70212e0020d7fa552b7c6c035a466c900c4b9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -1208,7 +1208,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/1ec8deb0b18514b612774d3af39b5ad41f2a792b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1232,7 +1232,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/1ec8deb0b18514b612774d3af39b5ad41f2a792b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -1256,7 +1256,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/1ec8deb0b18514b612774d3af39b5ad41f2a792b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1280,7 +1280,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/2c5b0625e21b3503d1cd4c4daf53b15ae41c562d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1304,7 +1304,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/2c5b0625e21b3503d1cd4c4daf53b15ae41c562d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -1328,7 +1328,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/2c5b0625e21b3503d1cd4c4daf53b15ae41c562d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1352,7 +1352,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/ffe1796f06e1082a8ddae54a471dcca66c783c4e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -1376,7 +1376,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/ffe1796f06e1082a8ddae54a471dcca66c783c4e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1400,7 +1400,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/ffe1796f06e1082a8ddae54a471dcca66c783c4e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1424,7 +1424,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/1a6035f4f09b339ac53bc547fc727a51ab05a3c6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1448,7 +1448,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/1a6035f4f09b339ac53bc547fc727a51ab05a3c6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -1472,7 +1472,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/1a6035f4f09b339ac53bc547fc727a51ab05a3c6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1496,7 +1496,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/ac9a749a026c47209c34677ca6ac0dc093d24888.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1520,7 +1520,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/ac9a749a026c47209c34677ca6ac0dc093d24888.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -1544,7 +1544,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/ac9a749a026c47209c34677ca6ac0dc093d24888.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1568,7 +1568,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/0666607827b30150ed0a5be439f58623b3222131.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1592,7 +1592,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/0666607827b30150ed0a5be439f58623b3222131.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1616,7 +1616,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/0666607827b30150ed0a5be439f58623b3222131.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1640,7 +1640,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/14c51a76c14250316a756b7660b2489f18896d5a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1664,7 +1664,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/14c51a76c14250316a756b7660b2489f18896d5a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1688,7 +1688,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/14c51a76c14250316a756b7660b2489f18896d5a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1712,7 +1712,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/096bf1e8eeb0b5633861389cb3fa3267649e396c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1736,7 +1736,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/096bf1e8eeb0b5633861389cb3fa3267649e396c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -1760,7 +1760,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/096bf1e8eeb0b5633861389cb3fa3267649e396c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1784,7 +1784,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/b6b0eec01fc2759e3335fa4e448e5772161a9da6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1808,7 +1808,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/b6b0eec01fc2759e3335fa4e448e5772161a9da6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1832,7 +1832,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/b6b0eec01fc2759e3335fa4e448e5772161a9da6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1856,7 +1856,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/21bbd170c05cd535fd5096f9c7eebc54eb72d936.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1880,7 +1880,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/21bbd170c05cd535fd5096f9c7eebc54eb72d936.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -1904,7 +1904,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/97a4e1/21bbd170c05cd535fd5096f9c7eebc54eb72d936.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -1928,7 +1928,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/53a78bad6e92791991df42c50d2e763a9f9d772c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -1952,7 +1952,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/e0fe6824b5571e0552ab2955697c5ff0776abf79.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -1976,7 +1976,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/207782d0d8899521e2b51b5c384f83d7f4516358.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2000,7 +2000,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/8376f95166a75a8541217b77ae6a235f1aac6c3d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2024,7 +2024,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/8376f95166a75a8541217b77ae6a235f1aac6c3d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2048,7 +2048,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/2febb4d398ed0d788f9ac054ff14cfbd68c0c1f1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2072,7 +2072,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/0545e4efa0d7897b357f0396e7e30d5f3b5921dd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2096,7 +2096,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/e7f2916927e758969cbfe270ad4b6ed6c07faa72.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2120,7 +2120,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/35a083bacf80a64deb81069ec7db0229520c9a6c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2144,7 +2144,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/0d2ac2a60f6b99de02537945ac61366e1562403d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2168,7 +2168,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/8df22e9421c652e9849f7bfb4dbd28a24518c0fb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2192,7 +2192,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/984a5b424d118046dfa2529398056fbd52d4e5ea.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2216,7 +2216,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/984a5b424d118046dfa2529398056fbd52d4e5ea.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2240,7 +2240,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/3087d6c373b09b1f4fc70a5c3ae221cce54b626c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2264,7 +2264,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/915cdae554a817caa4792101fde1adf14563227d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2288,7 +2288,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/50e733e0c505a556fc53e6265eb5b432823570f7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2312,7 +2312,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/5b58b483fa53a6ff228c89a7fe57997664845663.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -2336,7 +2336,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/d6606eb2863e2176f9beb914e5cfe70bce2d905e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2360,7 +2360,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/a44f5e11d20feec4ae39e2db0336ddef0a8e04ec.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2384,7 +2384,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/471e3f82cdd9122e2886d2d7bcfc8cda1397a51d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2408,7 +2408,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/a746b387d13dc61266d1fcde19b91b89441b1be7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2432,7 +2432,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/1583a11fb07127fb3315fa19f3baaf876aa42aa4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2456,7 +2456,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/034e1e1a46cfa6d3fe3bcc69ac45ffb6c5d55148.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2480,7 +2480,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/d8c5a59532ae0624edd875aea31ef39086873b7a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2504,7 +2504,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/d8c5a59532ae0624edd875aea31ef39086873b7a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2528,7 +2528,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/cecfce83c949d20c816a0e43cbc4c26a3468754b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2552,7 +2552,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/b1765660b28464b5a73e502ef30b7370ba294ff5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2576,7 +2576,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/49b66676ed867c75368e31c1e06b28255df8089e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2600,7 +2600,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/78de8b1ca470302aebb53065c32eddf08da008b5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2624,7 +2624,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/795698c08fc5d404b649d0c367bedc3e83462d43.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2648,7 +2648,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/d8ba52b5fa5e123def1f778821219aaec20ca0fe.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2672,7 +2672,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/61f81c57325a77a89481f036e4e2116399fb6714.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2696,7 +2696,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/61f81c57325a77a89481f036e4e2116399fb6714.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2720,7 +2720,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/5ba0306adadd581e4331b9415c2ef9f8ecccc0f2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2744,7 +2744,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/de46e4/4fa5219cf39dc536c51d67f6c4f9f54271a8dcfa.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2768,7 +2768,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/46ca7f/e5b8fa7ab66409e7b52b335a8b6aebe11fd78635.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2789,7 +2789,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/46ca7f/b40e6ce081099b8bf0f76a43f4c27f12df342ddd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -2810,7 +2810,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/46ca7f/6f8e6014c133635fecac02e1087a666c5014ae5f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -2831,7 +2831,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/46ca7f/eb5983ff8bb0f85c891d48f96106337446797d8f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2852,7 +2852,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/46ca7f/9c51e8f0568ab3401375114dd0eded2eddfe231a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2873,7 +2873,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/46ca7f/6687821a71b53e0e1764e895900a6bad46412b5c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -2894,7 +2894,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/46ca7f/e136a03c52c01c1b190c7372d83463f3c6502de9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2915,7 +2915,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/46ca7f/96c1f58088f1e32c965f38ddc50d4b88f6a0f022.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2936,7 +2936,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/46ca7f/b4329d21bd80d961408bf066a70998417234f200.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -2957,7 +2957,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/46ca7f/a48478825dc5baf21cc79bfcfbe12ed462590f1e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -2978,7 +2978,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/933cad4e69415e2a2970832d2d60e2b854bca1b4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3002,7 +3002,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/933cad4e69415e2a2970832d2d60e2b854bca1b4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3026,7 +3026,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/933cad4e69415e2a2970832d2d60e2b854bca1b4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -3050,7 +3050,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/933cad4e69415e2a2970832d2d60e2b854bca1b4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3074,7 +3074,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/366e62d83ede9df9fdad86cf7040600916bb065a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3098,7 +3098,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/366e62d83ede9df9fdad86cf7040600916bb065a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3122,7 +3122,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/366e62d83ede9df9fdad86cf7040600916bb065a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -3146,7 +3146,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/366e62d83ede9df9fdad86cf7040600916bb065a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3170,7 +3170,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/6726b79b0534d80f567c3e5fd7174962d411be95.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3194,7 +3194,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/6726b79b0534d80f567c3e5fd7174962d411be95.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3218,7 +3218,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/6726b79b0534d80f567c3e5fd7174962d411be95.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3242,7 +3242,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/6726b79b0534d80f567c3e5fd7174962d411be95.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -3266,7 +3266,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/2183d2e337eec311b7c2e06c2f9cec759913dba9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3290,7 +3290,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/2183d2e337eec311b7c2e06c2f9cec759913dba9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3314,7 +3314,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/2183d2e337eec311b7c2e06c2f9cec759913dba9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -3338,7 +3338,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/2183d2e337eec311b7c2e06c2f9cec759913dba9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3362,7 +3362,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/3aa8f45d7e358655c39708e2656a2c2d97e7dfa6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3386,7 +3386,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/3aa8f45d7e358655c39708e2656a2c2d97e7dfa6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3410,7 +3410,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/3aa8f45d7e358655c39708e2656a2c2d97e7dfa6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -3434,7 +3434,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/3aa8f45d7e358655c39708e2656a2c2d97e7dfa6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3458,7 +3458,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/ca41ec5f1dba602b8b6e332ad524cbfc5cd1505e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -3482,7 +3482,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/ca41ec5f1dba602b8b6e332ad524cbfc5cd1505e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3506,7 +3506,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/ca41ec5f1dba602b8b6e332ad524cbfc5cd1505e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3530,7 +3530,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/ca41ec5f1dba602b8b6e332ad524cbfc5cd1505e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3554,7 +3554,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/09ea6ee13f7f26b0d6e3103946209ea0726876de.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3578,7 +3578,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/09ea6ee13f7f26b0d6e3103946209ea0726876de.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -3602,7 +3602,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/09ea6ee13f7f26b0d6e3103946209ea0726876de.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3626,7 +3626,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/09ea6ee13f7f26b0d6e3103946209ea0726876de.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3650,7 +3650,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/004258203c8bf167307b6ed79f765115d16a6357.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3674,7 +3674,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/004258203c8bf167307b6ed79f765115d16a6357.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3698,7 +3698,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/004258203c8bf167307b6ed79f765115d16a6357.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -3722,7 +3722,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/004258203c8bf167307b6ed79f765115d16a6357.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3746,7 +3746,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/5c0ba53d53cc9fd8627f224b39db30bd9ffa5757.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3770,7 +3770,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/5c0ba53d53cc9fd8627f224b39db30bd9ffa5757.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3794,7 +3794,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/5c0ba53d53cc9fd8627f224b39db30bd9ffa5757.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -3818,7 +3818,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/5c0ba53d53cc9fd8627f224b39db30bd9ffa5757.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3842,7 +3842,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/80a5df2346e082cd0be260143ac9090a902bcf30.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3866,7 +3866,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/80a5df2346e082cd0be260143ac9090a902bcf30.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3890,7 +3890,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/80a5df2346e082cd0be260143ac9090a902bcf30.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -3914,7 +3914,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/80a5df2346e082cd0be260143ac9090a902bcf30.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3938,7 +3938,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/a59cf1abfabcb96ab4592966bb4a78e788b41017.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3962,7 +3962,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/a59cf1abfabcb96ab4592966bb4a78e788b41017.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -3986,7 +3986,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/a59cf1abfabcb96ab4592966bb4a78e788b41017.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4010,7 +4010,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/a59cf1abfabcb96ab4592966bb4a78e788b41017.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -4034,7 +4034,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/552732aff853ed413ed7b5ff4a6202d11fd0c1a5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -4058,7 +4058,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/552732aff853ed413ed7b5ff4a6202d11fd0c1a5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4082,7 +4082,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/552732aff853ed413ed7b5ff4a6202d11fd0c1a5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4106,7 +4106,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/552732aff853ed413ed7b5ff4a6202d11fd0c1a5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4130,7 +4130,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/4246616cd947040f64dc183b66e1f6c30b2d7fbb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -4154,7 +4154,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/4246616cd947040f64dc183b66e1f6c30b2d7fbb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4178,7 +4178,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/4246616cd947040f64dc183b66e1f6c30b2d7fbb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4202,7 +4202,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/4246616cd947040f64dc183b66e1f6c30b2d7fbb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4226,7 +4226,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/b0c554cfdddfdc0fe15923066b329868dd9e70c8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -4250,7 +4250,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/b0c554cfdddfdc0fe15923066b329868dd9e70c8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4274,7 +4274,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/b0c554cfdddfdc0fe15923066b329868dd9e70c8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4298,7 +4298,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/b0c554cfdddfdc0fe15923066b329868dd9e70c8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4322,7 +4322,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/c828178c45e9299883296cf425144d2ae804fc27.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4346,7 +4346,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/c828178c45e9299883296cf425144d2ae804fc27.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4370,7 +4370,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/c828178c45e9299883296cf425144d2ae804fc27.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4394,7 +4394,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/c828178c45e9299883296cf425144d2ae804fc27.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4418,7 +4418,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/43b93bc71597fdc7152a7920a78f27a3b27cf639.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4442,7 +4442,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/43b93bc71597fdc7152a7920a78f27a3b27cf639.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4466,7 +4466,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/43b93bc71597fdc7152a7920a78f27a3b27cf639.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4490,7 +4490,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/43b93bc71597fdc7152a7920a78f27a3b27cf639.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4514,7 +4514,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/16a907322625e3b82c25f571eb9dd8fe897444f8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4538,7 +4538,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/16a907322625e3b82c25f571eb9dd8fe897444f8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4562,7 +4562,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/16a907322625e3b82c25f571eb9dd8fe897444f8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4586,7 +4586,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/16a907322625e3b82c25f571eb9dd8fe897444f8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -4610,7 +4610,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/d9ee6c2ae6da41521bd4ba0bf25c4b6bcd253f37.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4634,7 +4634,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/d9ee6c2ae6da41521bd4ba0bf25c4b6bcd253f37.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4658,7 +4658,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/d9ee6c2ae6da41521bd4ba0bf25c4b6bcd253f37.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -4682,7 +4682,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/d9ee6c2ae6da41521bd4ba0bf25c4b6bcd253f37.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -4706,7 +4706,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/d9ee6c2ae6da41521bd4ba0bf25c4b6bcd253f37.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4730,7 +4730,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/bd816c3ef10b8982f18411e1623887d2444d7311.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4754,7 +4754,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/bd816c3ef10b8982f18411e1623887d2444d7311.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4778,7 +4778,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/bd816c3ef10b8982f18411e1623887d2444d7311.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -4802,7 +4802,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/bd816c3ef10b8982f18411e1623887d2444d7311.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -4826,7 +4826,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e086e5/bd816c3ef10b8982f18411e1623887d2444d7311.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -4850,7 +4850,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bf051a/7d8c4fd028c504d10c4e5e9bd7183c139549e1a1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -4874,7 +4874,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bf051a/a49f11c86ad81c4d42700dfca58a7eeec377f02e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -4898,7 +4898,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bf051a/b7a35f8080e756776877bca013a910dafde8ef73.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -4922,7 +4922,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bf051a/5c998eef8cb13a8f577dade1a3b9fe591bc69204.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -4946,7 +4946,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bf051a/0f73e7179e17f050380f0ea350d2551611820fd5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -4970,7 +4970,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bf051a/b64d767d873269ff00966630e34ab198fc24368f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -4994,7 +4994,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bf051a/1b73557d29073ecd327790ca1a6e343b4395b2ab.svg"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -5015,7 +5015,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2779a5/7f9f315b5041f3726662bf269613c43678af99d4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -5039,7 +5039,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2779a5/64771c390e57375a822a7223362ea7bb859c0a96.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -5063,7 +5063,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2779a5/6b3d2e2147cfc618b744f2dabfaf2e66327055d7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -5087,7 +5087,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2779a5/efa1e0438bb515332ec6b4d943044c336ca77fab.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -5111,7 +5111,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2779a5/0ad882dffaf6edd16058119e1c513b4746b0ac27.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -5135,7 +5135,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2779a5/820fb18c9bb20fb1a940a0806a87c6f6e468bb5b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -5159,7 +5159,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2779a5/314d991fa5328e41f8a806bfbac84d748b41f7ed.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -5183,7 +5183,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2779a5/5fd6fda771cf8810eef5166464622d6979e0406e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -5207,7 +5207,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2779a5/a14968698b0e95b6624f187d4538e320e4fa8952.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -5231,7 +5231,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2779a5/4eeff9c95f15e90ca5abc972079112d1ea5c3d51.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -5255,7 +5255,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2779a5/ecc29b73e37b6a125b3fd9767068dcaa368d467a.svg"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -5276,7 +5276,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59796f/8c29bcb24ac0f448846a2ffdad4c9693d5aef8c6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -5301,7 +5301,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59796f/b413c09531b239e27bcf79cb57302b429ef59fe6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -5326,7 +5326,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59796f/cab9b2d06e5a44e2056ccbdbb7096f55ab42859c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -5351,7 +5351,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59796f/7d97d6b2f3fa16760bf66026691281a8179f3260.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -5376,7 +5376,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59796f/04342a3834e0003f3057807937d617e432e83d33.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -5401,7 +5401,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59796f/5c71cdabc04f9038e21d872e20a516cb429a7619.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -5426,7 +5426,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59796f/0bbd55ba8e418361f99f717418206a37d57fd978.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -5451,7 +5451,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59796f/a4cc71b0434f71f4ea0069c409f73e0207dfb403.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -5476,7 +5476,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59796f/37cce377c874eec22d1137977d2b8f00ebc42ea8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -5501,7 +5501,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59796f/9ceceeffee45fea0d16ce4d87d4c048f1a68ca93.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -5526,7 +5526,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59796f/ebd0080bacb8debc7ad069072240657df38c3e2c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -5551,7 +5551,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59796f/ba176379d78ef73bf17c7703ca6b512463227d13.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -5576,7 +5576,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/32bfac8a98cc212aa7bf9151bf40f665a7f51696.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -5600,7 +5600,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/32bfac8a98cc212aa7bf9151bf40f665a7f51696.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -5624,7 +5624,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/38cc6a87fcc81fcc2248f0cd74ca48396b7aa432.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -5648,7 +5648,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/38cc6a87fcc81fcc2248f0cd74ca48396b7aa432.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -5672,7 +5672,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/feb06eece7b158ab66a25bfa2c47a196309f0d93.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -5696,7 +5696,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/feb06eece7b158ab66a25bfa2c47a196309f0d93.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -5720,7 +5720,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/40d83620b0bcbcf0e7380177384f48596823e7a9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -5744,7 +5744,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/40d83620b0bcbcf0e7380177384f48596823e7a9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -5768,7 +5768,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/2f35ed62ed14afb6d9e8b886e95e846f0cfa0d2a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -5792,7 +5792,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/2f35ed62ed14afb6d9e8b886e95e846f0cfa0d2a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -5816,7 +5816,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/e8f40f5af06646ef15283302903f6c78f7d7a505.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -5840,7 +5840,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/e8f40f5af06646ef15283302903f6c78f7d7a505.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -5864,7 +5864,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/13b8678881fba03e7465f82b5550abc5093f7968.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -5888,7 +5888,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/13b8678881fba03e7465f82b5550abc5093f7968.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -5912,7 +5912,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/ba9cdf6d0c336f0abf7cd2992c4a2a62c6c719fd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -5936,7 +5936,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/ba9cdf6d0c336f0abf7cd2992c4a2a62c6c719fd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -5960,7 +5960,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/8006d1541dc71b93e6ec4d101a386e0043d1a521.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -5984,7 +5984,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/8006d1541dc71b93e6ec4d101a386e0043d1a521.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6008,7 +6008,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/496963cfd35d4873c010469c47c84d4358fba035.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6032,7 +6032,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/496963cfd35d4873c010469c47c84d4358fba035.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -6056,7 +6056,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/fef9a3ad8b2f2a6beeaf44ef7dafce08e743ea67.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -6080,7 +6080,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/fef9a3ad8b2f2a6beeaf44ef7dafce08e743ea67.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6104,7 +6104,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/b0348c1e6fced2df1ebd93caef4d383f6c7a0461.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -6128,7 +6128,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/b0348c1e6fced2df1ebd93caef4d383f6c7a0461.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6152,7 +6152,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/d70470a37db713810be85275e5d0c698f85ab320.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -6176,7 +6176,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/d70470a37db713810be85275e5d0c698f85ab320.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6200,7 +6200,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/cd3b3a4046451da9b9cc3e166c09d27583a2c30b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6224,7 +6224,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/cd3b3a4046451da9b9cc3e166c09d27583a2c30b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6248,7 +6248,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/25e5364c0a1320a08e2742fa59a0f8627591bc61.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6272,7 +6272,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/25e5364c0a1320a08e2742fa59a0f8627591bc61.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6296,7 +6296,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/e15b9aca4aaa53cb3a96ae48e78e1af064b9a01d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6320,7 +6320,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/e15b9aca4aaa53cb3a96ae48e78e1af064b9a01d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6344,7 +6344,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/7d696551efaafa0da33bb6e56b8b43707c7c7de9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6368,7 +6368,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/7d696551efaafa0da33bb6e56b8b43707c7c7de9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6392,7 +6392,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/f7692caf5f8c788d58e1aeb8d4f1f240fafdfa91.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6416,7 +6416,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/23a2a8/f7692caf5f8c788d58e1aeb8d4f1f240fafdfa91.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6440,7 +6440,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/1877242970bb7a92b5c8ee7bc5c5e5ec87877890.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -6464,7 +6464,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/9e9382901f59c7dd476717a55bf5c5a37ed76bbc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -6488,7 +6488,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/43f8fe88b8e7365db7aa251b263b5d00c7a47ae9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -6512,7 +6512,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/787f24a573fa422e24ab72312f7306253bb83a4f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -6536,7 +6536,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/f000a9c495f11a4a11a4314871b91f4173e4589a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -6560,7 +6560,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/9608b535262c655f523314958f8ca3019a0968fe.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -6584,7 +6584,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/6aa2034507dc16e6ae0d16f1b6f2a14d3dfadc18.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -6608,7 +6608,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/6aa2034507dc16e6ae0d16f1b6f2a14d3dfadc18.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -6632,7 +6632,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/64b25817b3d3909ab7f4acaee061875ebac1cee3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -6656,7 +6656,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/64b25817b3d3909ab7f4acaee061875ebac1cee3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -6680,7 +6680,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/8383685465c6a417cb86e192d1e9157bd5feee99.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -6704,7 +6704,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/b5a8fe74fbbea40e8bbee407f167ae808e14ea49.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -6728,7 +6728,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/d8e379c210cdb651d28985c883fea21a4529ed59.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -6752,7 +6752,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/9788de86b8a4e7a685d356347cc4059874ae6a38.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -6776,7 +6776,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/eeca04eb6d00ab0aca01d460f0861f3328d4992d.svg"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6797,7 +6797,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/be174e053a61ece650873a6a44f8e4be356e4193.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6821,7 +6821,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/88d6ea5706ed8ae188caa166879c381e64e5077a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -6845,7 +6845,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/92e706402d8f8cb13d73ffb759ce35ec910d272c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -6869,7 +6869,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/cabfcae45afac141b38fd9cac2e07a64fb6b9896.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -6893,7 +6893,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/cabfcae45afac141b38fd9cac2e07a64fb6b9896.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -6917,7 +6917,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/d6d5bf7c081939e64d10022dd29f5e31d2153d50.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -6941,7 +6941,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/d6d5bf7c081939e64d10022dd29f5e31d2153d50.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -6965,7 +6965,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/24afc2/9af5662e9957191c22c558a1a8511bae709a2b36.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -6989,7 +6989,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/a8cc66de4d60e34c7ee0d09fd6ab965ac23d9b4f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7014,7 +7014,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/a8cc66de4d60e34c7ee0d09fd6ab965ac23d9b4f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -7039,7 +7039,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/d761116217a5875490cd7a2adf0219bdb1bff5cf.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7064,7 +7064,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/d761116217a5875490cd7a2adf0219bdb1bff5cf.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7089,7 +7089,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/ada7438401aba500eb03f678b05b9821a758336a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7114,7 +7114,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/ada7438401aba500eb03f678b05b9821a758336a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7139,7 +7139,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/d13a75a2a0b539a39063eb946505e3d3dd5aeef1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7164,7 +7164,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/d13a75a2a0b539a39063eb946505e3d3dd5aeef1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -7189,7 +7189,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/4493c4b542c8e059e8423c77945ce5895428ab88.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7214,7 +7214,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/4493c4b542c8e059e8423c77945ce5895428ab88.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -7239,7 +7239,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/d6a239059266b317de6a6e73dbf443c5ca8a6f5f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7264,7 +7264,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/d6a239059266b317de6a6e73dbf443c5ca8a6f5f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -7289,7 +7289,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/5d16da98a4089b29ff76c611036c65e1c504c7bc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7314,7 +7314,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/5d16da98a4089b29ff76c611036c65e1c504c7bc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -7339,7 +7339,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/e277de30edb9e550d8f9d5a72e1e3adde961d01d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7364,7 +7364,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/e277de30edb9e550d8f9d5a72e1e3adde961d01d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -7389,7 +7389,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/dee6c55162904cfb77c7f65614c4e6ae2baacea2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7414,7 +7414,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/dee6c55162904cfb77c7f65614c4e6ae2baacea2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -7439,7 +7439,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/b9a3949e2a7521698472a966c782434c4d9ce6fb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -7464,7 +7464,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/b9a3949e2a7521698472a966c782434c4d9ce6fb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7489,7 +7489,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/97b115a032fc4178230306e2d0f4e334b2cfe8a9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7514,7 +7514,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/97b115a032fc4178230306e2d0f4e334b2cfe8a9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -7539,7 +7539,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/633d9136ef3e040b7653b287651c65e4302fe417.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7564,7 +7564,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/633d9136ef3e040b7653b287651c65e4302fe417.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -7589,7 +7589,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/954326e5ba700d4616d924807f427002816e9fc3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7614,7 +7614,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/954326e5ba700d4616d924807f427002816e9fc3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -7639,7 +7639,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/e729027165e293dc32ea88b7264e4c62c306fdd5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7664,7 +7664,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/e729027165e293dc32ea88b7264e4c62c306fdd5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -7689,7 +7689,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/e5b522e069394fa6666bef3746705b70b4628819.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7714,7 +7714,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/e5b522e069394fa6666bef3746705b70b4628819.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -7739,7 +7739,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/3f34996d204260b1b0b50fc8f77b10ab640ba303.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7764,7 +7764,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/3f34996d204260b1b0b50fc8f77b10ab640ba303.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -7789,7 +7789,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/7b6b235a0fd8bf9b2023a5d0e446f7ed46e1a40f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7814,7 +7814,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/7b6b235a0fd8bf9b2023a5d0e446f7ed46e1a40f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -7839,7 +7839,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/8816eee206375f88c562d618852cb0383b89fe6e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7864,7 +7864,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/8816eee206375f88c562d618852cb0383b89fe6e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -7889,7 +7889,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/c1570fd31970f22abcca6f32d75c1906058c1535.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -7914,7 +7914,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/c1570fd31970f22abcca6f32d75c1906058c1535.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7939,7 +7939,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/cc73351605ff3dc9766ad28a1a267a96976ad77b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -7964,7 +7964,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/cc73351605ff3dc9766ad28a1a267a96976ad77b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -7989,7 +7989,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/322c1a6d65f31fd534b1ddac680e3c6ea69e3207.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -8014,7 +8014,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/322c1a6d65f31fd534b1ddac680e3c6ea69e3207.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -8039,7 +8039,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/9d8527dff8e8dcd338fc501863c14c13cd151b9c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -8064,7 +8064,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/9d8527dff8e8dcd338fc501863c14c13cd151b9c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -8089,7 +8089,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/8b1cde6d65f14bd7531e3714779b5130dc8a7919.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -8114,7 +8114,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/8b1cde6d65f14bd7531e3714779b5130dc8a7919.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -8139,7 +8139,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/bd0d0d0cda19a4d58dfe311cd7c8de34093ad590.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -8164,7 +8164,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/bd0d0d0cda19a4d58dfe311cd7c8de34093ad590.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -8189,7 +8189,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/7ce0b9a2a11f1c10f71f1786e4154e6164356fb6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -8214,7 +8214,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/7ce0b9a2a11f1c10f71f1786e4154e6164356fb6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -8239,7 +8239,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/f417fbb0db2a62f84dd79497b23b1e6e97007740.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -8264,7 +8264,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/f417fbb0db2a62f84dd79497b23b1e6e97007740.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -8289,7 +8289,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/d36abfa44924a4d4088bada05f439ae392dfd662.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -8314,7 +8314,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/d36abfa44924a4d4088bada05f439ae392dfd662.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -8339,7 +8339,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/7b3b94c0e39bed9d432f379efa77ba9f54c81c6d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -8364,7 +8364,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c487ae/7b3b94c0e39bed9d432f379efa77ba9f54c81c6d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -8389,7 +8389,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/7d6734/cc172d9a654d94e00505456845920c099fbabfa7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -8413,7 +8413,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/7d6734/8ad324fd8d3f5113f72ac40f978a85e1777d43d1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -8437,7 +8437,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/7d6734/f2af674524641f89a409d5f91caf512b162d5778.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -8461,7 +8461,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/7d6734/2847ca922fa3564341094245c34ef3120167bc0b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -8485,7 +8485,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/7d6734/e1724dd3a91aff66b84807df1b9dbbaeaf272189.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -8509,7 +8509,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/7d6734/c65600eae4b88d275675cb976ceac01b9a4f47e4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -8533,7 +8533,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/7d6734/94396aaa5928a68aba7320ea3690ca6c302fdcab.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -8557,7 +8557,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/7d6734/1f2223805c79c21fade3ebf0d9a29f979c16f581.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -8581,7 +8581,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/7d6734/b3c602b7aa172611a22304666dd8d81d6ce8d214.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -8605,7 +8605,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/7d6734/ec2a7a47c3850e8aacd971a445b90390b2ab73bb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -8629,7 +8629,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/307n5z/ccaf2315b5268a447dff07aad635b3ad27aabaf8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -8653,7 +8653,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/307n5z/ccaf2315b5268a447dff07aad635b3ad27aabaf8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -8677,7 +8677,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/307n5z/9bdea8c670e441afe5299bed4ea02b304becaaf8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -8701,7 +8701,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/307n5z/8c835039e68f3fefc58e8b0985b2060fa02b3480.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -8725,7 +8725,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/307n5z/3798f2c4c821019fe59bbcc671d46b4e9d2c9d50.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -8749,7 +8749,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/307n5z/3798f2c4c821019fe59bbcc671d46b4e9d2c9d50.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -8773,7 +8773,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/307n5z/b9f6f775efc8d7cdc38782087ccc6abaa88babb6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -8797,7 +8797,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/307n5z/61a402c2eb82ccb8614aa62918cff81b8306ddf2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -8821,7 +8821,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/307n5z/61a402c2eb82ccb8614aa62918cff81b8306ddf2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -8845,7 +8845,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/307n5z/54cd6b714326ddf6ae1181112d6ce35f6f3e3579.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -8869,7 +8869,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/f99c8bd6aa53c3b2f4d63fee994333453df410c6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -8893,7 +8893,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/1400d13aa5a86dbacf71db631f5de1abfc982094.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -8917,7 +8917,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/8391fee07d35c11cfb3fecd19ddaad0fb8c68871.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -8941,7 +8941,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/c02748c85d58e188b3c13773986272df616b2f3c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -8965,7 +8965,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/d935494fdcd2c1fef14d14842c0a19c8f8c54c78.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -8989,7 +8989,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/ba5019010a6e0cfbcb46b2f7e9e63a6117e06f97.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9013,7 +9013,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/b1b17ab86ee2ebce350af1c41d2e6ff8911a33f1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9037,7 +9037,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/7291b4b36dfa21e666a765a51c01e777d40a5174.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9061,7 +9061,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/7f2be26b42fa5846a09019bb949c44be95586e0d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -9085,7 +9085,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/cd25fd6cc4fde1734fc90c2f11e71886e3458007.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9109,7 +9109,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/cd25fd6cc4fde1734fc90c2f11e71886e3458007.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -9133,7 +9133,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/d0c53c06c9e0a766fd5830fbbaa7df76f8cef92a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -9157,7 +9157,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/1bdbd209a611d68876d5b6e37541f7ddc2038f97.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -9181,7 +9181,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/9f7979f4854efa0b1ac299f920229d20246710b9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9205,7 +9205,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/09d9fb1862a6f579a948259a44e1117af595d937.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -9229,7 +9229,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/76b79146e3be6b8ea6920df93b68352b8b9d3c8b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9253,7 +9253,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/57382c6bd42af05f3b9836a95bee672d1b9330d7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -9277,7 +9277,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/e6fd17797e01f46032b6d8edf24831b2775cc831.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -9301,7 +9301,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a25f45/17e68991f57cd20cd5c9fcf564d5a23ebb08c0f0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -9325,7 +9325,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6cfa84/5bd22090d0f74dcea752749ef4ad8411e3772535.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9349,7 +9349,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6cfa84/9f9f5e323450f4c0bd5445597a39d160ce07ff48.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9373,7 +9373,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6cfa84/3c48f0e596f96b4bb701943356b6c179f41d383c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9397,7 +9397,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6cfa84/d343bc6a2877b62d80153453c3781debc33e0b1d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -9421,7 +9421,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6cfa84/85a2d2ea8aeb1eddb5a6576edb958c2d1597ddfc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9445,7 +9445,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6cfa84/2dcf10cb4314dd7964dd38c2afe7d399bfcbcfac.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9469,7 +9469,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6cfa84/4e7955d592cbf361a55113fcd4524e979b16bb08.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -9493,7 +9493,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6cfa84/2adaacc2f7b8d7a0d2d1496ad6f56aafd171f7fe.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -9517,7 +9517,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6cfa84/7d1d269e9ff9a8f396b2d638103379b6cf937225.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -9541,7 +9541,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6cfa84/d0b1b435bb2757bab5f644e53a273a9f50c8bc2c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -9565,7 +9565,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6cfa84/9cc94f9f9549ef0c9fc0433e22e4fe59843d1b2a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -9589,7 +9589,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6cfa84/9812d828fef2da32081f4c0acce0c58912f071cb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -9613,7 +9613,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6cfa84/afb819d4c7cfdf8fc468bb2297da3247fb5ac056.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -9637,7 +9637,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6cfa84/22d7a78f0d6680f70dae9cc412f496450a2acf4e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -9661,7 +9661,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6cfa84/4d71a1ad253efab083f05dc558656d94eb430ca7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -9685,7 +9685,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/49d79a4e4e4a994a8eb7cf2eaf59c99d2251cac5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9709,7 +9709,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/d48be8e9b638b9c27714cb3118a335376ed65f0f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9733,7 +9733,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/d48be8e9b638b9c27714cb3118a335376ed65f0f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9757,7 +9757,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b5ca868de7980f6944142ecdb849f47ad2cdfb5c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9781,7 +9781,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/56857820788db21498e95a5cbba65d59a9a2b892.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -9805,7 +9805,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/96c7657d21888cd05edd297d44a8fd554b21c908.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -9829,7 +9829,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b2e7f3e00ffce0a2a1078f860452814e6445445d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9853,7 +9853,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b2e7f3e00ffce0a2a1078f860452814e6445445d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -9877,7 +9877,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/5d4d5b214459c8a0779600ab39a5668003271c62.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -9901,7 +9901,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/48a600254c0883cd5a72471420b1ac5a532ca6c3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -9925,7 +9925,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/4dffd30573a924ad0158d813733e029aac160194.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -9949,7 +9949,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/a05aeffa53890c3ed9fd9cefa544eb1071497de5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9973,7 +9973,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/a8c47bb26867342e83342645507fb766648799d7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -9997,7 +9997,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/ca4a053f47b6e322ad6de680fdabd05f651bf49b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10021,7 +10021,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b42a3a108d5d0f65258cd8157eb0011b78ce9253.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10045,7 +10045,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/0bf30cdf02ff26dfca5aa705b7023227da221e05.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10069,7 +10069,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/8ce8198a1e6907ae25eb957eb0a5a99e719131a1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10093,7 +10093,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b4f0c3/312146d84331c7214ed6919391ad955098eff516.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10117,7 +10117,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b4f0c3/d143bfe343ecf75bceb92b6fc9807cc5f453b319.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10141,7 +10141,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b4f0c3/4ade33e41dda291c9078e56ca2a95c4825dbc1fe.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10165,7 +10165,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b4f0c3/accc6adf094723693593ca3c6308f81945930dae.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -10189,7 +10189,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b4f0c3/a1240b31761f65c92a8f6d08ed7105ee822d0ebc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -10213,7 +10213,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b4f0c3/c7e4980eb42d0b138684ac1e28318a197d86ccfc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -10237,7 +10237,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b4f0c3/e5695989a43a3297cf6b78182014c7a3848ff7e1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -10261,7 +10261,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b4f0c3/824fa57ab563edbac93384a58e21b3045bd71c65.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -10285,7 +10285,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b4f0c3/fe4a93d2631e7c54f1c00e3c56e04c927b5144c1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10309,7 +10309,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b4f0c3/3a2c170ad31b2c0c387e06c8a3bf7e5409dcdb60.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10333,7 +10333,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b4f0c3/a36115d7110156fde2fe6187dbb49402096f82fb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10357,7 +10357,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b4f0c3/08e8943b849762eb7f18654c7f9e479ad33b2840.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10381,7 +10381,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b4f0c3/30b40365b4e59aa103ff04c369f31658fa6e2790.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10405,7 +10405,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b4f0c3/8735b02e59dd802a5a9e9a7ea1934a106d2963eb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -10429,7 +10429,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b4f0c3/c94a59f8c3b17d722781af36da3556ff4b418776.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10453,7 +10453,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b4f0c3/9f288c284df9ade53aa33e50ec50c879d5aba4ef.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10477,7 +10477,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/2c4e13b6606b88bbe10bfffbe4b6f4e6d373c4a7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10501,7 +10501,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/dd651de8f984bc2bc5d791eceedf16e70cca0cdc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10525,7 +10525,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/1b172036f8e219ef9b6f591d7f5df26e4ba11327.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10549,7 +10549,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/c3ed1c920db04a7b13d043fae5766694cf50d561.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10573,7 +10573,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/4147da2dd50e2326a7985207296cfcd0ba57a1ee.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -10597,7 +10597,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/8bd420282f8209ce236004c61bc4bbd728afceb7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -10621,7 +10621,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/0f4a37cd30bd688d1a8ebbb915b2c70a4bf0272c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -10645,7 +10645,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/dcb42362e4cd8108444dd64c8538ef0523de0aa7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -10669,7 +10669,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/a2525d7f2db0db246df0a702416606c56085a17a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -10693,7 +10693,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/f6b0a52f8bb37ab0a8b290237add5be669a28b2f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -10717,7 +10717,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/fd273c99d6129f0972ffdbe529b2b1cfa1116cf0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10741,7 +10741,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/84c10ba8bc5570e900a60a2e29b319e68fc093da.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -10765,7 +10765,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/52ac3fd2be278ede2bb32987a32673c6d5ee5edb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -10789,7 +10789,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/90927d72c81e9a9b27034a1a99adbab46c86e196.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -10813,7 +10813,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/511c1b1647549d8af305f68253dda6d4161bd9bc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10837,7 +10837,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/852f57fb1f11a0a58d288746c14d52ce8f8dd97a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10861,7 +10861,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/fac8b25d43d0bbea83f5fe8c5fddf1b3566ac1fb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -10885,7 +10885,7 @@
],
"source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/25b2c00b86322f15c0cbb376b58b342fff916f62.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -10909,7 +10909,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b5c3f8/0fac26928e2bf6b7db6c7f46a1e0ab50aaa8a7c1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -10933,7 +10933,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b5c3f8/473352935acf2463b14dbd8e38073e913eeb5c08.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -10957,7 +10957,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b5c3f8/98681b2a7949e49b2da1b353f70e688528fe7ddc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -10981,7 +10981,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b5c3f8/4ea0280617a1b71dcc327356484f8767919b0f40.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -11005,7 +11005,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b5c3f8/4f94c3e26f43701d91db403fe26cd8894bdc8ccf.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -11029,7 +11029,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b5c3f8/b584aa8aeb33814a0ecb63fd9ed4d97f2211f837.svg"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -11050,7 +11050,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b5c3f8/58847c387d3b2cfa7e57c6ed613a8f31569cfd30.xml"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -11071,7 +11071,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c4a8a4/c19c231ab5175fb62b6a74b998aec0dd965c25c5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11087,7 +11087,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c4a8a4/107a5e462b4ad6dd297742a2a177e24d32d27c26.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11103,7 +11103,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c4a8a4/2f9709573bf080a0feccfb2fd4b4a657383ef235.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11119,7 +11119,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c4a8a4/2c1397032aad720fe43dee2be0d326be56957320.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11135,7 +11135,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c4a8a4/1844d7bce889d85a80b620468baa804eab3ff2c8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11151,7 +11151,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c4a8a4/4c72b3b9b06bf1edc3c959070731b65871ee0c8f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11167,7 +11167,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c4a8a4/85469fd266d3e8706f551dcd65261709311123d0.svg"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11183,7 +11183,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/akn7bn/1e3939d9f8e0f78f9c564ec6feb12cc5635c0acb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -11207,7 +11207,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/akn7bn/a16be608639d0976b9d044360695d853384f56f0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -11231,7 +11231,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/akn7bn/62673162e22ee1e95e962522b1d1c3b549dbfc49.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -11255,7 +11255,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/akn7bn/c90de6661c91b4449b96fb31e487c70d1e3350df.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -11279,7 +11279,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/akn7bn/033e04cced5973596d9aa724feacb027d23b4c53.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -11303,7 +11303,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/akn7bn/63cd20ec8886f4c59ff54f406a0e5933847bce75.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -11327,7 +11327,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/akn7bn/aa153f6799d28563054ce66bcf7dfcedf9b75288.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -11351,7 +11351,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/akn7bn/17a371c470316dc29e424101065ebfe9f7b2e990.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -11375,7 +11375,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/akn7bn/c88fcaf4d90e2156de75a1cdad8734a3d75c49e4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -11399,7 +11399,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/qt1vmo/af4423575333947073fa3729f502ff0a0c6c2fbf.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11415,7 +11415,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/qt1vmo/5d314574052bf16676abb0e9a67e48dd70116c2e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11431,7 +11431,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/qt1vmo/2a66c7b8d8ef78d350b1c995e0ad232008f6564f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11447,7 +11447,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/qt1vmo/485f10faf222cd48fea2ab3ee79c2d354e51ea33.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11463,7 +11463,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/qt1vmo/2f7d82593e287df64b7459695e355a840254255c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11479,7 +11479,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/qt1vmo/bac67a5a2ada971100bbec89961ad3e6c869f268.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11495,7 +11495,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/qt1vmo/0ab8d652533229aae98191a6a43c2168e1959963.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11511,7 +11511,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/qt1vmo/ce2c30787caebdf1d6adcd6aedfac8fa8842a9c4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11527,7 +11527,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/qt1vmo/4629221e66963f356b68f6e17dacea9a937fe7d3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11543,7 +11543,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/qt1vmo/9f373a7eca6b3dc1089e76fa275cdb63c7a8d4b6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11559,7 +11559,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/qt1vmo/2e1787fbc8a76fd8a2f8cae08d72097dab75abfd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11575,7 +11575,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/qt1vmo/e3fa823fa9ba97ac106cc8d13f2ba7e771cb9c75.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11591,7 +11591,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/qt1vmo/4d04a4946e1f06834c89b91f0a765367f9d0d492.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11607,7 +11607,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/qt1vmo/d5ce8939312a4c283084d0a7fdc7dd4cf6b35d4f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11623,7 +11623,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/qt1vmo/8ff1c1f8ce6c58b66365fd70f6828a89527874e3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11639,7 +11639,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/qt1vmo/a09270ba161c0259b258844551e94c40cdd6b52e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -11655,7 +11655,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/m6b1q3/895a5b0d06d892bc50351cfd2db426b31cfcc97f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -11679,7 +11679,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/m6b1q3/78c41b8461997477cb7b6a9d163ba8a387ad56b8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -11703,7 +11703,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/m6b1q3/83a0c030f9172c3d8d862d01138e75ec7aaf4f4e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -11727,7 +11727,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/m6b1q3/c05155744a79e6ff72f1b691b8bae15338e8146b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -11751,7 +11751,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/m6b1q3/f3a40579bcb3cab4f12a31639bc9dd0ca5c14d87.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -11775,7 +11775,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/m6b1q3/c261108b8bb62e118a47a52d0a157b4265a6e143.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -11799,7 +11799,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/m6b1q3/4eec4a33bca54e6313e0af600af41797bb7c4213.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -11823,7 +11823,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/m6b1q3/0edc121ac393fa9661fc1c18156e040775313779.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -11847,7 +11847,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0ssw9k/89302c4f9eaf142418751a45e6dd025d5d294591.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -11872,7 +11872,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0ssw9k/305891f137b5927d99e74aa1efe9997e4a8a2803.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -11897,7 +11897,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0ssw9k/5fa34d0a7eea03109cd12c0e7c21fce793c268db.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -11922,7 +11922,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0ssw9k/731acbc281943f3fef81aee32f6a553fc426e20f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -11947,7 +11947,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0ssw9k/bb9ee4cc0b4779228701779090f461ecb2947b82.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -11972,7 +11972,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0ssw9k/997b49af2f0596bb505c7cbbfd501c0f2fa393a5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -11997,7 +11997,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0ssw9k/d7f9b0ca63b41bfc560c867696744a14f8590394.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -12022,7 +12022,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0ssw9k/5d06e0832a2a97d6dd2e5657f00dcb93c584135b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -12047,7 +12047,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0ssw9k/8f9b5bf5fc8345b8e7aa016621fb5dee6c13c8f2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -12072,7 +12072,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0ssw9k/dd5ca5252dacc6d5e0fabb30e92633b284336832.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -12097,7 +12097,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/oj04fd/52be6331dc0978990a8b806a9a4a84bf738a43e1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -12113,7 +12113,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/oj04fd/95cf4fdf26825900e91a30eaf6c2235516db79f9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -12129,7 +12129,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/oj04fd/b44aa294df6f0de62f11f6ae732087d92c90b448.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -12145,7 +12145,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/oj04fd/dd9628d86628e285fe99ce98efdacbe441c20ca5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -12161,7 +12161,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/oj04fd/f1c9efb4c8d1b5f7870c693bce2e6ca046dd768d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -12177,7 +12177,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/oj04fd/90789ad82a761b7697418e8cb403db103f0925a2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -12193,7 +12193,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/oj04fd/b12f1f45eef29c30197ca3bda79d793cd90eeadd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -12209,7 +12209,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/fd406bedf0bb3bdc4c2a718f49a3dd0f7aaa7556.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -12233,7 +12233,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/ab4691ef474d6263e9ceec824f07faa51a30112e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -12257,7 +12257,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/dc170fd015758b62d8e0141e086893a116ee724e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -12281,7 +12281,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/319a465113950b03502709ab573edf7deab59908.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -12305,7 +12305,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/04344f745bd9bad51292748e7893f146c045aae4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -12329,7 +12329,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/aed692e9f0a1be5c87ef1de56afa8e23e14cc3ba.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -12353,7 +12353,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/2845a8409b1c07caa856d1bfbf42ed244b0de9c2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -12377,7 +12377,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/c7c09c1019dcf1d1c67183001b4d459dee7a87ff.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -12401,7 +12401,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/66a3ba7bc0027a9556596e3c378c926a537c1901.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -12425,7 +12425,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/173cb00f20c52f35970c322dedf7bc11450b70c1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -12449,7 +12449,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/668856825e6d3b4e480005acf97723c7b1004ba3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -12473,7 +12473,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/eaf0a926896f045a498073da42ea6263a4d6d36c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -12497,7 +12497,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/e8f3acb1dc814b8b815c69b7150cdea67d5bd98e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -12521,7 +12521,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/41afaa9b33287aba9c608c3466e2b164f57a02ed.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -12545,7 +12545,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/7b27adc8d5a8f07dca43b0f90806f40bc2a1b15b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -12569,7 +12569,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/7507c8139cfda2c482c394fe00aaaf69e15acabb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -12593,7 +12593,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/b1a65bd18381a1ea4ad3077fd98c50368947012c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -12617,7 +12617,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/bf47c65f2854b6ac100a6f700d354b243b069231.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -12641,7 +12641,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/308839f424ef1d9dbb5aab0cd9079827ecb00895.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -12665,7 +12665,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/308839f424ef1d9dbb5aab0cd9079827ecb00895.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -12689,7 +12689,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/a7d34d6d1dad765c7e444d3c3f63b18ca4742e9e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -12713,7 +12713,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/19123c99ec390011b87736827720d5e1e794bad2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -12737,7 +12737,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/2347a45232c34aa309087ed099f4781cd70b5b1e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -12761,7 +12761,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/dbd2374952b96375369afe2a012bfbadd182bf6b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -12785,7 +12785,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/fc92e273e09ad225227f488e3a016fd8d4aad10c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -12809,7 +12809,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/881897444deae644139c4b799b8eeb4b4b764c2a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -12833,7 +12833,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/20f9cd78dd0fa87ee8d40ea3ed35a1fe3ff66508.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -12857,7 +12857,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/328b967c5b544b48f7acd8e42f2f05d355501f2a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -12881,7 +12881,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/7c7d6412dae7381d90517a6f3c0a30104d63062a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -12905,7 +12905,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/53386f68326a53798e776b48e81b32659424d6d3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -12929,7 +12929,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/9e3383a60ab67d5988ac2144fec58a34677c52b2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -12953,7 +12953,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/b4fcc1ea76d19ae86033ed687613f78297ee6069.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -12977,7 +12977,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afw4f7/6b811d065fc243c2c94002f315891791e181d518.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -13001,7 +13001,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/fd406bedf0bb3bdc4c2a718f49a3dd0f7aaa7556.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13025,7 +13025,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/fd406bedf0bb3bdc4c2a718f49a3dd0f7aaa7556.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13049,7 +13049,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/2f0bb5467d45f7fabf95b3f85741a10af03dc7f6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13073,7 +13073,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/2f0bb5467d45f7fabf95b3f85741a10af03dc7f6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -13097,7 +13097,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/d011f0ef2a8d94ccf3d3d393a50d7fd8c576d3c3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13121,7 +13121,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/d011f0ef2a8d94ccf3d3d393a50d7fd8c576d3c3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -13145,7 +13145,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/e94522843ec1985d5c8b25e059e95c845e28b4fe.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13169,7 +13169,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/e94522843ec1985d5c8b25e059e95c845e28b4fe.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13193,7 +13193,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/7768acdf84efd498cc557368e73aa9da495727c9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13217,7 +13217,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/7768acdf84efd498cc557368e73aa9da495727c9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13241,7 +13241,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/2845a8409b1c07caa856d1bfbf42ed244b0de9c2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -13265,7 +13265,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/2845a8409b1c07caa856d1bfbf42ed244b0de9c2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -13289,7 +13289,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/c7c09c1019dcf1d1c67183001b4d459dee7a87ff.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13313,7 +13313,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/c7c09c1019dcf1d1c67183001b4d459dee7a87ff.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13337,7 +13337,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/66a3ba7bc0027a9556596e3c378c926a537c1901.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13361,7 +13361,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/66a3ba7bc0027a9556596e3c378c926a537c1901.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13385,7 +13385,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/173cb00f20c52f35970c322dedf7bc11450b70c1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13409,7 +13409,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/173cb00f20c52f35970c322dedf7bc11450b70c1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13433,7 +13433,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/668856825e6d3b4e480005acf97723c7b1004ba3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13457,7 +13457,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/668856825e6d3b4e480005acf97723c7b1004ba3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13481,7 +13481,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/67fe402a5de9743bf9882d7d52deb9749005d16c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -13505,7 +13505,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/67fe402a5de9743bf9882d7d52deb9749005d16c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13529,7 +13529,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/c318e865be58b889fb35b875c76759928082b548.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13553,7 +13553,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/c318e865be58b889fb35b875c76759928082b548.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -13577,7 +13577,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/04344f745bd9bad51292748e7893f146c045aae4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -13601,7 +13601,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/04344f745bd9bad51292748e7893f146c045aae4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13625,7 +13625,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/eaf0a926896f045a498073da42ea6263a4d6d36c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13649,7 +13649,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/eaf0a926896f045a498073da42ea6263a4d6d36c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -13673,7 +13673,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/aed692e9f0a1be5c87ef1de56afa8e23e14cc3ba.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -13697,7 +13697,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/aed692e9f0a1be5c87ef1de56afa8e23e14cc3ba.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13721,7 +13721,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/6f14b150aab632c7656450b3a6dc44ad28cf6cce.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13745,7 +13745,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/6f14b150aab632c7656450b3a6dc44ad28cf6cce.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -13769,7 +13769,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/4e1ec35a2908dbb52d9d50bb60b9110316584799.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -13793,7 +13793,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/4e1ec35a2908dbb52d9d50bb60b9110316584799.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13817,7 +13817,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/d5e21eae8aa28290befa06cfe68b5032ed05b7a5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -13841,7 +13841,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/d5e21eae8aa28290befa06cfe68b5032ed05b7a5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13865,7 +13865,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/4c47eeaeb5dd826b90c8a9efb081962f04f5d339.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -13889,7 +13889,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/4c47eeaeb5dd826b90c8a9efb081962f04f5d339.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13913,7 +13913,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/1882d796de0dcb4b85924f3abfbf565eeef2d963.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13937,7 +13937,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/1882d796de0dcb4b85924f3abfbf565eeef2d963.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -13961,7 +13961,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/a34d15d4bb754339339996802d1bc32d464643da.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -13985,7 +13985,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/a34d15d4bb754339339996802d1bc32d464643da.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -14009,7 +14009,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/a34d15d4bb754339339996802d1bc32d464643da.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -14033,7 +14033,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/a34d15d4bb754339339996802d1bc32d464643da.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -14057,7 +14057,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/316b0c7fccdbe8a47716447a9fe2ca197c8358af.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -14081,7 +14081,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/316b0c7fccdbe8a47716447a9fe2ca197c8358af.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -14105,7 +14105,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/2e81c3e60722202d2e92089a0695d74e8b49cdaa.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -14129,7 +14129,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/2e81c3e60722202d2e92089a0695d74e8b49cdaa.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -14153,7 +14153,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/2347a45232c34aa309087ed099f4781cd70b5b1e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14177,7 +14177,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/2347a45232c34aa309087ed099f4781cd70b5b1e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14201,7 +14201,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/dbd2374952b96375369afe2a012bfbadd182bf6b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14225,7 +14225,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/dbd2374952b96375369afe2a012bfbadd182bf6b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14249,7 +14249,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/fc92e273e09ad225227f488e3a016fd8d4aad10c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -14273,7 +14273,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/fc92e273e09ad225227f488e3a016fd8d4aad10c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -14297,7 +14297,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/881897444deae644139c4b799b8eeb4b4b764c2a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -14321,7 +14321,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/881897444deae644139c4b799b8eeb4b4b764c2a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -14345,7 +14345,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/8df570a7bb69487e5f3b5d07a7af45cc881dc449.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14369,7 +14369,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/8df570a7bb69487e5f3b5d07a7af45cc881dc449.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14393,7 +14393,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/328b967c5b544b48f7acd8e42f2f05d355501f2a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14417,7 +14417,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/328b967c5b544b48f7acd8e42f2f05d355501f2a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14441,7 +14441,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/7c7d6412dae7381d90517a6f3c0a30104d63062a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14465,7 +14465,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/7c7d6412dae7381d90517a6f3c0a30104d63062a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14489,7 +14489,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/53386f68326a53798e776b48e81b32659424d6d3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14513,7 +14513,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/53386f68326a53798e776b48e81b32659424d6d3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14537,7 +14537,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/9e3383a60ab67d5988ac2144fec58a34677c52b2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14561,7 +14561,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/9e3383a60ab67d5988ac2144fec58a34677c52b2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14585,7 +14585,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/b4fcc1ea76d19ae86033ed687613f78297ee6069.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14609,7 +14609,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/b4fcc1ea76d19ae86033ed687613f78297ee6069.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14633,7 +14633,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/6b811d065fc243c2c94002f315891791e181d518.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14657,7 +14657,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/09o5cg/6b811d065fc243c2c94002f315891791e181d518.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14681,7 +14681,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5f99a7/261dcd3214e87532fc2f9c8db7fdce05de9e07f0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -14705,7 +14705,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5f99a7/31ac49fcb186ee2a233355494fc5e774212ca3d7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -14729,7 +14729,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5f99a7/3314945d4bbec5b34f9a3c2d90da7cb9f8e7ce5a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -14753,7 +14753,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5f99a7/830f50dcf51acb0b97b948000d7c163e50858312.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -14777,7 +14777,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5f99a7/e145aafac5f00cabc7cb3d65a32f7fdb5ec1484d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -14801,7 +14801,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5f99a7/b6acf7c4aab0cfdc9f996abc7961790cbc97f39e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -14825,7 +14825,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5f99a7/d528a33258103014c0a03cf1e418ee0620f7b4f6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14849,7 +14849,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/3ae3bc1c993acb6baaad2811cbd6139a8093361c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -14873,7 +14873,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/3ae3bc1c993acb6baaad2811cbd6139a8093361c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -14897,7 +14897,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/3ae3bc1c993acb6baaad2811cbd6139a8093361c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -14921,7 +14921,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/44afe364fc9417fd5663599145f670552f507ab0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -14945,7 +14945,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/44afe364fc9417fd5663599145f670552f507ab0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -14969,7 +14969,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/44afe364fc9417fd5663599145f670552f507ab0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -14993,7 +14993,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/694b790e4f1eae0f22aef2e7c06b646b25db8e1d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -15017,7 +15017,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/694b790e4f1eae0f22aef2e7c06b646b25db8e1d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -15041,7 +15041,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/694b790e4f1eae0f22aef2e7c06b646b25db8e1d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -15065,7 +15065,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/b81cf2923d30381d48980be59729a5cb0d792059.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -15089,7 +15089,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/b81cf2923d30381d48980be59729a5cb0d792059.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -15113,7 +15113,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/b81cf2923d30381d48980be59729a5cb0d792059.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -15137,7 +15137,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/2ffe7d6cfa547dc8b107922a6bd7542ea36c96d6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -15161,7 +15161,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/2ffe7d6cfa547dc8b107922a6bd7542ea36c96d6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -15185,7 +15185,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/2ffe7d6cfa547dc8b107922a6bd7542ea36c96d6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -15209,7 +15209,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/2ffe7d6cfa547dc8b107922a6bd7542ea36c96d6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -15233,7 +15233,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/1acc47f25d4931c25fe3efbb676af6fd4e2ee57e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -15257,7 +15257,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/1acc47f25d4931c25fe3efbb676af6fd4e2ee57e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -15281,7 +15281,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/1acc47f25d4931c25fe3efbb676af6fd4e2ee57e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -15305,7 +15305,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/cd55d1d52c286ac6b342155dde8fcfa49c82ae4a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -15329,7 +15329,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/cd55d1d52c286ac6b342155dde8fcfa49c82ae4a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -15353,7 +15353,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/2fb70cb7f44a01a2d75f4ef7ca7992cf3fb4fe1d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -15377,7 +15377,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/2fb70cb7f44a01a2d75f4ef7ca7992cf3fb4fe1d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -15401,7 +15401,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/2fb70cb7f44a01a2d75f4ef7ca7992cf3fb4fe1d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -15425,7 +15425,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/52508dc0ac389108301d7cbd7f931be45a45741f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -15449,7 +15449,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/52508dc0ac389108301d7cbd7f931be45a45741f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -15473,7 +15473,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/52508dc0ac389108301d7cbd7f931be45a45741f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -15497,7 +15497,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/f8e3dbe601969ab54954447e04ae384eb52d7082.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -15521,7 +15521,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/f8e3dbe601969ab54954447e04ae384eb52d7082.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -15545,7 +15545,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/f8e3dbe601969ab54954447e04ae384eb52d7082.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -15569,7 +15569,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/9f86cf6493bf2315ce01cec636014d1c059d6581.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -15593,7 +15593,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/9f86cf6493bf2315ce01cec636014d1c059d6581.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -15617,7 +15617,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/7ec257f7f32bbe21231743ef1da46943584142c8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -15641,7 +15641,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/7ec257f7f32bbe21231743ef1da46943584142c8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -15665,7 +15665,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/a582209de4a1d8ed76f54ca2e1f76d1efdbd499e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -15689,7 +15689,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/a582209de4a1d8ed76f54ca2e1f76d1efdbd499e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -15713,7 +15713,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/3457868b79bad5b8cf2320c88cd5f542f9388cda.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -15737,7 +15737,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/3457868b79bad5b8cf2320c88cd5f542f9388cda.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -15761,7 +15761,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/48dc663078fb5421332814b72bd0079f90aad09a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -15785,7 +15785,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ff89c9/48dc663078fb5421332814b72bd0079f90aad09a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -15809,7 +15809,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/in6db8/ad53952b46a372bddc3d34d82427c9ccbc6ecaa6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -15825,7 +15825,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/in6db8/46d50c448266ba7f8434e92300d4c024537c055b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -15841,7 +15841,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/in6db8/49adaf491d168fa320ceec321e129ad8515e16fa.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -15857,7 +15857,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/in6db8/0638090ec9e3e5bfaf95d8c38906f1bd600db7d0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -15873,7 +15873,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/in6db8/7cdf98178f57c1f64c1bfbe0801b7a5e2e73a89f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -15889,7 +15889,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/in6db8/ee9eeebf0a0b1a514df6202443345d999d2bd575.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -15905,7 +15905,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/in6db8/ca835c48c5d554fbfaea6d022816e39cda25660a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -15921,7 +15921,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/in6db8/97bd98302238b32e9131d042174502a83db2a4b2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -15937,7 +15937,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/in6db8/341bc62ae116f74ee37f215b6272043f7f7706ee.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -15953,7 +15953,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/5c4aa70ce778897a8f9601621075c0f0c9abdc65.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -15977,7 +15977,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/d05f912754cdcfbf5f79b346d1418275e31fb8d5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16001,7 +16001,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/d05f912754cdcfbf5f79b346d1418275e31fb8d5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16025,7 +16025,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/12a2da38812d7bf356f0092674c1c21802faf30d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16049,7 +16049,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/e74d875a66842a61c1667ec316b9d455e7e3a331.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16073,7 +16073,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/a1826280426b6a76f0c871084146983b6f0faa9b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16097,7 +16097,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/51307c16b15d283b9f6ba7e4edc1bb99449f3f37.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16121,7 +16121,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/dd4d60acdda2a92253d4fc09cff248e9e0e3eb74.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -16145,7 +16145,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/0763ce51664b522eb3ed2c5479e11f4ed91e871c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -16169,7 +16169,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/0fd4574e8dd585f4cb14c20f9966bf94f2139ea9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -16193,7 +16193,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/874032cb82216878366f02dd2d98e6c8047a1612.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16217,7 +16217,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/874032cb82216878366f02dd2d98e6c8047a1612.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -16241,7 +16241,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/f656ec33b2faf9fa804c61d09102fc70e1b916d2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -16265,7 +16265,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/5e0e88f9ed776c89735d7db606c1381a7a1fb877.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -16289,7 +16289,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/52c725e462af074a3559cf4bf4d4dd2386168938.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -16313,7 +16313,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/83d80bc34891ae13f05150c8c677028591f1d199.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -16337,7 +16337,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/9ed4f5f7c0a9b8377e7652022430cbd5b1eddccf.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -16361,7 +16361,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/a700af25effa2ba2bfad2429705e634fcd0142d6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -16385,7 +16385,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc4a75/837f92d0ac41c14e55782991cbab75975b492702.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16409,7 +16409,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/4240276511703c9bfa881ac80f7c0af5c92c97cc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16433,7 +16433,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/4240276511703c9bfa881ac80f7c0af5c92c97cc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16457,7 +16457,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/4240276511703c9bfa881ac80f7c0af5c92c97cc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16481,7 +16481,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/f91d77e96c069380252b674faaf08eecab375503.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16505,7 +16505,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/f91d77e96c069380252b674faaf08eecab375503.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16529,7 +16529,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/f91d77e96c069380252b674faaf08eecab375503.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16553,7 +16553,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/fec2c81ca23a9647c00ccd1fb5e74d06841ed6fa.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16577,7 +16577,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/fec2c81ca23a9647c00ccd1fb5e74d06841ed6fa.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16601,7 +16601,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/fec2c81ca23a9647c00ccd1fb5e74d06841ed6fa.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16625,7 +16625,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/655b73c1435335a6a16852210787dc3621e73cef.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16649,7 +16649,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/655b73c1435335a6a16852210787dc3621e73cef.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16673,7 +16673,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/655b73c1435335a6a16852210787dc3621e73cef.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16697,7 +16697,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/b67ab9861299ffa342880729ee1dbb43d2068a6b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16721,7 +16721,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/b67ab9861299ffa342880729ee1dbb43d2068a6b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16745,7 +16745,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/b67ab9861299ffa342880729ee1dbb43d2068a6b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16769,7 +16769,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/edd0f2ba6aa31bc4dac2f057090eec3334e62c6d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16793,7 +16793,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/edd0f2ba6aa31bc4dac2f057090eec3334e62c6d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16817,7 +16817,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/edd0f2ba6aa31bc4dac2f057090eec3334e62c6d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16841,7 +16841,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/e81a1a6206e030af2cba2ebf4b3a7c86e1225b5b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16865,7 +16865,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/e81a1a6206e030af2cba2ebf4b3a7c86e1225b5b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16889,7 +16889,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/e81a1a6206e030af2cba2ebf4b3a7c86e1225b5b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16913,7 +16913,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/2b5e0b61e7317a251c5d0d74ac0d0cad202adacc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16937,7 +16937,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/2b5e0b61e7317a251c5d0d74ac0d0cad202adacc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16961,7 +16961,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/2b5e0b61e7317a251c5d0d74ac0d0cad202adacc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -16985,7 +16985,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/6c0718872b1d915b49c48fe135b9fc251bcff561.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17009,7 +17009,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/6c0718872b1d915b49c48fe135b9fc251bcff561.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17033,7 +17033,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/6c0718872b1d915b49c48fe135b9fc251bcff561.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17057,7 +17057,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/d934cb530f9bd82f0c84615dfc405efad9b1fc69.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17081,7 +17081,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/d934cb530f9bd82f0c84615dfc405efad9b1fc69.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17105,7 +17105,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/d934cb530f9bd82f0c84615dfc405efad9b1fc69.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17129,7 +17129,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/0401164ef77abe96fd6502d35ed04952a057a8fe.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17153,7 +17153,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/0401164ef77abe96fd6502d35ed04952a057a8fe.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17177,7 +17177,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/0401164ef77abe96fd6502d35ed04952a057a8fe.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17201,7 +17201,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/5e4eedbbef33766005c6f92c3dede1b1b40a2dac.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -17225,7 +17225,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/5e4eedbbef33766005c6f92c3dede1b1b40a2dac.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17249,7 +17249,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/5e4eedbbef33766005c6f92c3dede1b1b40a2dac.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17273,7 +17273,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/1449cc0526959d274a89345e9b479846577aac5c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -17297,7 +17297,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/1449cc0526959d274a89345e9b479846577aac5c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17321,7 +17321,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/1449cc0526959d274a89345e9b479846577aac5c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17345,7 +17345,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/d7efe21b64461052aef8d3e0fc96049dda787039.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17369,7 +17369,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/d7efe21b64461052aef8d3e0fc96049dda787039.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17393,7 +17393,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/d7efe21b64461052aef8d3e0fc96049dda787039.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -17417,7 +17417,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/a7aac71114d641a7bbeb7c959779d34321a57213.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -17441,7 +17441,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/a7aac71114d641a7bbeb7c959779d34321a57213.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -17465,7 +17465,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/a7aac71114d641a7bbeb7c959779d34321a57213.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -17489,7 +17489,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/e579177e7523653931efe361e37df7766f37b712.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -17513,7 +17513,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/e579177e7523653931efe361e37df7766f37b712.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -17537,7 +17537,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5c01ea/e579177e7523653931efe361e37df7766f37b712.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -17561,7 +17561,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/e970b77c1137e5fd4627f70663da4d1fcda36b23.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17585,7 +17585,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/db10f30be20aebf661f0b81b2c0cfc698b1453eb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17609,7 +17609,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/766a5eb6a54c5b83a882a0d78731d808480a1b3e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17633,7 +17633,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/38b0160bfc6c056fa0d02affbc02e49dce284467.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17657,7 +17657,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/e4b47e094d44a9f3b5b3fd5c157f3ef6679bede0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17681,7 +17681,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/c27e7f509d546fa6aff12ca7aeace662d3fb1c7b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17705,7 +17705,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/f78fb0548e68839232441636b6d8489ad17c50b5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17729,7 +17729,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/83f5e9df90e96c1af508ad8b4e2cda78c0dae7c4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17753,7 +17753,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/0496ff9d59d514f97c8739004b2b941dd7ca97bf.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17777,7 +17777,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/ed053b32aa2b4453ddc225e45f7f1931f62c7f49.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -17801,7 +17801,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/ce27fcdd85fbf37a953727cdc454f3e504041a31.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -17825,7 +17825,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/1f586827cecc5b1b4d9f60dcaba1e77f4a90c54a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -17849,7 +17849,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/0959137934bd17ea8c95b86120b1c7331e4facc2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -17873,7 +17873,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/e1bd70b33e2d53e3b9bc105a5cad59a76b4c54d5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -17897,7 +17897,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/4078701ed7982e75316b51adb59b6d05c1583aa5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -17921,7 +17921,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/88ff0942922e48b686413cf12cd0fd3510a8b29f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -17945,7 +17945,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/b78f507edd1866cc5b1a7fae8b530da964b470fb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -17969,7 +17969,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/9d80b71ad39b258fb75db804867f189d76ecdab8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -17993,7 +17993,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/90428c9c8cc74d6a3047775637078366994a8e88.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -18017,7 +18017,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/0b90f166412e03fa01b460aa1c8e68f722a47434.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18041,7 +18041,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/6a7281/d5d5467bced8e0eb2174ee42184258634c03421b.xml"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -18062,7 +18062,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afb423/dedfb667190bd564527247550565cdea8ccefd3f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18086,7 +18086,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afb423/e76fd82b8a71085be3a7a2ad96c1ce12522116e2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18110,7 +18110,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afb423/6f9ab7a874b2d555e94957abaec5f6e908b6c206.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18134,7 +18134,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afb423/6e390dfbb555a5b422c6fa516ff7883c177450c9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18158,7 +18158,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afb423/c2b5ac193eb620f96e6f08e80e34c7d8dbda94de.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18182,7 +18182,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afb423/1c9dada7fa918fd9cffdd6d4c3443107aee373f5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18206,7 +18206,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/afb423/bd4a3ee5bbdd3da989ce69c081b90f69f5be2045.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18230,7 +18230,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80f0bf/0d2dcde8931a9083e590034768ae2e0af747491c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18254,7 +18254,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80f0bf/e4d78b5074773ab0cbd8c72732e948c4608f5c9d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18278,7 +18278,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80f0bf/29ea904ef03f14401a7b43a5ffc9b30271697bc7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18302,7 +18302,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80f0bf/968b12b14eb008b424f050ab74277426b2ea81bf.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18326,7 +18326,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80f0bf/b712209d068fff2878cceadf40efe21a3ec4f6d8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18350,7 +18350,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80f0bf/ffa08bb05064fdf4005d0e3baff46b9f7de21336.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -18374,7 +18374,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80f0bf/7d3d7214d9fca81a8a09a819665871a474f85548.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18398,7 +18398,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80f0bf/b5c74f9ddba668623e33e33e3b8f773776f3177f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -18422,7 +18422,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e7aa44/85c98d1402dbc9c68ace2fbf5f063d145b8e5bd7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18438,7 +18438,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e7aa44/dedfb667190bd564527247550565cdea8ccefd3f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18454,7 +18454,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e7aa44/fae177d6e342bce9e0b7ea3dad353d4253bd4e67.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18470,7 +18470,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e7aa44/97850b2083474a9c7b9585c2a1cb16b85b370032.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18486,7 +18486,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e7aa44/ef13bb60f3547081df4e6e0e668ef5497644a734.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18502,7 +18502,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e7aa44/eba170767ac1de0092d33a9bee2c0ecf2ebdfd46.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18518,7 +18518,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e7aa44/1c9dada7fa918fd9cffdd6d4c3443107aee373f5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18534,7 +18534,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e7aa44/7162304a7c27feed90f68fdf4587c94cb47dd300.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18550,7 +18550,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2eb176/85c98d1402dbc9c68ace2fbf5f063d145b8e5bd7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18574,7 +18574,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2eb176/d24c583b4697496be0aba15c259714da93ac209c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18598,7 +18598,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2eb176/3d78bf5e3f2b717595db4df064b0ec542bae0d9b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18622,7 +18622,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2eb176/7cdf59c28089794dbbd75d81f29fb9adb9327cb2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18646,7 +18646,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2eb176/58cd3c1ef1ce88b7878c9e11c4f610486faefbf6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18670,7 +18670,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2eb176/3a018f7d638bd2993d176f341edaee79fda3d55a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18694,7 +18694,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2eb176/ff5548c1341eb4edc32a87d9a018d425a5a065e3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18718,7 +18718,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2eb176/06b6ada6383efa2ffeaf67370b177090dfcdf5e1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18742,7 +18742,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2eb176/d58c6252f96771666f71a65d199316108e709edd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18766,7 +18766,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2eb176/eba170767ac1de0092d33a9bee2c0ecf2ebdfd46.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18790,7 +18790,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2eb176/381f800e41c8f1e72f1164ff0877bbb8446dc55d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -18814,7 +18814,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aaa1bf/2b0af09bd403a24ec65f43c1483c1ecee7107d60.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18830,7 +18830,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aaa1bf/e4d78b5074773ab0cbd8c72732e948c4608f5c9d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18846,7 +18846,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aaa1bf/0d2dcde8931a9083e590034768ae2e0af747491c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18862,7 +18862,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aaa1bf/b712209d068fff2878cceadf40efe21a3ec4f6d8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18878,7 +18878,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aaa1bf/ffa08bb05064fdf4005d0e3baff46b9f7de21336.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18894,7 +18894,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aaa1bf/7d3d7214d9fca81a8a09a819665871a474f85548.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18910,7 +18910,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aaa1bf/b5c74f9ddba668623e33e33e3b8f773776f3177f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18926,7 +18926,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4c31df/0d2dcde8931a9083e590034768ae2e0af747491c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18942,7 +18942,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4c31df/3e93253107ce18a6170206bb287f03b1e3497c40.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18958,7 +18958,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4c31df/f9af87d3dbc0303b261e0552b32067a7513263cb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18974,7 +18974,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4c31df/968b12b14eb008b424f050ab74277426b2ea81bf.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -18990,7 +18990,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4c31df/b712209d068fff2878cceadf40efe21a3ec4f6d8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19006,7 +19006,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4c31df/53b7029c408c7c90f96555b1380dc40c01b8065e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19022,7 +19022,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4c31df/7304f139186bd32c195aac6201d64174c0063c64.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19038,7 +19038,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4c31df/7c96453dfa5053b4a1b9ee1ed1270167522b1c37.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19054,7 +19054,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4c31df/ffa08bb05064fdf4005d0e3baff46b9f7de21336.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19070,7 +19070,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4c31df/ac8baf8eb7fe7a8a6cd88e956797e438257a6d96.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19086,7 +19086,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4c31df/b5c74f9ddba668623e33e33e3b8f773776f3177f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19102,7 +19102,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/efbfc7/fd32eba89caf3d650173b950eca075414f205494.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19118,7 +19118,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/efbfc7/18adb94ce561c2d1f29dec32d91f3dd39a8e45b2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19134,7 +19134,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/efbfc7/337477ac8e969c4d134079babf891b0f1fd33eba.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19150,7 +19150,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/efbfc7/a17f7d747d85f4a7e1f071b6278e7234e445ac13.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19166,7 +19166,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/efbfc7/9f538bf383d5cffaacb52ef47102b7b00ac9b5f4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19182,7 +19182,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/efbfc7/8f0a05348afb0a218f3934157dad1b4d1673ea6a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19198,7 +19198,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/efbfc7/37668beb45f00408309f73569e36e63dc9327620.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19214,7 +19214,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/efbfc7/7e37318b6f7708dd98b0a86e72c501eeaf6ef721.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19230,7 +19230,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/efbfc7/49cc7da7458fa7eb1033fc6e0f12e4a6a6d70803.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19246,7 +19246,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/efbfc7/5345dc33f3218e816b0ef0ce8fd62985ef2a71ce.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19262,7 +19262,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/efbfc7/0d1564a1311c77d8693a9f839e1d752df501d441.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -19278,7 +19278,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/3e12e1/fa30de1d9c2d3a313f7f18bc4e2cf6843ea10a89.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -19302,7 +19302,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/3e12e1/01ade7567b9b4be243f4b693e30071596c2f515f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -19326,7 +19326,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/3e12e1/be05e4899572cc95d2a56d058ef873f90a979fe2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -19350,7 +19350,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/3e12e1/61c51eb3361b472d8bd7cecd205db7bf895f484f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -19374,7 +19374,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/3e12e1/14be25f3e1bf5dd66841605f10bd5506a11ba99b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -19398,7 +19398,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/3e12e1/d35162650d0b57b9dd2f8ff15a2103c21f194333.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -19422,7 +19422,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/3e12e1/722992ea933164b6d6dbe5eedc21e6ea5fa42262.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -19446,7 +19446,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/3e12e1/ecc29b73e37b6a125b3fd9767068dcaa368d467a.svg"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -19467,7 +19467,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cf77f2/fa30de1d9c2d3a313f7f18bc4e2cf6843ea10a89.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -19491,7 +19491,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cf77f2/36f679b6844299beda3f720e0d94cabdcfa122ba.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -19515,7 +19515,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cf77f2/9eb0cf411e23f4457a013123e3066e2bfa4652da.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -19539,7 +19539,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cf77f2/235a899f291a8dbcd536b439728c2af509c8f1d6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -19563,7 +19563,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cf77f2/758c009716931b1a14a1215eda5d4f9d72135aaa.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -19587,7 +19587,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cf77f2/1d5d46b8e4ca30cf0683a417dc4edd57887b9889.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -19611,7 +19611,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cf77f2/c039d5c0794751aa5944724b45df214c0e8cc827.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -19635,7 +19635,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cf77f2/1c8d17ef6a69be1bbc5b28f432d2b7192e0f65c9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -19659,7 +19659,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cf77f2/07c0b535c3c68a3deeb9fde43c4ba5aca09fb94e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -19683,7 +19683,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cf77f2/7fdb66e34b6c6b106fd371183e682721c3735031.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -19707,7 +19707,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cf77f2/f937af9c794522e5f421d5cfc3937d34fad2a9e7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -19731,7 +19731,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cf77f2/ac55a162907e372577bb09a3fbebf252aea90e64.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -19755,7 +19755,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cf77f2/55a6cc3efc35180844d75a9f207b456373b1435c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -19779,7 +19779,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cf77f2/ecc29b73e37b6a125b3fd9767068dcaa368d467a.svg"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -19800,7 +19800,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b33eff/0b392e6774d063a24241c3629113909e98c98607.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -19824,7 +19824,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b33eff/405d1e8fb50b36ae53c655c228126a078e591d3b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -19848,7 +19848,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b33eff/4fa1ac6e6c6c65a3cc17e144823e45ff30f428bb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -19872,7 +19872,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b33eff/32ee0d96f92591c1e34db35754117daaf75a5005.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -19896,7 +19896,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b33eff/388f97562ae3b7e3aec7ad6305df36a91b68cf77.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -19920,7 +19920,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b33eff/146e4d5a7a70d4e426724a42fac369fb0a321a0b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -19944,7 +19944,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b33eff/0476fbeac29bee2ad56456947c57d488845d3e77.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -19968,7 +19968,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b33eff/c59f09b11f0743c523cc63ae3c827996889fa32d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -19992,7 +19992,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b33eff/b8d71ae629b704bd374b0a2dcde569bd108c848e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20016,7 +20016,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b33eff/5cde20e2acab8991c299a317825201af48bf5736.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20040,7 +20040,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b33eff/65f069d9d7d5a75562917c80ab7334b2914f42f4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20064,7 +20064,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b33eff/e228ac70387fe286917bce3028ae311269ae2f35.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -20088,7 +20088,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c249d5/0c6bdb9bd6aa5ccc33b456cd8ca3ad6407ae7f2e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -20104,7 +20104,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c249d5/5f2b3006260d42e4b1ecab252e13a3cf6dcaa151.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -20120,7 +20120,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c249d5/69ccd16f145617a2c1a8c1988e65730dab3309d0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -20136,7 +20136,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c249d5/86eae98d063a0e3c7ed92d2708b1c8e29ae3e8e9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -20152,7 +20152,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c249d5/2694ab357e8e65b63d04049518396248d45b8091.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -20168,7 +20168,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/7677a9/0c6bdb9bd6aa5ccc33b456cd8ca3ad6407ae7f2e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -20184,7 +20184,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/7677a9/97bfdaeddce617521aa5ea3e1f26449f21048685.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -20200,7 +20200,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/7677a9/491d1a634215dd07b1ac48d8e6edcf2aafff1d74.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -20216,7 +20216,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/7677a9/2cad7ce1a800c77cfe9cf5798f4fe842d01c8ac5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -20232,7 +20232,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/7677a9/66dc2996d42b9dc2a5488716d8505186272d2a5b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -20248,7 +20248,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/7677a9/2694ab357e8e65b63d04049518396248d45b8091.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -20264,7 +20264,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/047fe0/c67821f1bd796c8dcabd5fd32c647780fa324e27.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20288,7 +20288,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/047fe0/9b25d8065dc0ba59bf1c282efb27dcd81298fed4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20312,7 +20312,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/047fe0/8e7af0a95841a94b2d1dbee0860b4719c2085945.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20336,7 +20336,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/047fe0/33fcbdf68c75e943ae8d5de5263727aab10d69da.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20360,7 +20360,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/047fe0/7dbc8fc06d40789fd72f5987a5fe5b4f6f19bb17.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20384,7 +20384,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/047fe0/b1f24e66c3ddbef136ffacb10264a80109fa6d57.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20408,7 +20408,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/047fe0/f8146acb3179c3ac33f415443099748f7d859e29.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20432,7 +20432,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/047fe0/8b97b5f8afb0bc447ced6a081d3a9c1dd2152c67.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20456,7 +20456,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/047fe0/4f112d2707661d579bb0e364ef6241ea6217d3e8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -20480,7 +20480,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/047fe0/7505d097f7d59d71dc7eb8f7ab82c5682def54d4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -20504,7 +20504,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/047fe0/81d501e52085d9e5712e241bdd24708e7cb4a301.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20528,7 +20528,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/047fe0/929079705b1789667853e023b818eb4101630700.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -20552,7 +20552,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/047fe0/4e34cac08353c5383b8743bffada2aaf3a780149.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20576,7 +20576,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/047fe0/ecc29b73e37b6a125b3fd9767068dcaa368d467a.svg"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -20597,7 +20597,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ye5d6e/235a899f291a8dbcd536b439728c2af509c8f1d6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20621,7 +20621,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ye5d6e/758c009716931b1a14a1215eda5d4f9d72135aaa.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20645,7 +20645,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ye5d6e/1d5d46b8e4ca30cf0683a417dc4edd57887b9889.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20669,7 +20669,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ye5d6e/a800d2026c8f10593cb62aac798d3c11156445c8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20693,7 +20693,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ye5d6e/f75c1d3e3e4d3ef33020e90c115c6f4245170486.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -20717,7 +20717,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ye5d6e/20d2b672d6e08fe0803a643368c8cf174e412273.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20741,7 +20741,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ye5d6e/b0707d538c73d1981fe41f2c6fccea8d2c1c3d16.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20765,7 +20765,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ye5d6e/bc993393eba0a7f07e3eb15a69df1a93243309dd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20789,7 +20789,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ye5d6e/6fe4061a223f0fce63b8cd8b5aae1b05438f10cd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -20813,7 +20813,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ye5d6e/8c1d5e197106ae2949afe70e93179cff2a2b99a1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20837,7 +20837,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ye5d6e/91f4c9b8d66b5a30867b3eb329701acc604d79b9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20861,7 +20861,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ye5d6e/ecc29b73e37b6a125b3fd9767068dcaa368d467a.svg"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -20882,7 +20882,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b40fd1/9eb0cf411e23f4457a013123e3066e2bfa4652da.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20906,7 +20906,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b40fd1/6857e600eac289c0c62a895c37587a2a929b057a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20930,7 +20930,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b40fd1/1f5a04fcf51ccae18f823604bb35cf6968bd763d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -20954,7 +20954,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b40fd1/4f112d2707661d579bb0e364ef6241ea6217d3e8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -20978,7 +20978,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b40fd1/fcdd27815e78ba3f3e7420cf1a6b503fd2e610c5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -21002,7 +21002,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b40fd1/2ae36916d2c4679dcfc4707d92f1fc2279972c12.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -21026,7 +21026,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b40fd1/8194fbeb6a60fa3b6484916de2eee4e9978d9521.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -21050,7 +21050,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b40fd1/ecc29b73e37b6a125b3fd9767068dcaa368d467a.svg"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -21071,7 +21071,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/off6ek/ec40c0a032b11cabc03d71b6884ab9b85ee160ad.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21087,7 +21087,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/off6ek/df9260fddb4d08ca0669bea363828d089b36317b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21103,7 +21103,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/off6ek/5532e66ea71ed1f352f9911e224cbf290c7cc8e6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21119,7 +21119,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/off6ek/53d05e6fdcc63ff61ef1e5ea8454eea318aa038a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21135,7 +21135,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/off6ek/61c507e0aab456cce20538400fc1067be37953a0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21151,7 +21151,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/off6ek/5b88bdc5f7d936eaa1fdd2f5f8fdd4022548d5ac.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21167,7 +21167,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/off6ek/ffcbd35493c91b4d8ee42c3a7fba9c2356144257.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21183,7 +21183,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/off6ek/d00a83015b309b51bebfc2c85f62488daec3a5d1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21199,7 +21199,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/off6ek/895a754e85f4fbc8e11cea52295381f41eb384ca.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21215,7 +21215,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/off6ek/433bdbdd7078af3ebddd933a3b1352c2d162b224.svg"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21231,7 +21231,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/off6ek/1aebc3e73c262d1417cfffd8c6e50cfb5fc37f82.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21247,7 +21247,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/off6ek/cc8b4db7f82f4095bc010311b00c73091e427302.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21263,7 +21263,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/off6ek/39063a3b4d2872cbadefc9e252d0492ba44ff74f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21279,7 +21279,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/off6ek/9fa4aaa2575cccf2f83db23b8a66a584cee96486.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21295,7 +21295,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80af7b/96eb4b26010e8c598cb659108dbc34ca0abd82f9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21311,7 +21311,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80af7b/fb76f71a94bf95f5cfef22f3db6655e7b0a57b0c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21327,7 +21327,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80af7b/4b93a866e14ad4c9ed8efa13c080a1e05350fa2f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21343,7 +21343,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80af7b/ab24c77ed9daefc8fa1650aedf0d1c6438460243.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21359,7 +21359,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80af7b/e3902f01b8589702925be6d97f9542895ef3c76d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21375,7 +21375,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80af7b/b92b5214d2b2214b89fb9812b389536759701790.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21391,7 +21391,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80af7b/f5ea9fd3b681971b2af4953fae9bb2d319a203c6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21407,7 +21407,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80af7b/d2f5325f3fd5ddde38cd677a5ca36ba0d762fb84.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21423,7 +21423,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80af7b/0ec0e93e7f8ffca39e1eb58a4a8503f1bd4cb145.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21439,7 +21439,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80af7b/7dcc4ae00712889d448ecbcba200e032dca59bf0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21455,7 +21455,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80af7b/8fba3918b361f251dab4c19bec8eddc5624218ee.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21471,7 +21471,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80af7b/62fd24e73ea55f55ad45de392128a816a6f03526.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21487,7 +21487,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80af7b/16dddd8ac5c419caba2c709b1b1f49cc5759e63c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21503,7 +21503,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80af7b/6e3dcc2f3612826dd3d8589c4e2951ad7a3e4dd7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21519,7 +21519,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80af7b/9d47dcc67abbcb177876ce082ae073947cc7135d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21535,7 +21535,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/80af7b/30ffb2991af4d1727223409c9f1235e44acc1c13.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21551,7 +21551,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ebe86a/ab24c77ed9daefc8fa1650aedf0d1c6438460243.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21567,7 +21567,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ebe86a/e3902f01b8589702925be6d97f9542895ef3c76d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21583,7 +21583,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ebe86a/b92b5214d2b2214b89fb9812b389536759701790.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21599,7 +21599,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ebe86a/7dcc4ae00712889d448ecbcba200e032dca59bf0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21615,7 +21615,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ebe86a/8fba3918b361f251dab4c19bec8eddc5624218ee.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21631,7 +21631,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ebe86a/62fd24e73ea55f55ad45de392128a816a6f03526.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21647,7 +21647,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ebe86a/b20beca9dd7d487092cafcabce8c2b194896bc47.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21663,7 +21663,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a1b64e/96eb4b26010e8c598cb659108dbc34ca0abd82f9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21679,7 +21679,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a1b64e/fb76f71a94bf95f5cfef22f3db6655e7b0a57b0c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21695,7 +21695,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a1b64e/4b93a866e14ad4c9ed8efa13c080a1e05350fa2f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21711,7 +21711,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a1b64e/f5ea9fd3b681971b2af4953fae9bb2d319a203c6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21727,7 +21727,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a1b64e/d2f5325f3fd5ddde38cd677a5ca36ba0d762fb84.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21743,7 +21743,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a1b64e/0ec0e93e7f8ffca39e1eb58a4a8503f1bd4cb145.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21759,7 +21759,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a1b64e/16dddd8ac5c419caba2c709b1b1f49cc5759e63c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21775,7 +21775,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a1b64e/6e3dcc2f3612826dd3d8589c4e2951ad7a3e4dd7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21791,7 +21791,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a1b64e/9d47dcc67abbcb177876ce082ae073947cc7135d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21807,7 +21807,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/a1b64e/30ffb2991af4d1727223409c9f1235e44acc1c13.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21823,7 +21823,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cc0f0a/6b256544fb761a04ec863859b1fe5a5c84d096af.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21839,7 +21839,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cc0f0a/1a9ad651245309194777d426823bbd4ad9aade7a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21855,7 +21855,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cc0f0a/181fba1970041478bf4466ea3e16cb82178404d1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21871,7 +21871,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cc0f0a/39a5a085f5d5455d67ba73e192d936b2fc9b366e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21887,7 +21887,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cc0f0a/b0b11b83ebfd0d8ce9d2261ad4efe2a738fa670b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21903,7 +21903,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cc0f0a/886f79117b8bf284c124c689233842e81b7cf2e9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21919,7 +21919,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cc0f0a/9b967559ff2691dc30436766f53feea55447b348.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21935,7 +21935,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cc0f0a/1e52060759a535934176a5a981446066aad6b31f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21951,7 +21951,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cc0f0a/fa5104f9bd07fe52813d7e511c3cc87c4c1cf232.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21967,7 +21967,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cc0f0a/649946098faf6f36b8232ea74fc3bae3cf8997e7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21983,7 +21983,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cc0f0a/2f1d964151ff5269a6027371956ee3b4a4a23fe7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -21999,7 +21999,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cc0f0a/1d7c2f68ba65c3d81cb8a858f52be30d48a296c3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22015,7 +22015,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cc0f0a/a83b1482ac89fb3906b839092f6118525d868967.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22031,7 +22031,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cc0f0a/e3debccdca560d85dc223b86e9355db89b505350.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22047,7 +22047,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b49b2e/25cb1d68473c174a3f3e464704de6826b7aabdd4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22063,7 +22063,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b49b2e/8a83ca44601cb4ab173c388413df9649c8aac11f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22079,7 +22079,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b49b2e/14faa79c92b5e281d8694f8a18ec00ba0c11da6b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22095,7 +22095,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b49b2e/14ecbd9d655c833f5f9c5ee9563c472faee663c4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22111,7 +22111,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b49b2e/910c8881245425846a502b38758fff7db5c213ef.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22127,7 +22127,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b49b2e/fd12fb78f149251c49409189ee65a041c7d03ec5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22143,7 +22143,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b49b2e/79cce8d89309bea03e122d2917d340a525db4de0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22159,7 +22159,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b49b2e/acae544ba63bf9c71988fb67d491c7d404164f52.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22175,7 +22175,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b49b2e/6000a70ba2da9a828fa9c817ae6a0d2c092522fb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22191,7 +22191,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b49b2e/d76e8834b616356b2803586a8fbd0825a84e3fc8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22207,7 +22207,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b49b2e/69658c922aa926b0b8e4e1f113620c1dff5d64a9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22223,7 +22223,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b49b2e/6b63f3bcb8cfa7d388c35ebe82cedf6111e3c8f6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22239,7 +22239,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b49b2e/b67b5eda7529c918280b442609e5b7d59c57317b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22255,7 +22255,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b49b2e/26d71f03f10bc14b28212699eddafe17adafc6b8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22271,7 +22271,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffd0e9/0ac909cfd0a0200a97cca3107011fe1e1c08ecc8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -22292,7 +22292,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffd0e9/73050f33875bf32ae13733b96d0408b6b255e4a1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -22313,7 +22313,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffd0e9/f55422cabb0efc3a6491733c849306bfea1b1c9c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -22334,7 +22334,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffd0e9/bd1a62830ac1d9800078f26866da433781f9c85f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -22355,7 +22355,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffd0e9/e62fd17ec8a90b871727e871d5136fc785ca13ad.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -22376,7 +22376,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffd0e9/5655cd127e7f8e1e9306b1858e2bc018392564b3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -22397,7 +22397,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffd0e9/d37f6335303b2a57c3f81d1d602287952f27ab8e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -22418,7 +22418,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffd0e9/c01940d4367bd13fca88f88c10c2a97bc243606d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -22439,7 +22439,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffd0e9/623ac29716a01c2888ff9bc94bdbca9fd18296e1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -22460,7 +22460,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffd0e9/cc22b9130f7d1963b38975576e11d035ef44e13c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -22481,7 +22481,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffd0e9/937a207d1054feada41871a2fa88257d1345bda4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -22502,7 +22502,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffd0e9/7c593a17ea2affd0b822f3e66b9e804f00529f0a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -22523,7 +22523,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffd0e9/0bf7d49ddf99066b816fe42e5cd827a15c7ad24d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -22544,7 +22544,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffd0e9/8f610518a287c932742748371cd51d543bb506f9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -22565,7 +22565,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffd0e9/ed1daf488ef94f266fdd2a4c6c4ed016024beb14.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -22586,7 +22586,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ucwvc8/96785fb73282803fa4ca791ffdc0c3bc46b90702.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22602,7 +22602,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ucwvc8/cd7898c9fcd7d06565cd55393310c2600ffc070f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22618,7 +22618,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ucwvc8/5f654ecf0b7a0af4d0ba120a5cd1db2761ffa79c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22634,7 +22634,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ucwvc8/a67210a4d3e4db840309518c1ec557459b709206.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22650,7 +22650,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ucwvc8/b1a2ce0c3435765e96d31a3262f1ed8c1d92f817.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22666,7 +22666,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ucwvc8/6616b9ffd712e7789c50b01da8420fd665786677.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22682,7 +22682,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ucwvc8/61b97f487132c7aca3dd9787e9ff1454903d45fb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22698,7 +22698,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ucwvc8/c4eaf50df4fa37f931374c74ac369a018b780ec6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22714,7 +22714,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ucwvc8/864ccfb9bdb2c7f797602c5e4f25d1a0ad2aad7c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22730,7 +22730,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ucwvc8/1b73557d29073ecd327790ca1a6e343b4395b2ab.svg"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22746,7 +22746,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ucwvc8/941efb7368e46b27b937d34b07fc4d41da01b002.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22762,7 +22762,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ucwvc8/dbc6a8459d78e618aab31e7051b4ce69b59c7f2f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22778,7 +22778,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ucwvc8/80e6225b051ac34c23c7c0ede7d28d426d1be084.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22794,7 +22794,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ucwvc8/0f73e7179e17f050380f0ea350d2551611820fd5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22810,7 +22810,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ucwvc8/b64d767d873269ff00966630e34ab198fc24368f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -22826,7 +22826,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/08c5575023e8bf16caabcf01a1c8d40fe6ecaf94.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -22850,7 +22850,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/08c5575023e8bf16caabcf01a1c8d40fe6ecaf94.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -22874,7 +22874,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/40e3400d782be79d036ea5119ff231acb7884f21.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -22898,7 +22898,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/f8d3c1afa946cf4fc97ef799aad6d9d090de6e8f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -22922,7 +22922,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/380a799833429075d0e99667d1e0021008aab386.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -22946,7 +22946,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/380a799833429075d0e99667d1e0021008aab386.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -22970,7 +22970,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/72d5c95606c82e7570f3496c4cc02512b639aaf3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -22994,7 +22994,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/72d5c95606c82e7570f3496c4cc02512b639aaf3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -23018,7 +23018,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/5741786806bd13c329e3681a0e16f4ed326d7fee.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -23042,7 +23042,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/5741786806bd13c329e3681a0e16f4ed326d7fee.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -23066,7 +23066,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/1fe7e9b43510e6e25007a67611a5a0ace14c1fd0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -23090,7 +23090,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/1fe7e9b43510e6e25007a67611a5a0ace14c1fd0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -23114,7 +23114,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/0b43ded650d5794255c23f97f2f1a39d9a19be4b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -23138,7 +23138,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/0b43ded650d5794255c23f97f2f1a39d9a19be4b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -23162,7 +23162,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/96600720258c71d467d82fda5d6d0037b7780ec3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -23186,7 +23186,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/96600720258c71d467d82fda5d6d0037b7780ec3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -23210,7 +23210,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/21d4d4b931e9f06b5c4a008cb1989aa195c107b6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -23234,7 +23234,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/21d4d4b931e9f06b5c4a008cb1989aa195c107b6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -23258,7 +23258,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/c1cc2a71e88c5fec2bc41175d63339404747bf00.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -23282,7 +23282,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/c1cc2a71e88c5fec2bc41175d63339404747bf00.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -23306,7 +23306,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/ac65ce86f38bce79d12b797567bb8d85875aab88.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -23330,7 +23330,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/4d33680e81b31e47fc46d3b6543cc050e369525b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -23354,7 +23354,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/486f868f7a1f41507a2bc214eb94087a8e906b4c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -23378,7 +23378,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/486f868f7a1f41507a2bc214eb94087a8e906b4c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -23402,7 +23402,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/3482a8bfa5017d02f2fc3d8a01560837b23ee9dd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -23426,7 +23426,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/bca9ffacff48445c9e4439b0611b4470c370e6ee.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -23450,7 +23450,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/bca9ffacff48445c9e4439b0611b4470c370e6ee.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -23474,7 +23474,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/5aae37ddb5b9d51a41f090581101c1e6a4ee1763.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -23498,7 +23498,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/2c65e532caf63bbf142e3bb8310f282366343ebb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -23522,7 +23522,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/8d7d93263c8a22831292a0ac15ed4734d6c63b3b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -23546,7 +23546,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/497ad0044eedbb3a36326f153147a271f1619c71.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -23570,7 +23570,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/f686e5e01a34866c49dabed05e5a840873c3c708.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -23594,7 +23594,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/8f35b76114d0dd59fcd78d46c7af113838cc99ea.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -23618,7 +23618,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4b1c6c/ab3046bbe77ef23bb7b5ce9f79f53230e0a6a7d0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -23642,7 +23642,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cae760/fbf477c0e122dc4c283cf7b9a5cb7c2802f6e4c9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -23666,7 +23666,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cae760/4075167ff3009336f6b8e87774a297de217a09b5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -23690,7 +23690,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cae760/99f10671a6d11813673cd05b0a0c82169c3ec821.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -23714,7 +23714,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cae760/bbbf921f8ee99ea733ef46b1e28c833ae5212abf.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -23738,7 +23738,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cae760/c7e0fce611f126d32f7e10200fdffd4cb5b5ceec.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -23762,7 +23762,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cae760/5090c2468b8947fdab34a7537029658f022e983b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -23786,7 +23786,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cae760/0a18c94e7b8bd8d0a54c14acbc56958918fcad2b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -23810,7 +23810,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cae760/ee525eaa03d462065eabd24ad6fbe0ab78fdb04e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -23834,7 +23834,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cae760/555b35aa0e1cba408f86a4cc85cb5f0101627093.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -23858,7 +23858,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cae760/77075e0f50c9b77457d90450bc31c0fae372dbaf.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -23882,7 +23882,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/cae760/058668cee446d08989bf24d5ce3413dc2cda9975.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -23906,7 +23906,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0va7u6/6e6a506352542f40f4fe08a805ce736e89b46b06.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -23922,7 +23922,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0va7u6/48f02a3a361b09761b70fe85571ce0fe55b62e18.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -23938,7 +23938,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0va7u6/e5e36c1efa1c7d7f350ee94c220b58944a62c1d2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -23954,7 +23954,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0va7u6/372b4acc620b897e8fa5e22607121407399f5e07.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -23970,7 +23970,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0va7u6/28b2597a08ca7a6fd85a273b484b599c04a03f1a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -23986,7 +23986,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0va7u6/74e69f0f02fd050e3b3bde3d1e81ca7fbc04670a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24002,7 +24002,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0va7u6/00a1b04016513662a754e5114d0efbbd98ba58c8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24018,7 +24018,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0va7u6/671c8b76af94397191ae1ed8b6fdeacb3658509b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24034,7 +24034,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0va7u6/80ff3d6a9f2de0b2b9f179a13d91d47ce8c9ab26.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24050,7 +24050,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0va7u6/45041ac39ebf8f9d8ff642ea0bb56e947f0ac76e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24066,7 +24066,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0va7u6/bf023941401d04f61ce739ee10fcc15f87d298a7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24082,7 +24082,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0va7u6/e1d4ed7556dabfcfde47aaf4cd0861e0fdf585d9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24098,7 +24098,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0va7u6/6a7f199a37309ccab08941b0bc64e182770c29ac.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24114,7 +24114,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0va7u6/68dc6c98d514826f67cf700d1a5c7d449061b9ee.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24130,7 +24130,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/0va7u6/5b1f5cf021116b02ca9a1846b18fa3e48860646b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24146,7 +24146,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/9554e68de401c2912fd4895b6c062cd5ec2734b2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24162,7 +24162,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/2a5ee04e97e798e6e08c3afb92f3b44d49ac13fa.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24178,7 +24178,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/57982b4d5dad90f3f2c06d5e0233694c46842bd0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24194,7 +24194,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/736b18e695a44e19b8acc1a858262b4b9309c2fc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24210,7 +24210,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/59911c86fd770ba2c98dc1c669f9003c2c7e71ac.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24226,7 +24226,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/e5b8fa7ab66409e7b52b335a8b6aebe11fd78635.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24242,7 +24242,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/5d0c52f3b06b60f712efaa08eb6947f18494c241.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24258,7 +24258,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/9ff50232e74195770418bcfb23c1508dfcef639a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24274,7 +24274,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/0d0061ffdf406f0d9b21aaa00f5d557e4137e0b2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24290,7 +24290,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/6d108d00cc7a54f66547f02d7e7606342b11f801.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24306,7 +24306,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/ebd0080bacb8debc7ad069072240657df38c3e2c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24322,7 +24322,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/f9c84eeeb2ab4f07802f2739786dfda1d8f974a0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24338,7 +24338,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/410778b7d0c30044bfafed29789220f4b7ca98f1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24354,7 +24354,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/921e2bffbdced6b00801da02f7dc674b9ee6203c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24370,7 +24370,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/41452bcdbcb440d3f741c74fcc885a93c68d63ce.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24386,7 +24386,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/918a4aecd343530c1d3d2160b4015a74a5ad55f7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24402,7 +24402,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/5b2b8357b761ba5ad2753c322f3120442b0b8ab8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24418,7 +24418,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/5e61a02512d3de1b3b0c3f32b4f6c30634108e29.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24434,7 +24434,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/a09270ba161c0259b258844551e94c40cdd6b52e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24450,7 +24450,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/e88epe/8ff1c1f8ce6c58b66365fd70f6828a89527874e3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24466,7 +24466,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/78fd32/78034759a1086c7ffa8037b6e6e2327ece4a19d7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -24490,7 +24490,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/78fd32/78034759a1086c7ffa8037b6e6e2327ece4a19d7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -24514,7 +24514,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/78fd32/317de3cc2f864ebdae6e325c9fbc0dbf4947c5c9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -24538,7 +24538,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/78fd32/317de3cc2f864ebdae6e325c9fbc0dbf4947c5c9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -24562,7 +24562,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/78fd32/0128de1beb7862298366680f6920bd3b3874d752.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -24586,7 +24586,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9e45ec/15905a239d6755102be6a60aa152ad963d5b1dbb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -24610,7 +24610,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9e45ec/15905a239d6755102be6a60aa152ad963d5b1dbb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -24634,7 +24634,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9e45ec/8d2baed183149375922c23a9a5f42b52b627d713.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -24658,7 +24658,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9e45ec/8d2baed183149375922c23a9a5f42b52b627d713.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -24682,7 +24682,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9e45ec/fdd3c30f28464b32eb8a1397f70a41dfd3b2cb1c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -24706,7 +24706,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/36b590/e2cc934a42be5a597106214fa0fbcefd6ceac599.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24722,7 +24722,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/36b590/34b98eee090db39d3c703d360e3b8c49d9b8acfa.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24738,7 +24738,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/36b590/baa48e5f5a149f6d4d8038b693477ec94176d5a0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24754,7 +24754,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/36b590/3bb6b76d2dd823e02cace7c6be2a7ebe535d1d97.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24770,7 +24770,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/36b590/a51e05dc7b64d927ff25bc493bb0aa069c963d29.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24786,7 +24786,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/36b590/e76345ab4164567a24c0dc9dece56cee1794dc0c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24802,7 +24802,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/36b590/ddcd6a3065a711139251df4ab4777ae096856c58.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24818,7 +24818,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/36b590/d7863608ff2aab99c43663cb3701c65c28b75c23.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24834,7 +24834,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/36b590/ac63f6ffcb1831a5614e525627822e7a6f15343d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24850,7 +24850,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aizyf1/c7661d61606728f898297f6e69f68af3d5b6c6d0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24866,7 +24866,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aizyf1/9863e3ea603a1bdde28e5b94f8675579e33a16d7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24882,7 +24882,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aizyf1/2eb4856e68c4cf8b3ed55f7d34b08ad4ae8b3fdd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24898,7 +24898,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aizyf1/474db50232349ade7714e41c88af801d1f1e378b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24914,7 +24914,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aizyf1/b2a671d96ac510ccc6e34dd58a141d13bb196508.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24930,7 +24930,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aizyf1/bf3ba787eb7a6819ea1a6adccdfd1f30842ed788.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24946,7 +24946,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aizyf1/e6a7c924092d2351c3a5b4361ccde7917ad23c66.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24962,7 +24962,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aizyf1/771c36b9967faec9926af86041d834b4a108a52e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24978,7 +24978,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aizyf1/b130285915a8ca42926a11553a5791f44b65d487.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -24994,7 +24994,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aizyf1/e64416f9e9792cd76b77ee209a26269d47c3ff97.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25010,7 +25010,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aizyf1/afcf56e62d62b8f69b4a2881475f625a1ed7ecf9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25026,7 +25026,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/aizyf1/ca563b842b32b8fc79ac872f8fc4e799fcf76072.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25042,7 +25042,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/c7661d61606728f898297f6e69f68af3d5b6c6d0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25058,7 +25058,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/9863e3ea603a1bdde28e5b94f8675579e33a16d7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25074,7 +25074,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/771c36b9967faec9926af86041d834b4a108a52e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25090,7 +25090,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/2eb4856e68c4cf8b3ed55f7d34b08ad4ae8b3fdd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25106,7 +25106,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/b130285915a8ca42926a11553a5791f44b65d487.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25122,7 +25122,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/a1e9ff296f0728e180aeb920beacb26bf88ddb12.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25138,7 +25138,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/474db50232349ade7714e41c88af801d1f1e378b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25154,7 +25154,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/e4f70ef2843c6239d0bebe46b97a682bd901e749.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25170,7 +25170,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/4e89fcc7903980482fe12350f864ca75963d6efd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25186,7 +25186,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/b2a671d96ac510ccc6e34dd58a141d13bb196508.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25202,7 +25202,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/bf3ba787eb7a6819ea1a6adccdfd1f30842ed788.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25218,7 +25218,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/e6a7c924092d2351c3a5b4361ccde7917ad23c66.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25234,7 +25234,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/98f0638a038a244b0bde70ff316cde1be7ce9a3b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25250,7 +25250,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/43730455b69439980b95151be477ca594e0d7556.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25266,7 +25266,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/45d884e81c4ef8234cfbd85d259dd6a64685c9d2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25282,7 +25282,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/e64416f9e9792cd76b77ee209a26269d47c3ff97.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25298,7 +25298,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/afcf56e62d62b8f69b4a2881475f625a1ed7ecf9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25314,7 +25314,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/5effbb/ca563b842b32b8fc79ac872f8fc4e799fcf76072.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25330,7 +25330,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/9ccf7853c269dfcc3832333ee3785257fa7b9018.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -25354,7 +25354,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/3a84bd09a817b707c44e3b8af1f710e5a5f41f98.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -25378,7 +25378,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/2594532c9868b1b639214e54380a2e9b2f91243b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -25402,7 +25402,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/6f97807f5525832037d676099a26cde32e519776.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -25426,7 +25426,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/d6b244548c375ed83a8f3fb60193ed66442e7c68.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -25450,7 +25450,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/11e8780590560ae2acdf79d708b541ca0666def5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -25474,7 +25474,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/4b5fcfab90a85fabcfffb143e0c886236f360d6c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -25498,7 +25498,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/39078d73e0c274100c3518259a3e30fe52ecd3b3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -25522,7 +25522,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/1e657a8e23e1ec1f52032bc68d5403cea50bc003.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -25546,7 +25546,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/b9f1dad8a8d15e046de4628e8d4e29d31b950048.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -25570,7 +25570,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/2283add5996728d458e4b6a7376071b354744a19.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -25594,7 +25594,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/e339e9e7b77f88ce8041dba8e672a618f515df84.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -25618,7 +25618,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/f34241fb3e5b4e23fa3813f2f29ddb7227a79c65.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -25642,7 +25642,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/2bb9bd2d4cc0781427cb9ebaed949695a016afc0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -25666,7 +25666,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/578b693f3a1818b17b0bd678b75750e2824dff09.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -25690,7 +25690,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/71d6745fb37e3348784179c751be9af0b997fa5b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -25714,7 +25714,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/a9c292b40ed314545cf73b58a2496f47a268592e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -25738,7 +25738,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/a67cf3bac5c43ae2c280736f9c86f57457c35537.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -25762,7 +25762,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/547d69dca1d88658ee7036136b8cd29e05a28823.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -25786,7 +25786,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/45ef0c588326ff9dc7efc883da3b651163384032.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -25810,7 +25810,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/45ef0c588326ff9dc7efc883da3b651163384032.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -25834,7 +25834,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/b20e66/bf3cbb86a637d04ffea4fd63bb2430b639ebcdca.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -25858,7 +25858,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/c6927fede2d5da439b2d346f39d2ec8980212b31.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25874,7 +25874,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/e0d32d9583b2b545ca76295cff78e016a44854b6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25890,7 +25890,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/91abed1247fb6c9314457a6738343493056fe3bb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25906,7 +25906,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/8e6c190e0d2ba8f37707910bd1b984b6885ab548.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25922,7 +25922,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/b55973d2f813b2fa7d0841202c13f65e41ca8823.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25938,7 +25938,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/19d5c2888e4434b3e0fb2d9ea5818808e8380422.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25954,7 +25954,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/fb1e5016cd1630a2839dc7d70d503babd2ccfefc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25970,7 +25970,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/0c9cee5afaadc35a08ce533448f02b50d6526eda.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -25986,7 +25986,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/228c0a3d78557fb48a855d6733d50848a86f0d62.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -26002,7 +26002,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/8d14f906398220f1ba52ef34b7f8e40d654312bd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -26018,7 +26018,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/109577c05513f09ec5360d02ef463d7f5350578c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -26034,7 +26034,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/fdc1c4461c1b874a94df693c72a8483cb39a8aab.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -26050,7 +26050,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/0a465c71c47198030c8212fdd1122e35e06c4ee0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -26066,7 +26066,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/547d69dca1d88658ee7036136b8cd29e05a28823.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -26082,7 +26082,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/4902c330569df88302c98581dcd6c1a449e72783.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -26098,7 +26098,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/3d342b4c04e69cdfaa26d6258275ec9807903d56.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -26114,7 +26114,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/ea07736554f372e47c098f3cb946d0bbbbd22d82.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -26130,7 +26130,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/a799c111fc2dd2b2e6dade9bf227790d8cb33f68.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -26146,7 +26146,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd3a94/58087cbeb108ebf723ffc232c9996123a6eb168b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -26162,7 +26162,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/6a414a1455a58e4505d7c550486d628f0fd80fdd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26187,7 +26187,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/6a414a1455a58e4505d7c550486d628f0fd80fdd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26211,7 +26211,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/24a98a3ff6a69e073f768bb198671ea6a1c4568a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26236,7 +26236,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/24a98a3ff6a69e073f768bb198671ea6a1c4568a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26261,7 +26261,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/24a98a3ff6a69e073f768bb198671ea6a1c4568a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26285,7 +26285,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/24a98a3ff6a69e073f768bb198671ea6a1c4568a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26309,7 +26309,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/ecc787569c06640f3748ae90e2b57fb51c1e22d8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26334,7 +26334,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/ecc787569c06640f3748ae90e2b57fb51c1e22d8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -26358,7 +26358,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/d0672e81d17313f7ef156f3bc6e43c68143a5f45.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -26383,7 +26383,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/d0672e81d17313f7ef156f3bc6e43c68143a5f45.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26407,7 +26407,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/b8aad77e3ff2fa8d0272fac5362566ff79afad7f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26432,7 +26432,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/b8aad77e3ff2fa8d0272fac5362566ff79afad7f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -26457,7 +26457,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/b8aad77e3ff2fa8d0272fac5362566ff79afad7f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26481,7 +26481,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/b8aad77e3ff2fa8d0272fac5362566ff79afad7f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26505,7 +26505,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/3761ce87e64549073f62df26071fbde9850e649e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -26530,7 +26530,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/3761ce87e64549073f62df26071fbde9850e649e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -26554,7 +26554,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/c73e036ba88dbbedf6b6a90b69328208eb1e14d0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -26579,7 +26579,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/c73e036ba88dbbedf6b6a90b69328208eb1e14d0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -26603,7 +26603,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/31864b9243c7565e802c6b4f36faed5861a631d3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26628,7 +26628,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/31864b9243c7565e802c6b4f36faed5861a631d3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26652,7 +26652,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/e6e51895cab42ee6adf2ade5b654808d830e673b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26677,7 +26677,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/e6e51895cab42ee6adf2ade5b654808d830e673b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26701,7 +26701,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/a32834c94a9dd1869e22ccfb0b7b753648c8d469.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26726,7 +26726,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/a32834c94a9dd1869e22ccfb0b7b753648c8d469.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26750,7 +26750,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/c3cc2e9d19259f7a7ffa99818ac44d034127f01f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26775,7 +26775,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/c3cc2e9d19259f7a7ffa99818ac44d034127f01f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26799,7 +26799,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/1846b9116a8563e653cee40753b4c904696851f9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26824,7 +26824,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/1846b9116a8563e653cee40753b4c904696851f9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26848,7 +26848,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/0dcdacefc963adfbb2d3493e5468f8f12f0ac6de.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26873,7 +26873,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bisz58/0dcdacefc963adfbb2d3493e5468f8f12f0ac6de.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -26897,7 +26897,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/6edd8b8ec9bb14d8f35763e549f01cc21b3ef161.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -26913,7 +26913,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/e871d671f9e22112d76505e07c6297f1605a844d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -26929,7 +26929,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/5c97d7f0e034132669260719d7ea5ae899990ad4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -26945,7 +26945,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/432e113b02825ed7fcfaac362f32aa6daa44a915.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -26961,7 +26961,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/82e2fbab97b00d55b198c4a2b8914341a2ea1131.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -26977,7 +26977,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/09eef7b7b29e82e2902cb09afe8102af365276d4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -26993,7 +26993,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/d9e9bc689ec574b6788279af9e433a0abd4a2c62.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27009,7 +27009,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/1f4772b7324aedad632f34d1158f349f00812db0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27025,7 +27025,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/4b4ad8012cb0399cf60658adbdfebfc09b5dbbf3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27041,7 +27041,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/f435059abb93ebf8727962b7601eae3cacad532b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27057,7 +27057,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/dcc4ce96f7930eae43e20af69cb33038b64a2f4d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27073,7 +27073,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/4be9e2292ade4f8d8c3eae6f6765ac365a9eba74.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27089,7 +27089,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/ba67863826af41061dd4e55c5ad1fe4a5d741092.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27105,7 +27105,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/b1ea0d4d1bb1b2edc85aa84e424b57d5545c705d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27121,7 +27121,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/d76ef447c5266fed36f05cbe00cf2a11b649f652.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27137,7 +27137,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/e25c4256ff639ea16f196a9b9fedcdabba540125.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27153,7 +27153,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/83cffb1ea6a8411d7c4a021e64f4dead893f4875.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27169,7 +27169,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/1527ef77130c2971dc36758bdc903e4f469715a5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27185,7 +27185,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/b98e3574a99c86e8cc5b63c6f85868ab4427f4e9.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27201,7 +27201,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/8ffada5cb337c6481f65a1b0c0fc318f0695fd56.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27217,7 +27217,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/9bd38c/547eb8bf40d515cb7e8f35259af350bd7a92019c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27233,7 +27233,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffbc54/42e3322c82511e8b5df7ced0de580da73d48cee3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27249,7 +27249,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffbc54/5eb51f191548caa164fc474a272f511493bd7b9c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27265,7 +27265,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffbc54/8b11ae88e8b977839b56670eed8f1ff3ebae0fef.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27281,7 +27281,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffbc54/1370e47918de81be8896117540364bc18930eef4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27297,7 +27297,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffbc54/c1666b2c31c9d1744fc630a19ffb78bdff741fcb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27313,7 +27313,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffbc54/73674bac916a769bcaeea593a84559a4559d5b9e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27329,7 +27329,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffbc54/5824a1b3c92824e9ac93f1ca91e743deb6ca795e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27345,7 +27345,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffbc54/bd5c8ee943fe77cf5cd46ce0e810bd949b537050.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27361,7 +27361,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffbc54/7310b8cc841e92ccd85c6cf2899a460290da881f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27377,7 +27377,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ffbc54/25d6f835f76fe661574145391bb1286b063a5c84.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -27393,7 +27393,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/c181f7267bf9f4fc0f9ad9e2a69c1ad7da504f4d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -27417,7 +27417,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/c181f7267bf9f4fc0f9ad9e2a69c1ad7da504f4d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -27441,7 +27441,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/9980fd3a6f30b20069618708b2c8fa79d444e0a4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -27465,7 +27465,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/9980fd3a6f30b20069618708b2c8fa79d444e0a4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -27489,7 +27489,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/8ee31c22ec3fa0bccf46e3f44e9a5d8e752bc776.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -27513,7 +27513,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/8ee31c22ec3fa0bccf46e3f44e9a5d8e752bc776.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -27537,7 +27537,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/4b0aaf07c6e9fb6ea3495dd9cecf55d47b9539b8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -27561,7 +27561,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/4b0aaf07c6e9fb6ea3495dd9cecf55d47b9539b8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -27585,7 +27585,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/527c265ba570f0131dddef3687981b66f6dd156f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -27609,7 +27609,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/527c265ba570f0131dddef3687981b66f6dd156f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -27633,7 +27633,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/ebd0080bacb8debc7ad069072240657df38c3e2c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -27657,7 +27657,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/ebd0080bacb8debc7ad069072240657df38c3e2c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -27681,7 +27681,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/98f200a9611571fd8db46027c8d28616d94083c8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -27705,7 +27705,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/98f200a9611571fd8db46027c8d28616d94083c8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -27729,7 +27729,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/8f409b57b31bce96b6f256d0fa9cfabcd0b984ca.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -27753,7 +27753,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/8f409b57b31bce96b6f256d0fa9cfabcd0b984ca.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -27777,7 +27777,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/0b8e3a6fb2bfd495683f686cf99ea1e46f2074ed.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -27801,7 +27801,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/0b8e3a6fb2bfd495683f686cf99ea1e46f2074ed.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -27825,7 +27825,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/575a5e323abe810450d5ff443a5fd614dae12257.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -27849,7 +27849,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/674b10/575a5e323abe810450d5ff443a5fd614dae12257.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -27873,7 +27873,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/eadf2a087a82575bcdf9f9158e698a576e9627c8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -27897,7 +27897,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/f3c5ba4e097be5eee694024808a962972f037670.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -27921,7 +27921,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/11c5321c05c7b83b8707eee76574a94bd44033fe.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -27945,7 +27945,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/3da0918b07e5736d55b4b405a22860d889931c15.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -27969,7 +27969,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/3da0918b07e5736d55b4b405a22860d889931c15.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -27993,7 +27993,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/3da0918b07e5736d55b4b405a22860d889931c15.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28017,7 +28017,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/58a35afd2998bb6f9c670cb74fa7b550e80897b4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28041,7 +28041,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/352ec575eab8846938e2dced0802d0c2f5611344.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28065,7 +28065,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/352ec575eab8846938e2dced0802d0c2f5611344.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28089,7 +28089,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/352ec575eab8846938e2dced0802d0c2f5611344.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28113,7 +28113,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/352ec575eab8846938e2dced0802d0c2f5611344.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28137,7 +28137,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/80462b7b8c490305d1de7e3136c0bcfaef31789f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -28161,7 +28161,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/907f05aed287f7407d5f95e7d39bfc1435ec0812.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -28185,7 +28185,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/9bb1bdb3e95aa9b895fc4f32b0c2cfc917a07a72.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -28209,7 +28209,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/43af91df529613e51429e18d43ce3df99b189c0f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -28233,7 +28233,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/7a1942d2d52f50c5df458877a0ee18dc5a22b0c3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28257,7 +28257,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/7a1942d2d52f50c5df458877a0ee18dc5a22b0c3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28281,7 +28281,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/7a1942d2d52f50c5df458877a0ee18dc5a22b0c3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28305,7 +28305,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/7a1942d2d52f50c5df458877a0ee18dc5a22b0c3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -28329,7 +28329,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/30c746dee25dde33aef4bb61d5b054e2821e4564.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28353,7 +28353,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/30c746dee25dde33aef4bb61d5b054e2821e4564.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28377,7 +28377,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/30c746dee25dde33aef4bb61d5b054e2821e4564.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28401,7 +28401,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/30c746dee25dde33aef4bb61d5b054e2821e4564.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -28425,7 +28425,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/9d80b71ad39b258fb75db804867f189d76ecdab8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -28449,7 +28449,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/a384e79d59f806b9403f207a29223541048716ac.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28473,7 +28473,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/4e8ab6/f473186fa351637a3c034b2df567239a39a8139c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -28497,7 +28497,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d0f69e/4d021e317ad660d19925651ead361fcaf474dc76.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28521,7 +28521,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d0f69e/b04d95d8e4e0fb2ade127363a6906792698cdea7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -28545,7 +28545,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d0f69e/9fbe21d1ffdb176ef89afc95cc3f4f666353ee25.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28569,7 +28569,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d0f69e/7240c687f37a56254b1847ae6d75e5d4090bd8a5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28593,7 +28593,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d0f69e/28e0234356523086d570a5b8f959e8cc5ea6b4a6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28617,7 +28617,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d0f69e/47a80af86b4ea6357997fa76a62cd55dcb8f2fe7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28641,7 +28641,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d0f69e/664972feaac1097f9365d73aac844c81fa927fa2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -28665,7 +28665,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d0f69e/6bb6ca5dcdbd1fef063561f61de88740db24bd5d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -28689,7 +28689,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d0f69e/1a0ee1b5549d2f1eebd337e85cae8487331ab723.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -28713,7 +28713,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d0f69e/7ab8f027dde4ee91a2b45b52a61cff442ec676d8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -28737,7 +28737,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d0f69e/b52547570de8121323bf0cc9ead85422309fa260.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -28761,7 +28761,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d0f69e/c03135d1a5242415c66ff2ae561683eaf63e48d0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28785,7 +28785,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d0f69e/0c9e4e7e3f2b739bb6dbd1f0b54bc691e6e3f1df.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28809,7 +28809,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d0f69e/86e5df7afd4815371b086d53db45901640bb4b53.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28833,7 +28833,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d0f69e/8177b424b0a57eecc5f80cc6a30d1073493e16b3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -28857,7 +28857,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d0f69e/0c53e1a110f5191e74bd97da2c92c79c40d76eb2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -28881,7 +28881,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/eac66b/9f640c8743b6ebee3942fc833f106984b5ee49bb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -28905,7 +28905,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/eac66b/47dd719ce35a9aef8dddd58fc3b1c08956d92889.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -28929,7 +28929,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/eac66b/67da88481f2c979c57d48e085146a39938d6221a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -28953,7 +28953,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/eac66b/4b86a2baaa324f721a4bf646b87993be599b82a1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -28977,7 +28977,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/eac66b/13431678b898bf6d148b326375b719f4234cb741.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -29001,7 +29001,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/eac66b/4663502bcb6da984af2f46bbc105cb5b70d5a2b2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -29025,7 +29025,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c5a4ea/830584542b47beaac2df52e84ceff7530be043fb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29041,7 +29041,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c5a4ea/5168368fb6d8cc4ea41b679e312c84e283baea9f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29057,7 +29057,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c5a4ea/91f5189004dff8c702eefb7214486bd18868fee1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29073,7 +29073,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c5a4ea/4095c53d7b6550e5af6a9edf43ec7c803bc1e462.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29089,7 +29089,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c5a4ea/366b3437e37e58175a9edba0ce28a37e25d82902.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29105,7 +29105,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c5a4ea/4b86a2baaa324f721a4bf646b87993be599b82a1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29121,7 +29121,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c5a4ea/92f8362bf7b6778410dd0a0f660918794c85df27.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29137,7 +29137,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c5a4ea/8664da01669e891e6f0aa73cd85e71277961cc4c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29153,7 +29153,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c5a4ea/1b605662e74aa7411e29dc56dfa4530efe95ae67.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29169,7 +29169,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ab4d13/91f5189004dff8c702eefb7214486bd18868fee1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29185,7 +29185,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ab4d13/4b86a2baaa324f721a4bf646b87993be599b82a1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29201,7 +29201,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ab4d13/40580c0653f0cb19df46711b7ffacb7bda830aaf.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29217,7 +29217,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ab4d13/9837335a808b170a2a0ccf3bfc285b0e7629cea1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29233,7 +29233,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ab4d13/5e5b75bd2156520a747ba7eae4042bf22e0eaac7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29249,7 +29249,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ab4d13/88fc3d4b7e6731ac0560d341141e4d52aee0a9fd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29265,7 +29265,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ab4d13/9ef7ab01f8a959d1343acbbaea8f512232e36343.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29281,7 +29281,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1ea59c/830584542b47beaac2df52e84ceff7530be043fb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29297,7 +29297,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1ea59c/ecb1f00a8995a65865048e694d27515a7d7fc138.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29313,7 +29313,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1ea59c/b0ac8ea6b081f130102db50c239cc7e44ea47ec8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29329,7 +29329,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1ea59c/4095c53d7b6550e5af6a9edf43ec7c803bc1e462.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29345,7 +29345,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1ea59c/c98f35f1ae4f08f277beef585a48a7d7dfaa35ac.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29361,7 +29361,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1ea59c/8664da01669e891e6f0aa73cd85e71277961cc4c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29377,7 +29377,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1ea59c/1b605662e74aa7411e29dc56dfa4530efe95ae67.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29393,7 +29393,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/f51b46/107f5b9199edada98041895374e27e3c51fc6a3d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29409,7 +29409,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/f51b46/80bae3524849f9516dfdcdb647ecc44c6d439ac3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29425,7 +29425,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/f51b46/af732f8f4e215ef60d49f6ada1f513e8d9776aa1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29441,7 +29441,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/f51b46/b489643151f44cfeda7ad8356c1e46893c3d962c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29457,7 +29457,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/f51b46/7a21303822a22edb9384d8956b95bcfe0c01a1fb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29473,7 +29473,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/f51b46/a4bf1f36113b22a1c9d34d7155269b72cf5721fc.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29489,7 +29489,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/f51b46/38d4f61c98b1fe90c7e9c3d3eddd8d82f0596b53.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29505,7 +29505,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/f51b46/85f831671b50b4472c1a08a9108612c5d39571c2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29521,7 +29521,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c3232f/ce350e33e78f587703aa35b78fa319b9efe9291d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29537,7 +29537,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c3232f/634bb07611c5d126e49caf4bfce8b6d50c872fce.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29553,7 +29553,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c3232f/481e55b81376491b363aab5c622e58fe6b63bace.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29569,7 +29569,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c3232f/5ed3a98f771c2069c1d4581ff5f85cc38d9b5ec0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29585,7 +29585,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c3232f/2e9bff37ba69e76a995b6339748eaad2f7a30aca.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29601,7 +29601,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c3232f/0f884e5935b0e6b1bd809d550738772e32f439c5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29617,7 +29617,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c3232f/91f0cca7d0cc5c6a757f72dbeed84bcc1b79625b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29633,7 +29633,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c3232f/91f5189004dff8c702eefb7214486bd18868fee1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29649,7 +29649,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/c3232f/dc2a0bf420d21c386d9a7027a888276c07271988.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29665,7 +29665,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd26cf/481e55b81376491b363aab5c622e58fe6b63bace.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29681,7 +29681,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd26cf/095d586472a567660c95d2954f9fc65275c159fe.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29697,7 +29697,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd26cf/cc09b4256a230ce3b1c7992316e2adb405f88de6.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29713,7 +29713,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd26cf/0f884e5935b0e6b1bd809d550738772e32f439c5.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29729,7 +29729,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd26cf/10ce0d34bb2e94f7cf3551d566d10e8f5e21c9f3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29745,7 +29745,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd26cf/91f5189004dff8c702eefb7214486bd18868fee1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29761,7 +29761,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/fd26cf/410798f8a3fb14f6dd3f6a47c50f52d7bb7ff739.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29777,7 +29777,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d7ba54/634bb07611c5d126e49caf4bfce8b6d50c872fce.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29793,7 +29793,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d7ba54/8664da01669e891e6f0aa73cd85e71277961cc4c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29809,7 +29809,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d7ba54/2e9bff37ba69e76a995b6339748eaad2f7a30aca.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29825,7 +29825,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d7ba54/b0ac8ea6b081f130102db50c239cc7e44ea47ec8.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29841,7 +29841,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/d7ba54/58393298a3a4c89033f09be47ec2aefb45be193e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29857,7 +29857,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ee13b5/ce350e33e78f587703aa35b78fa319b9efe9291d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29873,7 +29873,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ee13b5/6c6ed7e366a868cd4f7b7a9189d5c9d42a7860d3.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29889,7 +29889,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ee13b5/85f2613e6d1b419d8677126efa09efb26f31c34e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29905,7 +29905,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ee13b5/5ed3a98f771c2069c1d4581ff5f85cc38d9b5ec0.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29921,7 +29921,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ee13b5/2c65fa349cb946546f44966db62c0664cf94fffd.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29937,7 +29937,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ee13b5/2f30ed0681d28bdd6f5535c844b7747880beb5e7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29953,7 +29953,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ee13b5/c2b01e0d7fd2bfa875d2f3395f57f831745f03de.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29969,7 +29969,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/ee13b5/413a36ac05a2f6d50722a7614a86184c664053b4.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -29985,7 +29985,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1ec09b/830584542b47beaac2df52e84ceff7530be043fb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30001,7 +30001,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1ec09b/91f5189004dff8c702eefb7214486bd18868fee1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30017,7 +30017,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1ec09b/4095c53d7b6550e5af6a9edf43ec7c803bc1e462.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30033,7 +30033,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1ec09b/5168368fb6d8cc4ea41b679e312c84e283baea9f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30049,7 +30049,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1ec09b/92f8362bf7b6778410dd0a0f660918794c85df27.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30065,7 +30065,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1ec09b/8664da01669e891e6f0aa73cd85e71277961cc4c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30081,7 +30081,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1ec09b/1b605662e74aa7411e29dc56dfa4530efe95ae67.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30097,7 +30097,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1a02b0/8ebc51b6599b22345051dc57d2c7649724f58f0b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30113,7 +30113,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1a02b0/07965ba721519d8e4c53bc91692db1f97b8d7575.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30129,7 +30129,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1a02b0/5f361cfcf29c6c37a88c0fcdb4246fd8ec0a65c1.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30145,7 +30145,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1a02b0/50ee346de986982007936f25602b28bf6929ea5d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30161,7 +30161,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/1a02b0/1594b82a7acb107fc96345b864d4c1fe92f4b165.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30177,7 +30177,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2ee8b8/326f6768ecbf60ca31149e65ab2853c138095fd7.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -30201,7 +30201,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2ee8b8/02f6608c4242efccba3ceeb8b73cc6b1255e362d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -30225,7 +30225,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2ee8b8/71c4a612a2e00a8abd3d33b4a66ca8e5079fff1b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -30249,7 +30249,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2ee8b8/f88ac89cc14d59302666047a0da91bbc51d27bb2.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -30273,7 +30273,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2ee8b8/c7f6c637f82c017db4e3cd035b29cc2522043021.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell"
@@ -30297,7 +30297,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2ee8b8/efa9543339cdad5412c7719b266a633a29ce149e.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:passed"
@@ -30321,7 +30321,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2ee8b8/4ee91039726503da19c9bc58e08e800464d94d82.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -30345,7 +30345,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2ee8b8/8db20b5fa0a59906a7b182c5698d6a9ce7e85f10.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -30369,7 +30369,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2ee8b8/20a5e321fc6a5cb2bfcd520acb8cda21e6925254.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:failed"
@@ -30393,7 +30393,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2ee8b8/cf98c9678e70f160afcd5af246c0070550ad7398.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -30417,7 +30417,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2ee8b8/87e3c42fdc98d63d89a6a0d984f44f00adf02015.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -30441,7 +30441,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2ee8b8/f02ba15667ff1b80a269e5ce66f152e93396c029.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -30465,7 +30465,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/2ee8b8/8c26a3506e424766019341f3b86d2f758ca1aced.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:inapplicable"
@@ -30489,7 +30489,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59br37/bf6c2877d53f69c82720898bfe0417e37a01cd53.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30505,7 +30505,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59br37/47d2a65e7d1fcc2ac9457a6283e35e82d68aa3ce.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30521,7 +30521,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59br37/f6c5d3bf4a33699dfa4d53d1949c262df1021735.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30537,7 +30537,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59br37/b17a15385fc63a75363c56ea30ff402056c1da8f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30553,7 +30553,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59br37/c5cd793a4f7c929182a1302f1bb8c1e43508de1b.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30569,7 +30569,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59br37/758faeb173a6796691843ae93839928b23ae6378.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30585,7 +30585,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59br37/ef39fe61d9b0093a3a886c3482d69adc7aeabd52.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30601,7 +30601,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59br37/fc598e8d60950941aae5070b17eb4ca1d4bd3bdf.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30617,7 +30617,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59br37/3665c0599c286b1b3060aee795009ab5b8942a14.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30633,7 +30633,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59br37/6331217170b53156f0e8e17d771a1bdf4edb329d.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30649,7 +30649,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59br37/881897444deae644139c4b799b8eeb4b4b764c2a.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30665,7 +30665,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59br37/ef943b4ae6afe659dfb257688f942099ed46907f.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30681,7 +30681,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59br37/914f51f7683a69d3055aab93f9b8d4a9c018158c.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
@@ -30697,7 +30697,7 @@
],
"source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/59br37/61c21364304e588dd3f30317bcee4224c31a61fb.html"
},
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.4ea45e9",
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
"result": {
"@type": "TestResult",
"outcome": "earl:untested"
From 13f8ddb6fcffa8a0b7b9b283d13859a637bf1ca0 Mon Sep 17 00:00:00 2001
From: github-actions
Date: Sun, 29 Oct 2023 06:02:02 +0000
Subject: [PATCH 08/10] Implementation data update
---
.../implementations/axe-core.json | 258 +----------
.../implementations/axe-devtools-pro.json | 258 +----------
.../wcag-act-rules/earl/axe-core.json | 408 ------------------
.../wcag-act-rules/earl/axe-devtools-pro.json | 391 -----------------
4 files changed, 14 insertions(+), 1301 deletions(-)
diff --git a/_data/wcag-act-rules/implementations/axe-core.json b/_data/wcag-act-rules/implementations/axe-core.json
index 5e553ca2..ab914b33 100644
--- a/_data/wcag-act-rules/implementations/axe-core.json
+++ b/_data/wcag-act-rules/implementations/axe-core.json
@@ -2,12 +2,12 @@
"vendor": "Deque Systems",
"name": "Axe-core",
"version": "4.8.1",
- "lastModified": "27 October 2023",
+ "lastModified": "29 October 2023",
"approvedRules": {
- "complete": 24,
+ "complete": 23,
"partial": 0,
"inconsistent": 0,
- "untested": 3
+ "untested": 4
},
"proposedRules": {
"complete": 11,
@@ -4785,254 +4785,10 @@
"ruleId": "bc659a",
"ruleName": "Meta element has no refresh delay",
"ruleApproved": true,
- "procedureNames": [
- "meta-refresh"
- ],
- "consistency": "complete",
- "accessibilityRequirements": {
- "correct": true,
- "expected": [
- "WCAG2:timing-adjustable"
- ],
- "reported": [
- "WCAG2:timing-adjustable"
- ]
- },
- "coverage": {
- "covered": 15,
- "untested": 0,
- "cantTell": 0,
- "testCaseTotal": 15
- },
- "testCaseResults": [
- {
- "testcaseId": "49d79a4e4e4a994a8eb7cf2eaf59c99d2251cac5",
- "testCaseName": "Passed Example 1",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/49d79a4e4e4a994a8eb7cf2eaf59c99d2251cac5.html",
- "testCaseApproved": true,
- "expected": "passed",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed"
- ]
- }
- ]
- },
- {
- "testcaseId": "d48be8e9b638b9c27714cb3118a335376ed65f0f",
- "testCaseName": "Passed Example 2",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/d48be8e9b638b9c27714cb3118a335376ed65f0f.html",
- "testCaseApproved": true,
- "expected": "passed",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed",
- "passed"
- ]
- }
- ]
- },
- {
- "testcaseId": "b5ca868de7980f6944142ecdb849f47ad2cdfb5c",
- "testCaseName": "Passed Example 3",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/b5ca868de7980f6944142ecdb849f47ad2cdfb5c.html",
- "testCaseApproved": true,
- "expected": "passed",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed"
- ]
- }
- ]
- },
- {
- "testcaseId": "56857820788db21498e95a5cbba65d59a9a2b892",
- "testCaseName": "Failed Example 1",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/56857820788db21498e95a5cbba65d59a9a2b892.html",
- "testCaseApproved": true,
- "expected": "failed",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "failed"
- ]
- }
- ]
- },
- {
- "testcaseId": "96c7657d21888cd05edd297d44a8fd554b21c908",
- "testCaseName": "Failed Example 2",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/96c7657d21888cd05edd297d44a8fd554b21c908.html",
- "testCaseApproved": true,
- "expected": "failed",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "failed"
- ]
- }
- ]
- },
- {
- "testcaseId": "b2e7f3e00ffce0a2a1078f860452814e6445445d",
- "testCaseName": "Failed Example 3",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/b2e7f3e00ffce0a2a1078f860452814e6445445d.html",
- "testCaseApproved": true,
- "expected": "failed",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed",
- "failed"
- ]
- }
- ]
- },
- {
- "testcaseId": "5d4d5b214459c8a0779600ab39a5668003271c62",
- "testCaseName": "Failed Example 4",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/5d4d5b214459c8a0779600ab39a5668003271c62.html",
- "testCaseApproved": true,
- "expected": "failed",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "failed"
- ]
- }
- ]
- },
- {
- "testcaseId": "48a600254c0883cd5a72471420b1ac5a532ca6c3",
- "testCaseName": "Inapplicable Example 1",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/48a600254c0883cd5a72471420b1ac5a532ca6c3.html",
- "testCaseApproved": true,
- "expected": "inapplicable",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "inapplicable"
- ]
- }
- ]
- },
- {
- "testcaseId": "4dffd30573a924ad0158d813733e029aac160194",
- "testCaseName": "Inapplicable Example 2",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/4dffd30573a924ad0158d813733e029aac160194.html",
- "testCaseApproved": true,
- "expected": "inapplicable",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "inapplicable"
- ]
- }
- ]
- },
- {
- "testcaseId": "a05aeffa53890c3ed9fd9cefa544eb1071497de5",
- "testCaseName": "Inapplicable Example 3",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/a05aeffa53890c3ed9fd9cefa544eb1071497de5.html",
- "testCaseApproved": true,
- "expected": "inapplicable",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed"
- ]
- }
- ]
- },
- {
- "testcaseId": "a8c47bb26867342e83342645507fb766648799d7",
- "testCaseName": "Inapplicable Example 4",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/a8c47bb26867342e83342645507fb766648799d7.html",
- "testCaseApproved": true,
- "expected": "inapplicable",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed"
- ]
- }
- ]
- },
- {
- "testcaseId": "ca4a053f47b6e322ad6de680fdabd05f651bf49b",
- "testCaseName": "Inapplicable Example 5",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/ca4a053f47b6e322ad6de680fdabd05f651bf49b.html",
- "testCaseApproved": true,
- "expected": "inapplicable",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed"
- ]
- }
- ]
- },
- {
- "testcaseId": "b42a3a108d5d0f65258cd8157eb0011b78ce9253",
- "testCaseName": "Inapplicable Example 6",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/b42a3a108d5d0f65258cd8157eb0011b78ce9253.html",
- "testCaseApproved": true,
- "expected": "inapplicable",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed"
- ]
- }
- ]
- },
- {
- "testcaseId": "0bf30cdf02ff26dfca5aa705b7023227da221e05",
- "testCaseName": "Inapplicable Example 7",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/0bf30cdf02ff26dfca5aa705b7023227da221e05.html",
- "testCaseApproved": true,
- "expected": "inapplicable",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed"
- ]
- }
- ]
- },
- {
- "testcaseId": "8ce8198a1e6907ae25eb957eb0a5a99e719131a1",
- "testCaseName": "Inapplicable Example 8",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/8ce8198a1e6907ae25eb957eb0a5a99e719131a1.html",
- "testCaseApproved": true,
- "expected": "inapplicable",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed"
- ]
- }
- ]
- }
- ]
+ "procedureNames": [],
+ "consistency": null,
+ "coverage": null,
+ "testCaseResults": []
},
{
"ruleId": "b4f0c3",
diff --git a/_data/wcag-act-rules/implementations/axe-devtools-pro.json b/_data/wcag-act-rules/implementations/axe-devtools-pro.json
index 9348d292..e21576e9 100644
--- a/_data/wcag-act-rules/implementations/axe-devtools-pro.json
+++ b/_data/wcag-act-rules/implementations/axe-devtools-pro.json
@@ -2,12 +2,12 @@
"vendor": "Deque Systems",
"name": "Axe DevTools Pro",
"version": "4.37.1",
- "lastModified": "25 October 2023",
+ "lastModified": "29 October 2023",
"approvedRules": {
- "complete": 27,
+ "complete": 26,
"partial": 0,
"inconsistent": 0,
- "untested": 0
+ "untested": 1
},
"proposedRules": {
"complete": 12,
@@ -4785,254 +4785,10 @@
"ruleId": "bc659a",
"ruleName": "Meta element has no refresh delay",
"ruleApproved": true,
- "procedureNames": [
- "meta-refresh"
- ],
- "consistency": "complete",
- "accessibilityRequirements": {
- "correct": true,
- "expected": [
- "WCAG2:timing-adjustable"
- ],
- "reported": [
- "WCAG2:timing-adjustable"
- ]
- },
- "coverage": {
- "covered": 15,
- "untested": 0,
- "cantTell": 0,
- "testCaseTotal": 15
- },
- "testCaseResults": [
- {
- "testcaseId": "49d79a4e4e4a994a8eb7cf2eaf59c99d2251cac5",
- "testCaseName": "Passed Example 1",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/49d79a4e4e4a994a8eb7cf2eaf59c99d2251cac5.html",
- "testCaseApproved": true,
- "expected": "passed",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed"
- ]
- }
- ]
- },
- {
- "testcaseId": "d48be8e9b638b9c27714cb3118a335376ed65f0f",
- "testCaseName": "Passed Example 2",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/d48be8e9b638b9c27714cb3118a335376ed65f0f.html",
- "testCaseApproved": true,
- "expected": "passed",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed",
- "passed"
- ]
- }
- ]
- },
- {
- "testcaseId": "b5ca868de7980f6944142ecdb849f47ad2cdfb5c",
- "testCaseName": "Passed Example 3",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/b5ca868de7980f6944142ecdb849f47ad2cdfb5c.html",
- "testCaseApproved": true,
- "expected": "passed",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed"
- ]
- }
- ]
- },
- {
- "testcaseId": "56857820788db21498e95a5cbba65d59a9a2b892",
- "testCaseName": "Failed Example 1",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/56857820788db21498e95a5cbba65d59a9a2b892.html",
- "testCaseApproved": true,
- "expected": "failed",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "failed"
- ]
- }
- ]
- },
- {
- "testcaseId": "96c7657d21888cd05edd297d44a8fd554b21c908",
- "testCaseName": "Failed Example 2",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/96c7657d21888cd05edd297d44a8fd554b21c908.html",
- "testCaseApproved": true,
- "expected": "failed",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "failed"
- ]
- }
- ]
- },
- {
- "testcaseId": "b2e7f3e00ffce0a2a1078f860452814e6445445d",
- "testCaseName": "Failed Example 3",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/b2e7f3e00ffce0a2a1078f860452814e6445445d.html",
- "testCaseApproved": true,
- "expected": "failed",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed",
- "failed"
- ]
- }
- ]
- },
- {
- "testcaseId": "5d4d5b214459c8a0779600ab39a5668003271c62",
- "testCaseName": "Failed Example 4",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/5d4d5b214459c8a0779600ab39a5668003271c62.html",
- "testCaseApproved": true,
- "expected": "failed",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "failed"
- ]
- }
- ]
- },
- {
- "testcaseId": "48a600254c0883cd5a72471420b1ac5a532ca6c3",
- "testCaseName": "Inapplicable Example 1",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/48a600254c0883cd5a72471420b1ac5a532ca6c3.html",
- "testCaseApproved": true,
- "expected": "inapplicable",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "inapplicable"
- ]
- }
- ]
- },
- {
- "testcaseId": "4dffd30573a924ad0158d813733e029aac160194",
- "testCaseName": "Inapplicable Example 2",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/4dffd30573a924ad0158d813733e029aac160194.html",
- "testCaseApproved": true,
- "expected": "inapplicable",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "inapplicable"
- ]
- }
- ]
- },
- {
- "testcaseId": "a05aeffa53890c3ed9fd9cefa544eb1071497de5",
- "testCaseName": "Inapplicable Example 3",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/a05aeffa53890c3ed9fd9cefa544eb1071497de5.html",
- "testCaseApproved": true,
- "expected": "inapplicable",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed"
- ]
- }
- ]
- },
- {
- "testcaseId": "a8c47bb26867342e83342645507fb766648799d7",
- "testCaseName": "Inapplicable Example 4",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/a8c47bb26867342e83342645507fb766648799d7.html",
- "testCaseApproved": true,
- "expected": "inapplicable",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed"
- ]
- }
- ]
- },
- {
- "testcaseId": "ca4a053f47b6e322ad6de680fdabd05f651bf49b",
- "testCaseName": "Inapplicable Example 5",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/ca4a053f47b6e322ad6de680fdabd05f651bf49b.html",
- "testCaseApproved": true,
- "expected": "inapplicable",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed"
- ]
- }
- ]
- },
- {
- "testcaseId": "b42a3a108d5d0f65258cd8157eb0011b78ce9253",
- "testCaseName": "Inapplicable Example 6",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/b42a3a108d5d0f65258cd8157eb0011b78ce9253.html",
- "testCaseApproved": true,
- "expected": "inapplicable",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed"
- ]
- }
- ]
- },
- {
- "testcaseId": "0bf30cdf02ff26dfca5aa705b7023227da221e05",
- "testCaseName": "Inapplicable Example 7",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/0bf30cdf02ff26dfca5aa705b7023227da221e05.html",
- "testCaseApproved": true,
- "expected": "inapplicable",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed"
- ]
- }
- ]
- },
- {
- "testcaseId": "8ce8198a1e6907ae25eb957eb0a5a99e719131a1",
- "testCaseName": "Inapplicable Example 8",
- "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/8ce8198a1e6907ae25eb957eb0a5a99e719131a1.html",
- "testCaseApproved": true,
- "expected": "inapplicable",
- "procedureResults": [
- {
- "procedureName": "meta-refresh",
- "outcomes": [
- "passed"
- ]
- }
- ]
- }
- ]
+ "procedureNames": [],
+ "consistency": null,
+ "coverage": null,
+ "testCaseResults": []
},
{
"ruleId": "b4f0c3",
diff --git a/content-assets/wcag-act-rules/earl/axe-core.json b/content-assets/wcag-act-rules/earl/axe-core.json
index f88ffff7..d3118040 100644
--- a/content-assets/wcag-act-rules/earl/axe-core.json
+++ b/content-assets/wcag-act-rules/earl/axe-core.json
@@ -9675,414 +9675,6 @@
]
}
},
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/49d79a4e4e4a994a8eb7cf2eaf59c99d2251cac5.html"
- },
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/d48be8e9b638b9c27714cb3118a335376ed65f0f.html"
- },
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/d48be8e9b638b9c27714cb3118a335376ed65f0f.html"
- },
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b5ca868de7980f6944142ecdb849f47ad2cdfb5c.html"
- },
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/56857820788db21498e95a5cbba65d59a9a2b892.html"
- },
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:failed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/96c7657d21888cd05edd297d44a8fd554b21c908.html"
- },
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:failed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b2e7f3e00ffce0a2a1078f860452814e6445445d.html"
- },
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b2e7f3e00ffce0a2a1078f860452814e6445445d.html"
- },
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:failed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/5d4d5b214459c8a0779600ab39a5668003271c62.html"
- },
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:failed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/48a600254c0883cd5a72471420b1ac5a532ca6c3.html"
- },
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:inapplicable"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/4dffd30573a924ad0158d813733e029aac160194.html"
- },
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:inapplicable"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/a05aeffa53890c3ed9fd9cefa544eb1071497de5.html"
- },
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/a8c47bb26867342e83342645507fb766648799d7.html"
- },
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/ca4a053f47b6e322ad6de680fdabd05f651bf49b.html"
- },
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b42a3a108d5d0f65258cd8157eb0011b78ce9253.html"
- },
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/0bf30cdf02ff26dfca5aa705b7023227da221e05.html"
- },
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/8ce8198a1e6907ae25eb957eb0a5a99e719131a1.html"
- },
- "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
{
"@type": "Assertion",
"mode": "earl:automatic",
diff --git a/content-assets/wcag-act-rules/earl/axe-devtools-pro.json b/content-assets/wcag-act-rules/earl/axe-devtools-pro.json
index 3000d80e..0f1d999e 100644
--- a/content-assets/wcag-act-rules/earl/axe-devtools-pro.json
+++ b/content-assets/wcag-act-rules/earl/axe-devtools-pro.json
@@ -12518,397 +12518,6 @@
]
}
},
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/49d79a4e4e4a994a8eb7cf2eaf59c99d2251cac5.html"
- },
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/d48be8e9b638b9c27714cb3118a335376ed65f0f.html"
- },
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/d48be8e9b638b9c27714cb3118a335376ed65f0f.html"
- },
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b5ca868de7980f6944142ecdb849f47ad2cdfb5c.html"
- },
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/56857820788db21498e95a5cbba65d59a9a2b892.html"
- },
- "result": {
- "@type": "TestResult",
- "outcome": "earl:failed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/96c7657d21888cd05edd297d44a8fd554b21c908.html"
- },
- "result": {
- "@type": "TestResult",
- "outcome": "earl:failed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b2e7f3e00ffce0a2a1078f860452814e6445445d.html"
- },
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b2e7f3e00ffce0a2a1078f860452814e6445445d.html"
- },
- "result": {
- "@type": "TestResult",
- "outcome": "earl:failed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/5d4d5b214459c8a0779600ab39a5668003271c62.html"
- },
- "result": {
- "@type": "TestResult",
- "outcome": "earl:failed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/48a600254c0883cd5a72471420b1ac5a532ca6c3.html"
- },
- "result": {
- "@type": "TestResult",
- "outcome": "earl:inapplicable"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/4dffd30573a924ad0158d813733e029aac160194.html"
- },
- "result": {
- "@type": "TestResult",
- "outcome": "earl:inapplicable"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/a05aeffa53890c3ed9fd9cefa544eb1071497de5.html"
- },
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/a8c47bb26867342e83342645507fb766648799d7.html"
- },
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/ca4a053f47b6e322ad6de680fdabd05f651bf49b.html"
- },
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b42a3a108d5d0f65258cd8157eb0011b78ce9253.html"
- },
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/0bf30cdf02ff26dfca5aa705b7023227da221e05.html"
- },
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
- {
- "@type": "Assertion",
- "mode": "earl:automatic",
- "subject": {
- "@type": [
- "earl:TestSubject",
- "sch:WebPage"
- ],
- "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/8ce8198a1e6907ae25eb957eb0a5a99e719131a1.html"
- },
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed"
- },
- "test": {
- "@type": "TestCase",
- "title": "meta-refresh",
- "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
- "isPartOf": [
- "WCAG2:timing-adjustable"
- ]
- }
- },
{
"@type": "Assertion",
"mode": "earl:automatic",
From b459580fa05bafad3cc3041406157c04c0a73c2c Mon Sep 17 00:00:00 2001
From: github-actions
Date: Mon, 30 Oct 2023 06:02:24 +0000
Subject: [PATCH 09/10] Implementation data update
---
.../implementations/axe-core.json | 258 ++++++++++-
.../implementations/axe-devtools-pro.json | 258 ++++++++++-
.../wcag-act-rules/earl/axe-core.json | 408 ++++++++++++++++++
.../wcag-act-rules/earl/axe-devtools-pro.json | 391 +++++++++++++++++
4 files changed, 1301 insertions(+), 14 deletions(-)
diff --git a/_data/wcag-act-rules/implementations/axe-core.json b/_data/wcag-act-rules/implementations/axe-core.json
index ab914b33..535452e1 100644
--- a/_data/wcag-act-rules/implementations/axe-core.json
+++ b/_data/wcag-act-rules/implementations/axe-core.json
@@ -2,12 +2,12 @@
"vendor": "Deque Systems",
"name": "Axe-core",
"version": "4.8.1",
- "lastModified": "29 October 2023",
+ "lastModified": "30 October 2023",
"approvedRules": {
- "complete": 23,
+ "complete": 24,
"partial": 0,
"inconsistent": 0,
- "untested": 4
+ "untested": 3
},
"proposedRules": {
"complete": 11,
@@ -4785,10 +4785,254 @@
"ruleId": "bc659a",
"ruleName": "Meta element has no refresh delay",
"ruleApproved": true,
- "procedureNames": [],
- "consistency": null,
- "coverage": null,
- "testCaseResults": []
+ "procedureNames": [
+ "meta-refresh"
+ ],
+ "consistency": "complete",
+ "accessibilityRequirements": {
+ "correct": true,
+ "expected": [
+ "WCAG2:timing-adjustable"
+ ],
+ "reported": [
+ "WCAG2:timing-adjustable"
+ ]
+ },
+ "coverage": {
+ "covered": 15,
+ "untested": 0,
+ "cantTell": 0,
+ "testCaseTotal": 15
+ },
+ "testCaseResults": [
+ {
+ "testcaseId": "49d79a4e4e4a994a8eb7cf2eaf59c99d2251cac5",
+ "testCaseName": "Passed Example 1",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/49d79a4e4e4a994a8eb7cf2eaf59c99d2251cac5.html",
+ "testCaseApproved": true,
+ "expected": "passed",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "d48be8e9b638b9c27714cb3118a335376ed65f0f",
+ "testCaseName": "Passed Example 2",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/d48be8e9b638b9c27714cb3118a335376ed65f0f.html",
+ "testCaseApproved": true,
+ "expected": "passed",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed",
+ "passed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "b5ca868de7980f6944142ecdb849f47ad2cdfb5c",
+ "testCaseName": "Passed Example 3",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/b5ca868de7980f6944142ecdb849f47ad2cdfb5c.html",
+ "testCaseApproved": true,
+ "expected": "passed",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "56857820788db21498e95a5cbba65d59a9a2b892",
+ "testCaseName": "Failed Example 1",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/56857820788db21498e95a5cbba65d59a9a2b892.html",
+ "testCaseApproved": true,
+ "expected": "failed",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "failed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "96c7657d21888cd05edd297d44a8fd554b21c908",
+ "testCaseName": "Failed Example 2",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/96c7657d21888cd05edd297d44a8fd554b21c908.html",
+ "testCaseApproved": true,
+ "expected": "failed",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "failed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "b2e7f3e00ffce0a2a1078f860452814e6445445d",
+ "testCaseName": "Failed Example 3",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/b2e7f3e00ffce0a2a1078f860452814e6445445d.html",
+ "testCaseApproved": true,
+ "expected": "failed",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed",
+ "failed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "5d4d5b214459c8a0779600ab39a5668003271c62",
+ "testCaseName": "Failed Example 4",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/5d4d5b214459c8a0779600ab39a5668003271c62.html",
+ "testCaseApproved": true,
+ "expected": "failed",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "failed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "48a600254c0883cd5a72471420b1ac5a532ca6c3",
+ "testCaseName": "Inapplicable Example 1",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/48a600254c0883cd5a72471420b1ac5a532ca6c3.html",
+ "testCaseApproved": true,
+ "expected": "inapplicable",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "inapplicable"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "4dffd30573a924ad0158d813733e029aac160194",
+ "testCaseName": "Inapplicable Example 2",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/4dffd30573a924ad0158d813733e029aac160194.html",
+ "testCaseApproved": true,
+ "expected": "inapplicable",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "inapplicable"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "a05aeffa53890c3ed9fd9cefa544eb1071497de5",
+ "testCaseName": "Inapplicable Example 3",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/a05aeffa53890c3ed9fd9cefa544eb1071497de5.html",
+ "testCaseApproved": true,
+ "expected": "inapplicable",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "a8c47bb26867342e83342645507fb766648799d7",
+ "testCaseName": "Inapplicable Example 4",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/a8c47bb26867342e83342645507fb766648799d7.html",
+ "testCaseApproved": true,
+ "expected": "inapplicable",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "ca4a053f47b6e322ad6de680fdabd05f651bf49b",
+ "testCaseName": "Inapplicable Example 5",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/ca4a053f47b6e322ad6de680fdabd05f651bf49b.html",
+ "testCaseApproved": true,
+ "expected": "inapplicable",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "b42a3a108d5d0f65258cd8157eb0011b78ce9253",
+ "testCaseName": "Inapplicable Example 6",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/b42a3a108d5d0f65258cd8157eb0011b78ce9253.html",
+ "testCaseApproved": true,
+ "expected": "inapplicable",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "0bf30cdf02ff26dfca5aa705b7023227da221e05",
+ "testCaseName": "Inapplicable Example 7",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/0bf30cdf02ff26dfca5aa705b7023227da221e05.html",
+ "testCaseApproved": true,
+ "expected": "inapplicable",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "8ce8198a1e6907ae25eb957eb0a5a99e719131a1",
+ "testCaseName": "Inapplicable Example 8",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/8ce8198a1e6907ae25eb957eb0a5a99e719131a1.html",
+ "testCaseApproved": true,
+ "expected": "inapplicable",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed"
+ ]
+ }
+ ]
+ }
+ ]
},
{
"ruleId": "b4f0c3",
diff --git a/_data/wcag-act-rules/implementations/axe-devtools-pro.json b/_data/wcag-act-rules/implementations/axe-devtools-pro.json
index e21576e9..3edb2a86 100644
--- a/_data/wcag-act-rules/implementations/axe-devtools-pro.json
+++ b/_data/wcag-act-rules/implementations/axe-devtools-pro.json
@@ -2,12 +2,12 @@
"vendor": "Deque Systems",
"name": "Axe DevTools Pro",
"version": "4.37.1",
- "lastModified": "29 October 2023",
+ "lastModified": "30 October 2023",
"approvedRules": {
- "complete": 26,
+ "complete": 27,
"partial": 0,
"inconsistent": 0,
- "untested": 1
+ "untested": 0
},
"proposedRules": {
"complete": 12,
@@ -4785,10 +4785,254 @@
"ruleId": "bc659a",
"ruleName": "Meta element has no refresh delay",
"ruleApproved": true,
- "procedureNames": [],
- "consistency": null,
- "coverage": null,
- "testCaseResults": []
+ "procedureNames": [
+ "meta-refresh"
+ ],
+ "consistency": "complete",
+ "accessibilityRequirements": {
+ "correct": true,
+ "expected": [
+ "WCAG2:timing-adjustable"
+ ],
+ "reported": [
+ "WCAG2:timing-adjustable"
+ ]
+ },
+ "coverage": {
+ "covered": 15,
+ "untested": 0,
+ "cantTell": 0,
+ "testCaseTotal": 15
+ },
+ "testCaseResults": [
+ {
+ "testcaseId": "49d79a4e4e4a994a8eb7cf2eaf59c99d2251cac5",
+ "testCaseName": "Passed Example 1",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/49d79a4e4e4a994a8eb7cf2eaf59c99d2251cac5.html",
+ "testCaseApproved": true,
+ "expected": "passed",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "d48be8e9b638b9c27714cb3118a335376ed65f0f",
+ "testCaseName": "Passed Example 2",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/d48be8e9b638b9c27714cb3118a335376ed65f0f.html",
+ "testCaseApproved": true,
+ "expected": "passed",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed",
+ "passed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "b5ca868de7980f6944142ecdb849f47ad2cdfb5c",
+ "testCaseName": "Passed Example 3",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/b5ca868de7980f6944142ecdb849f47ad2cdfb5c.html",
+ "testCaseApproved": true,
+ "expected": "passed",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "56857820788db21498e95a5cbba65d59a9a2b892",
+ "testCaseName": "Failed Example 1",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/56857820788db21498e95a5cbba65d59a9a2b892.html",
+ "testCaseApproved": true,
+ "expected": "failed",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "failed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "96c7657d21888cd05edd297d44a8fd554b21c908",
+ "testCaseName": "Failed Example 2",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/96c7657d21888cd05edd297d44a8fd554b21c908.html",
+ "testCaseApproved": true,
+ "expected": "failed",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "failed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "b2e7f3e00ffce0a2a1078f860452814e6445445d",
+ "testCaseName": "Failed Example 3",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/b2e7f3e00ffce0a2a1078f860452814e6445445d.html",
+ "testCaseApproved": true,
+ "expected": "failed",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed",
+ "failed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "5d4d5b214459c8a0779600ab39a5668003271c62",
+ "testCaseName": "Failed Example 4",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/5d4d5b214459c8a0779600ab39a5668003271c62.html",
+ "testCaseApproved": true,
+ "expected": "failed",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "failed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "48a600254c0883cd5a72471420b1ac5a532ca6c3",
+ "testCaseName": "Inapplicable Example 1",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/48a600254c0883cd5a72471420b1ac5a532ca6c3.html",
+ "testCaseApproved": true,
+ "expected": "inapplicable",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "inapplicable"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "4dffd30573a924ad0158d813733e029aac160194",
+ "testCaseName": "Inapplicable Example 2",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/4dffd30573a924ad0158d813733e029aac160194.html",
+ "testCaseApproved": true,
+ "expected": "inapplicable",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "inapplicable"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "a05aeffa53890c3ed9fd9cefa544eb1071497de5",
+ "testCaseName": "Inapplicable Example 3",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/a05aeffa53890c3ed9fd9cefa544eb1071497de5.html",
+ "testCaseApproved": true,
+ "expected": "inapplicable",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "a8c47bb26867342e83342645507fb766648799d7",
+ "testCaseName": "Inapplicable Example 4",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/a8c47bb26867342e83342645507fb766648799d7.html",
+ "testCaseApproved": true,
+ "expected": "inapplicable",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "ca4a053f47b6e322ad6de680fdabd05f651bf49b",
+ "testCaseName": "Inapplicable Example 5",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/ca4a053f47b6e322ad6de680fdabd05f651bf49b.html",
+ "testCaseApproved": true,
+ "expected": "inapplicable",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "b42a3a108d5d0f65258cd8157eb0011b78ce9253",
+ "testCaseName": "Inapplicable Example 6",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/b42a3a108d5d0f65258cd8157eb0011b78ce9253.html",
+ "testCaseApproved": true,
+ "expected": "inapplicable",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "0bf30cdf02ff26dfca5aa705b7023227da221e05",
+ "testCaseName": "Inapplicable Example 7",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/0bf30cdf02ff26dfca5aa705b7023227da221e05.html",
+ "testCaseApproved": true,
+ "expected": "inapplicable",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed"
+ ]
+ }
+ ]
+ },
+ {
+ "testcaseId": "8ce8198a1e6907ae25eb957eb0a5a99e719131a1",
+ "testCaseName": "Inapplicable Example 8",
+ "testCaseUrl": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/bc659a/8ce8198a1e6907ae25eb957eb0a5a99e719131a1.html",
+ "testCaseApproved": true,
+ "expected": "inapplicable",
+ "procedureResults": [
+ {
+ "procedureName": "meta-refresh",
+ "outcomes": [
+ "passed"
+ ]
+ }
+ ]
+ }
+ ]
},
{
"ruleId": "b4f0c3",
diff --git a/content-assets/wcag-act-rules/earl/axe-core.json b/content-assets/wcag-act-rules/earl/axe-core.json
index d3118040..f88ffff7 100644
--- a/content-assets/wcag-act-rules/earl/axe-core.json
+++ b/content-assets/wcag-act-rules/earl/axe-core.json
@@ -9675,6 +9675,414 @@
]
}
},
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/49d79a4e4e4a994a8eb7cf2eaf59c99d2251cac5.html"
+ },
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/d48be8e9b638b9c27714cb3118a335376ed65f0f.html"
+ },
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/d48be8e9b638b9c27714cb3118a335376ed65f0f.html"
+ },
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b5ca868de7980f6944142ecdb849f47ad2cdfb5c.html"
+ },
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/56857820788db21498e95a5cbba65d59a9a2b892.html"
+ },
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/96c7657d21888cd05edd297d44a8fd554b21c908.html"
+ },
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b2e7f3e00ffce0a2a1078f860452814e6445445d.html"
+ },
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b2e7f3e00ffce0a2a1078f860452814e6445445d.html"
+ },
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/5d4d5b214459c8a0779600ab39a5668003271c62.html"
+ },
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/48a600254c0883cd5a72471420b1ac5a532ca6c3.html"
+ },
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/4dffd30573a924ad0158d813733e029aac160194.html"
+ },
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/a05aeffa53890c3ed9fd9cefa544eb1071497de5.html"
+ },
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/a8c47bb26867342e83342645507fb766648799d7.html"
+ },
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/ca4a053f47b6e322ad6de680fdabd05f651bf49b.html"
+ },
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b42a3a108d5d0f65258cd8157eb0011b78ce9253.html"
+ },
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/0bf30cdf02ff26dfca5aa705b7023227da221e05.html"
+ },
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/8ce8198a1e6907ae25eb957eb0a5a99e719131a1.html"
+ },
+ "assertedBy": "https://github.com/dequelabs/axe-core/releases/tag/4.8.2-canary.dc202ff",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
{
"@type": "Assertion",
"mode": "earl:automatic",
diff --git a/content-assets/wcag-act-rules/earl/axe-devtools-pro.json b/content-assets/wcag-act-rules/earl/axe-devtools-pro.json
index 0f1d999e..3000d80e 100644
--- a/content-assets/wcag-act-rules/earl/axe-devtools-pro.json
+++ b/content-assets/wcag-act-rules/earl/axe-devtools-pro.json
@@ -12518,6 +12518,397 @@
]
}
},
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/49d79a4e4e4a994a8eb7cf2eaf59c99d2251cac5.html"
+ },
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/d48be8e9b638b9c27714cb3118a335376ed65f0f.html"
+ },
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/d48be8e9b638b9c27714cb3118a335376ed65f0f.html"
+ },
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b5ca868de7980f6944142ecdb849f47ad2cdfb5c.html"
+ },
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/56857820788db21498e95a5cbba65d59a9a2b892.html"
+ },
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/96c7657d21888cd05edd297d44a8fd554b21c908.html"
+ },
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b2e7f3e00ffce0a2a1078f860452814e6445445d.html"
+ },
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b2e7f3e00ffce0a2a1078f860452814e6445445d.html"
+ },
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/5d4d5b214459c8a0779600ab39a5668003271c62.html"
+ },
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/48a600254c0883cd5a72471420b1ac5a532ca6c3.html"
+ },
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/4dffd30573a924ad0158d813733e029aac160194.html"
+ },
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/a05aeffa53890c3ed9fd9cefa544eb1071497de5.html"
+ },
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/a8c47bb26867342e83342645507fb766648799d7.html"
+ },
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/ca4a053f47b6e322ad6de680fdabd05f651bf49b.html"
+ },
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/b42a3a108d5d0f65258cd8157eb0011b78ce9253.html"
+ },
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/0bf30cdf02ff26dfca5aa705b7023227da221e05.html"
+ },
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
+ {
+ "@type": "Assertion",
+ "mode": "earl:automatic",
+ "subject": {
+ "@type": [
+ "earl:TestSubject",
+ "sch:WebPage"
+ ],
+ "source": "https://wai-wcag-act-rules.netlify.app/content-assets/wcag-act-rules/testcases/bc659a/8ce8198a1e6907ae25eb957eb0a5a99e719131a1.html"
+ },
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed"
+ },
+ "test": {
+ "@type": "TestCase",
+ "title": "meta-refresh",
+ "@id": "https://dequeuniversity.com/rules/axe/4.8/meta-refresh?application=axeAPI",
+ "isPartOf": [
+ "WCAG2:timing-adjustable"
+ ]
+ }
+ },
{
"@type": "Assertion",
"mode": "earl:automatic",
From 4d9466be1ebf8b7009d9a06b003e103eb9fde33c Mon Sep 17 00:00:00 2001
From: github-actions
Date: Tue, 31 Oct 2023 12:02:43 +0000
Subject: [PATCH 10/10] Implementation data update
---
.../implementations/qualweb.json | 360 +-
.../wcag-act-rules/earl/qualweb.json | 7180 ++++++++++++-----
2 files changed, 5417 insertions(+), 2123 deletions(-)
diff --git a/_data/wcag-act-rules/implementations/qualweb.json b/_data/wcag-act-rules/implementations/qualweb.json
index 5e51d801..1ca18a25 100644
--- a/_data/wcag-act-rules/implementations/qualweb.json
+++ b/_data/wcag-act-rules/implementations/qualweb.json
@@ -2,17 +2,17 @@
"vendor": "LASIGE, Faculdade de Ciências da Universidade de Lisboa",
"name": "QualWeb",
"version": "3.0.0",
- "lastModified": "23 October 2023",
+ "lastModified": "31 October 2023",
"approvedRules": {
- "complete": 9,
- "partial": 16,
+ "complete": 22,
+ "partial": 3,
"inconsistent": 0,
"untested": 2
},
"proposedRules": {
- "complete": 4,
- "partial": 19,
- "inconsistent": 19,
+ "complete": 8,
+ "partial": 17,
+ "inconsistent": 17,
"untested": 17
},
"actRuleMapping": [
@@ -23,7 +23,7 @@
"procedureNames": [
"autocomplete attribute has valid value"
],
- "consistency": "partial",
+ "consistency": "complete",
"accessibilityRequirements": {
"correct": true,
"expected": [
@@ -34,8 +34,8 @@
]
},
"coverage": {
- "covered": 25,
- "untested": 3,
+ "covered": 28,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 28
},
@@ -260,7 +260,7 @@
{
"procedureName": "autocomplete attribute has valid value",
"outcomes": [
- "untested"
+ "inapplicable"
]
}
]
@@ -410,7 +410,7 @@
{
"procedureName": "autocomplete attribute has valid value",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -425,7 +425,7 @@
{
"procedureName": "autocomplete attribute has valid value",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -469,7 +469,7 @@
"procedureNames": [
"Button has accessible name"
],
- "consistency": "partial",
+ "consistency": "complete",
"accessibilityRequirements": {
"correct": true,
"expected": [
@@ -480,8 +480,8 @@
]
},
"coverage": {
- "covered": 16,
- "untested": 1,
+ "covered": 17,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 17
},
@@ -646,7 +646,7 @@
{
"procedureName": "Button has accessible name",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -750,7 +750,7 @@
"procedureNames": [
"Element within body has valid lang attribute"
],
- "consistency": "partial",
+ "consistency": "complete",
"accessibilityRequirements": {
"correct": true,
"expected": [
@@ -761,8 +761,8 @@
]
},
"coverage": {
- "covered": 24,
- "untested": 7,
+ "covered": 31,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 31
},
@@ -852,7 +852,7 @@
{
"procedureName": "Element within body has valid lang attribute",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -867,7 +867,7 @@
{
"procedureName": "Element within body has valid lang attribute",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -927,7 +927,7 @@
{
"procedureName": "Element within body has valid lang attribute",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -1047,7 +1047,7 @@
{
"procedureName": "Element within body has valid lang attribute",
"outcomes": [
- "untested"
+ "passed"
]
}
]
@@ -1062,7 +1062,7 @@
{
"procedureName": "Element within body has valid lang attribute",
"outcomes": [
- "untested"
+ "passed"
]
}
]
@@ -1092,7 +1092,7 @@
{
"procedureName": "Element within body has valid lang attribute",
"outcomes": [
- "untested"
+ "passed"
]
}
]
@@ -1137,7 +1137,7 @@
{
"procedureName": "Element within body has valid lang attribute",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -1241,15 +1241,15 @@
"procedureNames": [
"Element marked as decorative is not exposed"
],
- "consistency": "partial",
+ "consistency": "complete",
"accessibilityRequirements": {
"correct": true,
"expected": [],
"reported": []
},
"coverage": {
- "covered": 9,
- "untested": 1,
+ "covered": 10,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 10
},
@@ -1384,7 +1384,7 @@
{
"procedureName": "Element marked as decorative is not exposed",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -1413,7 +1413,7 @@
"procedureNames": [
"Form control has accessible name"
],
- "consistency": "partial",
+ "consistency": "complete",
"accessibilityRequirements": {
"correct": true,
"expected": [
@@ -1424,8 +1424,8 @@
]
},
"coverage": {
- "covered": 18,
- "untested": 1,
+ "covered": 19,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 19
},
@@ -1650,7 +1650,7 @@
{
"procedureName": "Form control has accessible name",
"outcomes": [
- "untested"
+ "inapplicable"
]
}
]
@@ -1855,7 +1855,7 @@
"procedureNames": [
"HTML Page has a title"
],
- "consistency": "partial",
+ "consistency": "complete",
"accessibilityRequirements": {
"correct": true,
"expected": [
@@ -1866,8 +1866,8 @@
]
},
"coverage": {
- "covered": 9,
- "untested": 2,
+ "covered": 11,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 11
},
@@ -1927,7 +1927,7 @@
{
"procedureName": "HTML Page has a title",
"outcomes": [
- "untested"
+ "passed"
]
}
]
@@ -1972,7 +1972,7 @@
{
"procedureName": "HTML Page has a title",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -2046,7 +2046,7 @@
"procedureNames": [
"Image button has accessible name"
],
- "consistency": "partial",
+ "consistency": "complete",
"accessibilityRequirements": {
"correct": true,
"expected": [
@@ -2059,8 +2059,8 @@
]
},
"coverage": {
- "covered": 10,
- "untested": 2,
+ "covered": 12,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 12
},
@@ -2105,7 +2105,7 @@
{
"procedureName": "Image button has accessible name",
"outcomes": [
- "untested"
+ "passed"
]
}
]
@@ -2120,7 +2120,7 @@
{
"procedureName": "Image button has accessible name",
"outcomes": [
- "untested"
+ "passed"
]
}
]
@@ -2254,7 +2254,7 @@
"procedureNames": [
"Image has accessible name"
],
- "consistency": "partial",
+ "consistency": "complete",
"accessibilityRequirements": {
"correct": true,
"expected": [
@@ -2265,8 +2265,8 @@
]
},
"coverage": {
- "covered": 16,
- "untested": 2,
+ "covered": 18,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 18
},
@@ -2356,7 +2356,7 @@
{
"procedureName": "Image has accessible name",
"outcomes": [
- "untested"
+ "passed"
]
}
]
@@ -2506,7 +2506,7 @@
{
"procedureName": "Image has accessible name",
"outcomes": [
- "untested"
+ "inapplicable"
]
}
]
@@ -2562,7 +2562,7 @@
},
"coverage": {
"covered": 17,
- "untested": 1,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 19
},
@@ -2832,7 +2832,7 @@
{
"procedureName": "Letter spacing in style attributes is not !important",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -3913,7 +3913,7 @@
"procedureNames": [
"Element with `aria-hidden` has no focusable content"
],
- "consistency": "partial",
+ "consistency": "complete",
"accessibilityRequirements": {
"correct": true,
"expected": [
@@ -3924,8 +3924,8 @@
]
},
"coverage": {
- "covered": 13,
- "untested": 2,
+ "covered": 15,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 15
},
@@ -4015,7 +4015,7 @@
{
"procedureName": "Element with `aria-hidden` has no focusable content",
"outcomes": [
- "untested"
+ "passed"
]
}
]
@@ -4105,7 +4105,7 @@
{
"procedureName": "Element with `aria-hidden` has no focusable content",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -4417,7 +4417,7 @@
"procedureNames": [
"meta viewport does not prevent zoom"
],
- "consistency": "partial",
+ "consistency": "complete",
"accessibilityRequirements": {
"correct": true,
"expected": [
@@ -4428,8 +4428,8 @@
]
},
"coverage": {
- "covered": 12,
- "untested": 1,
+ "covered": 13,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 16
},
@@ -4594,7 +4594,7 @@
{
"procedureName": "meta viewport does not prevent zoom",
"outcomes": [
- "untested"
+ "passed"
]
}
]
@@ -5131,7 +5131,7 @@
},
"coverage": {
"covered": 7,
- "untested": 1,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 9
},
@@ -5266,7 +5266,7 @@
{
"procedureName": "iframe with negative tabindex has no interactive elements",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -5289,7 +5289,7 @@
"procedureNames": [
"Menuitem has non-empty accessible name"
],
- "consistency": "partial",
+ "consistency": "complete",
"accessibilityRequirements": {
"correct": true,
"expected": [
@@ -5300,8 +5300,8 @@
]
},
"coverage": {
- "covered": 7,
- "untested": 1,
+ "covered": 8,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 8
},
@@ -5316,7 +5316,7 @@
{
"procedureName": "Menuitem has non-empty accessible name",
"outcomes": [
- "untested"
+ "passed"
]
}
]
@@ -5744,7 +5744,7 @@
"procedureNames": [
"Text has minimum contrast"
],
- "consistency": "partial",
+ "consistency": "complete",
"accessibilityRequirements": {
"correct": true,
"expected": [
@@ -5756,8 +5756,8 @@
]
},
"coverage": {
- "covered": 24,
- "untested": 2,
+ "covered": 26,
+ "untested": 0,
"cantTell": 6,
"testCaseTotal": 32
},
@@ -6057,7 +6057,7 @@
{
"procedureName": "Text has minimum contrast",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -6177,7 +6177,7 @@
{
"procedureName": "Text has minimum contrast",
"outcomes": [
- "untested"
+ "inapplicable"
]
}
]
@@ -6251,7 +6251,7 @@
"procedureNames": [
"Text has enhanced contrast"
],
- "consistency": "partial",
+ "consistency": "complete",
"accessibilityRequirements": {
"correct": true,
"expected": [
@@ -6262,8 +6262,8 @@
]
},
"coverage": {
- "covered": 27,
- "untested": 5,
+ "covered": 32,
+ "untested": 0,
"cantTell": 2,
"testCaseTotal": 34
},
@@ -6458,7 +6458,7 @@
{
"procedureName": "Text has enhanced contrast",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -6473,7 +6473,7 @@
{
"procedureName": "Text has enhanced contrast",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -6488,7 +6488,7 @@
{
"procedureName": "Text has enhanced contrast",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -6518,7 +6518,7 @@
{
"procedureName": "Text has enhanced contrast",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -6758,7 +6758,7 @@
{
"procedureName": "Text has enhanced contrast",
"outcomes": [
- "untested"
+ "inapplicable"
]
}
]
@@ -6787,15 +6787,15 @@
"procedureNames": [
"aria-* attribute is defined in WAI-ARIA"
],
- "consistency": "partial",
+ "consistency": "complete",
"accessibilityRequirements": {
"correct": true,
"expected": [],
"reported": []
},
"coverage": {
- "covered": 5,
- "untested": 2,
+ "covered": 7,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 7
},
@@ -6810,7 +6810,7 @@
{
"procedureName": "aria-* attribute is defined in WAI-ARIA",
"outcomes": [
- "untested"
+ "passed"
]
}
]
@@ -6900,7 +6900,7 @@
{
"procedureName": "aria-* attribute is defined in WAI-ARIA",
"outcomes": [
- "untested"
+ "inapplicable"
]
}
]
@@ -8062,7 +8062,7 @@
},
"coverage": {
"covered": 3,
- "untested": 1,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 7
},
@@ -8122,7 +8122,7 @@
{
"procedureName": "audio element content is media alternative for text",
"outcomes": [
- "untested"
+ "inapplicable"
]
}
]
@@ -9336,9 +9336,9 @@
]
},
"coverage": {
- "covered": 2,
+ "covered": 1,
"untested": 0,
- "cantTell": 12,
+ "cantTell": 13,
"testCaseTotal": 14
},
"testCaseResults": [
@@ -9430,31 +9430,31 @@
{
"procedureName": "Document has a landmark with non-repeated content",
"outcomes": [
- "passed"
+ "cantTell"
]
},
{
"procedureName": "Document has heading for non-repeated content",
"outcomes": [
- "passed"
+ "cantTell"
]
},
{
"procedureName": "Block of repeated content is collapsible",
"outcomes": [
- "passed"
+ "cantTell"
]
},
{
"procedureName": "Document has an instrument to move focus to non-repeated content",
"outcomes": [
- "passed"
+ "cantTell"
]
},
{
"procedureName": "Bypass Blocks of Repeated Content",
"outcomes": [
- "passed"
+ "cantTell"
]
}
]
@@ -9908,8 +9908,8 @@
]
},
"coverage": {
- "covered": 10,
- "untested": 1,
+ "covered": 11,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 12
},
@@ -10059,7 +10059,7 @@
{
"procedureName": "Orientation of the page is not restricted using CSS transform property",
"outcomes": [
- "untested"
+ "inapplicable"
]
}
]
@@ -10361,8 +10361,8 @@
},
"coverage": {
"covered": 1,
- "untested": 2,
- "cantTell": 9,
+ "untested": 0,
+ "cantTell": 11,
"testCaseTotal": 12
},
"testCaseResults": [
@@ -10436,7 +10436,7 @@
{
"procedureName": "Document has an instrument to move focus to non-repeated content",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -10451,7 +10451,7 @@
{
"procedureName": "Document has an instrument to move focus to non-repeated content",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -10562,9 +10562,9 @@
"reported": []
},
"coverage": {
- "covered": 1,
- "untested": 4,
- "cantTell": 3,
+ "covered": 2,
+ "untested": 0,
+ "cantTell": 6,
"testCaseTotal": 8
},
"testCaseResults": [
@@ -10593,7 +10593,7 @@
{
"procedureName": "Document has a landmark with non-repeated content",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -10623,7 +10623,7 @@
{
"procedureName": "Document has a landmark with non-repeated content",
"outcomes": [
- "untested"
+ "passed"
]
}
]
@@ -10638,7 +10638,7 @@
{
"procedureName": "Document has a landmark with non-repeated content",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -10653,7 +10653,7 @@
{
"procedureName": "Document has a landmark with non-repeated content",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -10760,8 +10760,8 @@
]
},
"coverage": {
- "covered": 13,
- "untested": 2,
+ "covered": 15,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 15
},
@@ -10851,7 +10851,7 @@
{
"procedureName": "Heading has accessible name",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -10956,7 +10956,7 @@
{
"procedureName": "Heading has accessible name",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -11021,8 +11021,8 @@
},
"coverage": {
"covered": 9,
- "untested": 4,
- "cantTell": 10,
+ "untested": 0,
+ "cantTell": 14,
"testCaseTotal": 23
},
"testCaseResults": [
@@ -11096,7 +11096,7 @@
{
"procedureName": "`iframe` elements with identical accessible names have equivalent purpose",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -11126,7 +11126,7 @@
{
"procedureName": "`iframe` elements with identical accessible names have equivalent purpose",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -11186,7 +11186,7 @@
{
"procedureName": "`iframe` elements with identical accessible names have equivalent purpose",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -11216,7 +11216,7 @@
{
"procedureName": "`iframe` elements with identical accessible names have equivalent purpose",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -11380,7 +11380,7 @@
"procedureNames": [
"iframe element has accessible name"
],
- "consistency": "partial",
+ "consistency": "complete",
"accessibilityRequirements": {
"correct": true,
"expected": [
@@ -11391,8 +11391,8 @@
]
},
"coverage": {
- "covered": 10,
- "untested": 1,
+ "covered": 11,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 11
},
@@ -11407,7 +11407,7 @@
{
"procedureName": "iframe element has accessible name",
"outcomes": [
- "untested"
+ "passed"
]
}
]
@@ -11672,7 +11672,7 @@
},
"coverage": {
"covered": 0,
- "untested": 1,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 3
},
@@ -11717,7 +11717,7 @@
{
"procedureName": "Word spacing in style attributes is not !important",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -11731,7 +11731,7 @@
"procedureNames": [
"Error message describes invalid form field value"
],
- "consistency": null,
+ "consistency": "partial",
"accessibilityRequirements": {
"correct": true,
"expected": [
@@ -11742,9 +11742,9 @@
]
},
"coverage": {
- "covered": 0,
- "untested": 3,
- "cantTell": 6,
+ "covered": 1,
+ "untested": 0,
+ "cantTell": 8,
"testCaseTotal": 9
},
"testCaseResults": [
@@ -11788,7 +11788,7 @@
{
"procedureName": "Error message describes invalid form field value",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -11803,7 +11803,7 @@
{
"procedureName": "Error message describes invalid form field value",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -11878,7 +11878,7 @@
{
"procedureName": "Error message describes invalid form field value",
"outcomes": [
- "untested"
+ "inapplicable"
]
}
]
@@ -11910,7 +11910,7 @@
"procedureNames": [
"Links with identical accessible names have equivalent purpose"
],
- "consistency": null,
+ "consistency": "partial",
"accessibilityRequirements": {
"correct": true,
"expected": [
@@ -11921,9 +11921,9 @@
]
},
"coverage": {
- "covered": 6,
- "untested": 4,
- "cantTell": 11,
+ "covered": 8,
+ "untested": 0,
+ "cantTell": 13,
"testCaseTotal": 21
},
"testCaseResults": [
@@ -12027,7 +12027,7 @@
{
"procedureName": "Links with identical accessible names have equivalent purpose",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -12102,7 +12102,7 @@
{
"procedureName": "Links with identical accessible names have equivalent purpose",
"outcomes": [
- "untested"
+ "passed"
]
}
]
@@ -12162,7 +12162,7 @@
{
"procedureName": "Links with identical accessible names have equivalent purpose",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -12222,7 +12222,7 @@
{
"procedureName": "Links with identical accessible names have equivalent purpose",
"outcomes": [
- "untested"
+ "inapplicable"
]
}
]
@@ -12264,8 +12264,8 @@
},
"coverage": {
"covered": 7,
- "untested": 2,
- "cantTell": 10,
+ "untested": 0,
+ "cantTell": 12,
"testCaseTotal": 19
},
"testCaseResults": [
@@ -12369,7 +12369,7 @@
{
"procedureName": "Links with identical accessible names and context serve equivalent purpose",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -12549,7 +12549,7 @@
{
"procedureName": "Links with identical accessible names and context serve equivalent purpose",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -12804,7 +12804,7 @@
"procedureNames": [
"role attribute has valid value"
],
- "consistency": "partial",
+ "consistency": "complete",
"accessibilityRequirements": {
"correct": true,
"expected": [],
@@ -12813,8 +12813,8 @@
]
},
"coverage": {
- "covered": 8,
- "untested": 2,
+ "covered": 10,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 10
},
@@ -12829,7 +12829,7 @@
{
"procedureName": "role attribute has valid value",
"outcomes": [
- "untested"
+ "passed"
]
}
]
@@ -12874,7 +12874,7 @@
{
"procedureName": "role attribute has valid value",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -12978,7 +12978,7 @@
"procedureNames": [
"Element with role attribute has required states and properties"
],
- "consistency": "partial",
+ "consistency": "complete",
"accessibilityRequirements": {
"correct": true,
"expected": [],
@@ -12987,8 +12987,8 @@
]
},
"coverage": {
- "covered": 13,
- "untested": 2,
+ "covered": 15,
+ "untested": 0,
"cantTell": 0,
"testCaseTotal": 15
},
@@ -13063,7 +13063,7 @@
{
"procedureName": "Element with role attribute has required states and properties",
"outcomes": [
- "untested"
+ "passed"
]
}
]
@@ -13153,7 +13153,7 @@
{
"procedureName": "Element with role attribute has required states and properties",
"outcomes": [
- "untested"
+ "failed"
]
}
]
@@ -14074,8 +14074,8 @@
},
"coverage": {
"covered": 1,
- "untested": 1,
- "cantTell": 5,
+ "untested": 0,
+ "cantTell": 6,
"testCaseTotal": 7
},
"testCaseResults": [
@@ -14134,7 +14134,7 @@
{
"procedureName": "video element content is media alternative for text",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -14201,8 +14201,8 @@
},
"coverage": {
"covered": 1,
- "untested": 1,
- "cantTell": 5,
+ "untested": 0,
+ "cantTell": 6,
"testCaseTotal": 7
},
"testCaseResults": [
@@ -14261,7 +14261,7 @@
{
"procedureName": "video element visual content has audio description",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -14471,8 +14471,8 @@
"reported": []
},
"coverage": {
- "covered": 4,
- "untested": 3,
+ "covered": 5,
+ "untested": 0,
"cantTell": 1,
"testCaseTotal": 9
},
@@ -14517,7 +14517,7 @@
{
"procedureName": "video element visual-only content has description track",
"outcomes": [
- "untested"
+ "inapplicable"
]
}
]
@@ -14547,7 +14547,7 @@
{
"procedureName": "video element visual-only content has description track",
"outcomes": [
- "untested"
+ "inapplicable"
]
}
]
@@ -14562,7 +14562,7 @@
{
"procedureName": "video element visual-only content has description track",
"outcomes": [
- "untested"
+ "inapplicable"
]
}
]
@@ -14629,8 +14629,8 @@
},
"coverage": {
"covered": 1,
- "untested": 2,
- "cantTell": 4,
+ "untested": 0,
+ "cantTell": 6,
"testCaseTotal": 7
},
"testCaseResults": [
@@ -14644,7 +14644,7 @@
{
"procedureName": "video element visual-only content is media alternative for text",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -14719,7 +14719,7 @@
{
"procedureName": "video element visual-only content is media alternative for text",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -14756,8 +14756,8 @@
},
"coverage": {
"covered": 1,
- "untested": 1,
- "cantTell": 3,
+ "untested": 0,
+ "cantTell": 4,
"testCaseTotal": 5
},
"testCaseResults": [
@@ -14816,7 +14816,7 @@
{
"procedureName": "video element visual-only content has audio track alternative",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -14853,8 +14853,8 @@
},
"coverage": {
"covered": 1,
- "untested": 1,
- "cantTell": 6,
+ "untested": 0,
+ "cantTell": 7,
"testCaseTotal": 8
},
"testCaseResults": [
@@ -14928,7 +14928,7 @@
{
"procedureName": "video element visual-only content has transcript",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -15259,8 +15259,8 @@
},
"coverage": {
"covered": 1,
- "untested": 1,
- "cantTell": 3,
+ "untested": 0,
+ "cantTell": 4,
"testCaseTotal": 5
},
"testCaseResults": [
@@ -15274,7 +15274,7 @@
{
"procedureName": "Audio and visuals of video element have transcript",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -15581,8 +15581,8 @@
},
"coverage": {
"covered": 5,
- "untested": 2,
- "cantTell": 7,
+ "untested": 0,
+ "cantTell": 9,
"testCaseTotal": 14
},
"testCaseResults": [
@@ -15596,7 +15596,7 @@
{
"procedureName": "Zoomed text node is not clipped with CSS overflow",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
@@ -15641,7 +15641,7 @@
{
"procedureName": "Zoomed text node is not clipped with CSS overflow",
"outcomes": [
- "untested"
+ "cantTell"
]
}
]
diff --git a/content-assets/wcag-act-rules/earl/qualweb.json b/content-assets/wcag-act-rules/earl/qualweb.json
index 14c52b51..a12590e3 100644
--- a/content-assets/wcag-act-rules/earl/qualweb.json
+++ b/content-assets/wcag-act-rules/earl/qualweb.json
@@ -37,7 +37,7 @@
}
],
"description": "The test target has a valid `autocomplete` attribute.",
- "date": "2023-10-23 12:23:56"
+ "date": "2023-10-31 07:50:52"
}
}
]
@@ -78,7 +78,7 @@
}
],
"description": "The test target has a valid `autocomplete` attribute.",
- "date": "2023-10-23 12:23:57"
+ "date": "2023-10-31 07:50:53"
}
}
]
@@ -119,7 +119,7 @@
}
],
"description": "The test target has a valid `autocomplete` attribute.",
- "date": "2023-10-23 12:24:00"
+ "date": "2023-10-31 07:50:55"
}
}
]
@@ -160,7 +160,7 @@
}
],
"description": "The test target has a valid `autocomplete` attribute.",
- "date": "2023-10-23 12:24:02"
+ "date": "2023-10-31 07:50:57"
}
}
]
@@ -201,7 +201,7 @@
}
],
"description": "The test target has a valid `autocomplete` attribute.",
- "date": "2023-10-23 12:24:04"
+ "date": "2023-10-31 07:50:59"
}
}
]
@@ -242,7 +242,7 @@
}
],
"description": "The test target has a valid `autocomplete` attribute.",
- "date": "2023-10-23 12:24:07"
+ "date": "2023-10-31 07:51:02"
}
}
]
@@ -283,7 +283,7 @@
}
],
"description": "The test target has a valid `autocomplete` attribute.",
- "date": "2023-10-23 12:24:09"
+ "date": "2023-10-31 07:51:04"
}
}
]
@@ -324,7 +324,7 @@
}
],
"description": "The test target has a valid `autocomplete` attribute.",
- "date": "2023-10-23 12:24:12"
+ "date": "2023-10-31 07:51:06"
}
}
]
@@ -365,7 +365,7 @@
}
],
"description": "The test target `autocomplete` attribute is not valid.",
- "date": "2023-10-23 12:24:14"
+ "date": "2023-10-31 07:51:08"
}
}
]
@@ -406,7 +406,7 @@
}
],
"description": "The test target `autocomplete` attribute is not valid.",
- "date": "2023-10-23 12:24:16"
+ "date": "2023-10-31 07:51:10"
}
}
]
@@ -447,7 +447,7 @@
}
],
"description": "The test target `autocomplete` attribute is not valid.",
- "date": "2023-10-23 12:24:19"
+ "date": "2023-10-31 07:51:13"
}
}
]
@@ -488,7 +488,7 @@
}
],
"description": "The test target `autocomplete` attribute is not valid.",
- "date": "2023-10-23 12:24:21"
+ "date": "2023-10-31 07:51:15"
}
}
]
@@ -529,7 +529,7 @@
}
],
"description": "The test target `autocomplete` attribute is not valid.",
- "date": "2023-10-23 12:24:23"
+ "date": "2023-10-31 07:51:17"
}
}
]
@@ -563,7 +563,41 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:24:26"
+ "date": "2023-10-31 07:51:19"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/73f2c2/b3ca8290eb74aa794ffbfd3e338facc52e675746.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/73f2c2",
+ "@type": "TestCase",
+ "title": "autocomplete attribute has valid value",
+ "description": "This rule checks that the HTML autocomplete attribute has a correct value.",
+ "isPartOf": [
+ "WCAG2:identify-input-purpose"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 07:51:21"
}
}
]
@@ -597,7 +631,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:25:28"
+ "date": "2023-10-31 07:51:24"
}
}
]
@@ -631,7 +665,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:25:31"
+ "date": "2023-10-31 07:51:26"
}
}
]
@@ -665,7 +699,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:25:33"
+ "date": "2023-10-31 07:51:28"
}
}
]
@@ -699,7 +733,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:25:36"
+ "date": "2023-10-31 07:51:30"
}
}
]
@@ -733,7 +767,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:25:38"
+ "date": "2023-10-31 07:51:32"
}
}
]
@@ -774,7 +808,7 @@
}
],
"description": "The test target has a valid `autocomplete` attribute.",
- "date": "2023-10-23 12:25:41"
+ "date": "2023-10-31 07:51:35"
}
}
]
@@ -815,7 +849,7 @@
}
],
"description": "The test target `autocomplete` attribute is not valid.",
- "date": "2023-10-23 12:25:43"
+ "date": "2023-10-31 07:51:37"
}
}
]
@@ -856,7 +890,7 @@
}
],
"description": "The test target `autocomplete` attribute is not valid.",
- "date": "2023-10-23 12:25:45"
+ "date": "2023-10-31 07:51:39"
}
}
]
@@ -897,7 +931,89 @@
}
],
"description": "The test target `autocomplete` attribute is not valid.",
- "date": "2023-10-23 12:25:48"
+ "date": "2023-10-31 07:51:41"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/73f2c2/3d79434f382323a20bc7dda8cd01e8d084a3c3bf.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/73f2c2",
+ "@type": "TestCase",
+ "title": "autocomplete attribute has valid value",
+ "description": "This rule checks that the HTML autocomplete attribute has a correct value.",
+ "isPartOf": [
+ "WCAG2:identify-input-purpose"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > label:nth-child(1) > input:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target `autocomplete` attribute is not valid.",
+ "date": "2023-10-31 07:51:43"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/73f2c2/92214e0008b9b2e7bd98d991d27c09bb33d4c92c.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/73f2c2",
+ "@type": "TestCase",
+ "title": "autocomplete attribute has valid value",
+ "description": "This rule checks that the HTML autocomplete attribute has a correct value.",
+ "isPartOf": [
+ "WCAG2:identify-input-purpose"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > label:nth-child(1) > input:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target `autocomplete` attribute is not valid.",
+ "date": "2023-10-31 07:51:46"
}
}
]
@@ -931,7 +1047,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:27:50"
+ "date": "2023-10-31 07:51:48"
}
}
]
@@ -965,7 +1081,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:27:53"
+ "date": "2023-10-31 07:51:50"
}
}
]
@@ -1006,7 +1122,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:27:55"
+ "date": "2023-10-31 07:51:52"
}
}
]
@@ -1047,7 +1163,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:27:57"
+ "date": "2023-10-31 07:51:55"
}
}
]
@@ -1088,7 +1204,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:28:00"
+ "date": "2023-10-31 07:51:57"
}
}
]
@@ -1129,7 +1245,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:28:02"
+ "date": "2023-10-31 07:51:59"
}
}
]
@@ -1170,7 +1286,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:28:04"
+ "date": "2023-10-31 07:52:01"
}
}
]
@@ -1211,7 +1327,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:28:07"
+ "date": "2023-10-31 07:52:03"
}
}
]
@@ -1252,7 +1368,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:28:09"
+ "date": "2023-10-31 07:52:06"
}
}
]
@@ -1293,7 +1409,7 @@
}
],
"description": "The test target doesn't have an accessible name, or it's empty ('').",
- "date": "2023-10-23 12:28:12"
+ "date": "2023-10-31 07:52:08"
}
}
]
@@ -1334,7 +1450,7 @@
}
],
"description": "The test target doesn't have an accessible name, or it's empty ('').",
- "date": "2023-10-23 12:28:14"
+ "date": "2023-10-31 07:52:10"
}
}
]
@@ -1375,7 +1491,48 @@
}
],
"description": "The test target doesn't have an accessible name, or it's empty ('').",
- "date": "2023-10-23 12:28:16"
+ "date": "2023-10-31 07:52:12"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/97a4e1/1a6035f4f09b339ac53bc547fc727a51ab05a3c6.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/97a4e1",
+ "@type": "TestCase",
+ "title": "Button has accessible name",
+ "description": "This rule checks that each button element has an accessible name.",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > button:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target doesn't have an accessible name, or it's empty ('').",
+ "date": "2023-10-31 07:52:14"
}
}
]
@@ -1416,7 +1573,7 @@
}
],
"description": "The test target doesn't have an accessible name, or it's empty ('').",
- "date": "2023-10-23 12:29:19"
+ "date": "2023-10-31 07:52:17"
}
}
]
@@ -1450,7 +1607,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:29:21"
+ "date": "2023-10-31 07:52:19"
}
}
]
@@ -1484,7 +1641,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:29:24"
+ "date": "2023-10-31 07:52:21"
}
}
]
@@ -1518,7 +1675,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:29:26"
+ "date": "2023-10-31 07:52:23"
}
}
]
@@ -1552,7 +1709,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:29:28"
+ "date": "2023-10-31 07:52:25"
}
}
]
@@ -1586,7 +1743,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:29:31"
+ "date": "2023-10-31 07:52:27"
}
}
]
@@ -1627,7 +1784,7 @@
}
],
"description": "The test target has a valid `lang` attribute.",
- "date": "2023-10-23 12:29:33"
+ "date": "2023-10-31 07:52:30"
}
}
]
@@ -1668,7 +1825,7 @@
}
],
"description": "The test target has a valid `lang` attribute.",
- "date": "2023-10-23 12:29:35"
+ "date": "2023-10-31 07:52:32"
}
}
]
@@ -1709,7 +1866,7 @@
}
],
"description": "The test target has a valid `lang` attribute.",
- "date": "2023-10-23 12:29:38"
+ "date": "2023-10-31 07:52:34"
}
}
]
@@ -1750,7 +1907,7 @@
}
],
"description": "The test target has a valid `lang` attribute.",
- "date": "2023-10-23 12:29:40"
+ "date": "2023-10-31 07:52:36"
}
}
]
@@ -1791,14 +1948,14 @@
}
],
"description": "The test target has a valid `lang` attribute.",
- "date": "2023-10-23 12:29:42"
+ "date": "2023-10-31 07:52:38"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/35a083bacf80a64deb81069ec7db0229520c9a6c.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/0545e4efa0d7897b357f0396e7e30d5f3b5921dd.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -1832,14 +1989,14 @@
}
],
"description": "The test target has an invalid `lang` attribute.",
- "date": "2023-10-23 12:31:45"
+ "date": "2023-10-31 07:52:41"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/0d2ac2a60f6b99de02537945ac61366e1562403d.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/e7f2916927e758969cbfe270ad4b6ed6c07faa72.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -1873,14 +2030,14 @@
}
],
"description": "The test target has an invalid `lang` attribute.",
- "date": "2023-10-23 12:31:47"
+ "date": "2023-10-31 07:52:43"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/8df22e9421c652e9849f7bfb4dbd28a24518c0fb.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/35a083bacf80a64deb81069ec7db0229520c9a6c.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -1914,14 +2071,14 @@
}
],
"description": "The test target has an invalid `lang` attribute.",
- "date": "2023-10-23 12:31:50"
+ "date": "2023-10-31 07:52:45"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/3087d6c373b09b1f4fc70a5c3ae221cce54b626c.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/0d2ac2a60f6b99de02537945ac61366e1562403d.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -1949,20 +2106,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > div:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > article:nth-child(1)",
"outcome": "earl:failed"
}
}
],
"description": "The test target has an invalid `lang` attribute.",
- "date": "2023-10-23 12:32:52"
+ "date": "2023-10-31 07:52:47"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/915cdae554a817caa4792101fde1adf14563227d.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/8df22e9421c652e9849f7bfb4dbd28a24518c0fb.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -1990,20 +2147,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > article:nth-child(1)",
"outcome": "earl:failed"
}
}
],
"description": "The test target has an invalid `lang` attribute.",
- "date": "2023-10-23 12:32:54"
+ "date": "2023-10-31 07:52:49"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/50e733e0c505a556fc53e6265eb5b432823570f7.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/984a5b424d118046dfa2529398056fbd52d4e5ea.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2031,20 +2188,26 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > article:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ },
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > article:nth-child(1) > div:nth-child(1)",
"outcome": "earl:failed"
}
}
],
"description": "The test target has an invalid `lang` attribute.",
- "date": "2023-10-23 12:32:57"
+ "date": "2023-10-31 07:52:52"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/5b58b483fa53a6ff228c89a7fe57997664845663.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/3087d6c373b09b1f4fc70a5c3ae221cce54b626c.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2068,17 +2231,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:inapplicable",
- "source": [],
- "description": "No test targets found.",
- "date": "2023-10-23 12:32:59"
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > div:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target has an invalid `lang` attribute.",
+ "date": "2023-10-31 07:52:54"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/d6606eb2863e2176f9beb914e5cfe70bce2d905e.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/915cdae554a817caa4792101fde1adf14563227d.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2102,17 +2272,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:inapplicable",
- "source": [],
- "description": "No test targets found.",
- "date": "2023-10-23 12:33:02"
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > p:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target has an invalid `lang` attribute.",
+ "date": "2023-10-31 07:52:56"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/a44f5e11d20feec4ae39e2db0336ddef0a8e04ec.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/50e733e0c505a556fc53e6265eb5b432823570f7.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2136,17 +2313,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:inapplicable",
- "source": [],
- "description": "No test targets found.",
- "date": "2023-10-23 12:33:04"
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > p:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target has an invalid `lang` attribute.",
+ "date": "2023-10-31 07:52:58"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/471e3f82cdd9122e2886d2d7bcfc8cda1397a51d.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/5b58b483fa53a6ff228c89a7fe57997664845663.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2173,55 +2357,14 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:33:06"
- }
- }
- ]
- },
- {
- "@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/034e1e1a46cfa6d3fe3bcc69ac45ffb6c5d55148.html",
- "assertor": {
- "@id": "QualWeb",
- "@type": "Software",
- "title": "QualWeb",
- "description": "QualWeb is an automatic accessibility evaluator for webpages.",
- "hasVersion": "3.0.0",
- "homepage": "http://www.qualweb.di.fc.ul.pt/"
- },
- "assertions": [
- {
- "@type": "Assertion",
- "test": {
- "@id": "https://act-rules.github.io/rules/de46e4",
- "@type": "TestCase",
- "title": "Element within body has valid lang attribute",
- "description": "This rule checks that the lang attribute of an element in the page body has a valid primary language subtag.",
- "isPartOf": [
- "WCAG2:language-of-parts"
- ]
- },
- "mode": "earl:automatic",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:passed",
- "source": [
- {
- "result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1)",
- "outcome": "earl:passed"
- }
- }
- ],
- "description": "The test target has a valid `lang` attribute.",
- "date": "2023-10-23 12:35:09"
+ "date": "2023-10-31 07:53:00"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/cecfce83c949d20c816a0e43cbc4c26a3468754b.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/d6606eb2863e2176f9beb914e5cfe70bce2d905e.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2245,24 +2388,17 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
- "source": [
- {
- "result": {
- "pointer": "html > body:nth-child(2) > div:nth-child(1)",
- "outcome": "earl:passed"
- }
- }
- ],
- "description": "The test target has a valid `lang` attribute.",
- "date": "2023-10-23 12:36:12"
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 07:53:03"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/b1765660b28464b5a73e502ef30b7370ba294ff5.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/a44f5e11d20feec4ae39e2db0336ddef0a8e04ec.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2286,24 +2422,17 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:failed",
- "source": [
- {
- "result": {
- "pointer": "html > body:nth-child(2) > article:nth-child(1)",
- "outcome": "earl:failed"
- }
- }
- ],
- "description": "The test target has an invalid `lang` attribute.",
- "date": "2023-10-23 12:36:14"
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 07:53:05"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/78de8b1ca470302aebb53065c32eddf08da008b5.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/471e3f82cdd9122e2886d2d7bcfc8cda1397a51d.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2327,24 +2456,17 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:failed",
- "source": [
- {
- "result": {
- "pointer": "html > body:nth-child(2) > article:nth-child(1)",
- "outcome": "earl:failed"
- }
- }
- ],
- "description": "The test target has an invalid `lang` attribute.",
- "date": "2023-10-23 12:37:16"
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 07:53:07"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/795698c08fc5d404b649d0c367bedc3e83462d43.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/a746b387d13dc61266d1fcde19b91b89441b1be7.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2368,24 +2490,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:failed",
+ "outcome": "earl:passed",
"source": [
{
"result": {
"pointer": "html > body:nth-child(2) > article:nth-child(1)",
- "outcome": "earl:failed"
+ "outcome": "earl:passed"
}
}
],
- "description": "The test target has an invalid `lang` attribute.",
- "date": "2023-10-23 12:37:19"
+ "description": "The test target has a valid `lang` attribute.",
+ "date": "2023-10-31 07:53:09"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/d8ba52b5fa5e123def1f778821219aaec20ca0fe.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/1583a11fb07127fb3315fa19f3baaf876aa42aa4.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2409,24 +2531,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:failed",
+ "outcome": "earl:passed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > article:nth-child(1)",
- "outcome": "earl:failed"
+ "pointer": "html > body:nth-child(2) > blockquote:nth-child(1)",
+ "outcome": "earl:passed"
}
}
],
- "description": "The test target has an invalid `lang` attribute.",
- "date": "2023-10-23 12:37:21"
+ "description": "The test target has a valid `lang` attribute.",
+ "date": "2023-10-31 07:53:11"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/61f81c57325a77a89481f036e4e2116399fb6714.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/034e1e1a46cfa6d3fe3bcc69ac45ffb6c5d55148.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2450,30 +2572,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:failed",
+ "outcome": "earl:passed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > article:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > p:nth-child(1)",
"outcome": "earl:passed"
}
- },
- {
- "result": {
- "pointer": "html > body:nth-child(2) > article:nth-child(1) > div:nth-child(1)",
- "outcome": "earl:failed"
- }
}
],
- "description": "The test target has an invalid `lang` attribute.",
- "date": "2023-10-23 12:37:24"
+ "description": "The test target has a valid `lang` attribute.",
+ "date": "2023-10-31 07:53:14"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/5ba0306adadd581e4331b9415c2ef9f8ecccc0f2.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/d8c5a59532ae0624edd875aea31ef39086873b7a.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2497,24 +2613,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:failed",
+ "outcome": "earl:passed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > div:nth-child(1)",
- "outcome": "earl:failed"
+ "pointer": "html > body:nth-child(2) > article:nth-child(1) > div:nth-child(1)",
+ "outcome": "earl:passed"
}
}
],
- "description": "The test target has an invalid `lang` attribute.",
- "date": "2023-10-23 12:37:26"
+ "description": "The test target has a valid `lang` attribute.",
+ "date": "2023-10-31 07:53:16"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/4fa5219cf39dc536c51d67f6c4f9f54271a8dcfa.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/cecfce83c949d20c816a0e43cbc4c26a3468754b.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2538,17 +2654,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:inapplicable",
- "source": [],
- "description": "No test targets found.",
- "date": "2023-10-23 12:37:29"
+ "outcome": "earl:passed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > div:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "The test target has a valid `lang` attribute.",
+ "date": "2023-10-31 07:53:18"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/e5b8fa7ab66409e7b52b335a8b6aebe11fd78635.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/b1765660b28464b5a73e502ef30b7370ba294ff5.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2561,33 +2684,35 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/46ca7f",
+ "@id": "https://act-rules.github.io/rules/de46e4",
"@type": "TestCase",
- "title": "Element marked as decorative is not exposed",
- "description": "This rule checks that elements marked as decorative either are not included in the accessibility tree, or have a presentational role.",
- "isPartOf": []
+ "title": "Element within body has valid lang attribute",
+ "description": "This rule checks that the lang attribute of an element in the page body has a valid primary language subtag.",
+ "isPartOf": [
+ "WCAG2:language-of-parts"
+ ]
},
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:failed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > img:nth-child(1)",
- "outcome": "earl:passed"
+ "pointer": "html > body:nth-child(2) > article:nth-child(1)",
+ "outcome": "earl:failed"
}
}
],
- "description": "The test target is not in the accessibility tree.",
- "date": "2023-10-23 12:37:31"
+ "description": "The test target has an invalid `lang` attribute.",
+ "date": "2023-10-31 07:53:20"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/b40e6ce081099b8bf0f76a43f4c27f12df342ddd.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/49b66676ed867c75368e31c1e06b28255df8089e.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2600,33 +2725,35 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/46ca7f",
+ "@id": "https://act-rules.github.io/rules/de46e4",
"@type": "TestCase",
- "title": "Element marked as decorative is not exposed",
- "description": "This rule checks that elements marked as decorative either are not included in the accessibility tree, or have a presentational role.",
- "isPartOf": []
+ "title": "Element within body has valid lang attribute",
+ "description": "This rule checks that the lang attribute of an element in the page body has a valid primary language subtag.",
+ "isPartOf": [
+ "WCAG2:language-of-parts"
+ ]
},
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:failed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > img:nth-child(1)",
- "outcome": "earl:passed"
+ "pointer": "html > body:nth-child(2) > article:nth-child(1)",
+ "outcome": "earl:failed"
}
}
],
- "description": "The test target is not in the accessibility tree.",
- "date": "2023-10-23 12:37:33"
+ "description": "The test target has an invalid `lang` attribute.",
+ "date": "2023-10-31 07:53:22"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/6f8e6014c133635fecac02e1087a666c5014ae5f.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/78de8b1ca470302aebb53065c32eddf08da008b5.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2639,33 +2766,35 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/46ca7f",
+ "@id": "https://act-rules.github.io/rules/de46e4",
"@type": "TestCase",
- "title": "Element marked as decorative is not exposed",
- "description": "This rule checks that elements marked as decorative either are not included in the accessibility tree, or have a presentational role.",
- "isPartOf": []
+ "title": "Element within body has valid lang attribute",
+ "description": "This rule checks that the lang attribute of an element in the page body has a valid primary language subtag.",
+ "isPartOf": [
+ "WCAG2:language-of-parts"
+ ]
},
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:failed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > img:nth-child(1)",
- "outcome": "earl:passed"
+ "pointer": "html > body:nth-child(2) > article:nth-child(1)",
+ "outcome": "earl:failed"
}
}
],
- "description": "The test target is not in the accessibility tree.",
- "date": "2023-10-23 12:37:36"
+ "description": "The test target has an invalid `lang` attribute.",
+ "date": "2023-10-31 07:53:25"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/eb5983ff8bb0f85c891d48f96106337446797d8f.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/795698c08fc5d404b649d0c367bedc3e83462d43.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2678,33 +2807,35 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/46ca7f",
+ "@id": "https://act-rules.github.io/rules/de46e4",
"@type": "TestCase",
- "title": "Element marked as decorative is not exposed",
- "description": "This rule checks that elements marked as decorative either are not included in the accessibility tree, or have a presentational role.",
- "isPartOf": []
+ "title": "Element within body has valid lang attribute",
+ "description": "This rule checks that the lang attribute of an element in the page body has a valid primary language subtag.",
+ "isPartOf": [
+ "WCAG2:language-of-parts"
+ ]
},
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:failed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > nav:nth-child(1)",
- "outcome": "earl:passed"
+ "pointer": "html > body:nth-child(2) > article:nth-child(1)",
+ "outcome": "earl:failed"
}
}
],
- "description": "The test target is not in the accessibility tree.",
- "date": "2023-10-23 12:37:38"
+ "description": "The test target has an invalid `lang` attribute.",
+ "date": "2023-10-31 07:53:27"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/9c51e8f0568ab3401375114dd0eded2eddfe231a.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/d8ba52b5fa5e123def1f778821219aaec20ca0fe.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2717,33 +2848,35 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/46ca7f",
+ "@id": "https://act-rules.github.io/rules/de46e4",
"@type": "TestCase",
- "title": "Element marked as decorative is not exposed",
- "description": "This rule checks that elements marked as decorative either are not included in the accessibility tree, or have a presentational role.",
- "isPartOf": []
+ "title": "Element within body has valid lang attribute",
+ "description": "This rule checks that the lang attribute of an element in the page body has a valid primary language subtag.",
+ "isPartOf": [
+ "WCAG2:language-of-parts"
+ ]
},
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:failed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > img:nth-child(1)",
- "outcome": "earl:passed"
+ "pointer": "html > body:nth-child(2) > article:nth-child(1)",
+ "outcome": "earl:failed"
}
}
],
- "description": "The test target is not in the accessibility tree.",
- "date": "2023-10-23 12:37:40"
+ "description": "The test target has an invalid `lang` attribute.",
+ "date": "2023-10-31 07:53:29"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/6687821a71b53e0e1764e895900a6bad46412b5c.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/61f81c57325a77a89481f036e4e2116399fb6714.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2756,33 +2889,41 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/46ca7f",
+ "@id": "https://act-rules.github.io/rules/de46e4",
"@type": "TestCase",
- "title": "Element marked as decorative is not exposed",
- "description": "This rule checks that elements marked as decorative either are not included in the accessibility tree, or have a presentational role.",
- "isPartOf": []
+ "title": "Element within body has valid lang attribute",
+ "description": "This rule checks that the lang attribute of an element in the page body has a valid primary language subtag.",
+ "isPartOf": [
+ "WCAG2:language-of-parts"
+ ]
},
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:failed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > svg:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > article:nth-child(1)",
"outcome": "earl:passed"
}
+ },
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > article:nth-child(1) > div:nth-child(1)",
+ "outcome": "earl:failed"
+ }
}
],
- "description": "The test target is not in the accessibility tree.",
- "date": "2023-10-23 12:37:43"
+ "description": "The test target has an invalid `lang` attribute.",
+ "date": "2023-10-31 07:53:31"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/e136a03c52c01c1b190c7372d83463f3c6502de9.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/5ba0306adadd581e4331b9415c2ef9f8ecccc0f2.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2795,11 +2936,13 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/46ca7f",
+ "@id": "https://act-rules.github.io/rules/de46e4",
"@type": "TestCase",
- "title": "Element marked as decorative is not exposed",
- "description": "This rule checks that elements marked as decorative either are not included in the accessibility tree, or have a presentational role.",
- "isPartOf": []
+ "title": "Element within body has valid lang attribute",
+ "description": "This rule checks that the lang attribute of an element in the page body has a valid primary language subtag.",
+ "isPartOf": [
+ "WCAG2:language-of-parts"
+ ]
},
"mode": "earl:automatic",
"result": {
@@ -2808,20 +2951,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > nav:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > div:nth-child(1)",
"outcome": "earl:failed"
}
}
],
- "description": "The test target is in the accessibility tree.",
- "date": "2023-10-23 12:37:45"
+ "description": "The test target has an invalid `lang` attribute.",
+ "date": "2023-10-31 07:53:33"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/96c1f58088f1e32c965f38ddc50d4b88f6a0f022.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/de46e4/4fa5219cf39dc536c51d67f6c4f9f54271a8dcfa.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2834,33 +2977,28 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/46ca7f",
+ "@id": "https://act-rules.github.io/rules/de46e4",
"@type": "TestCase",
- "title": "Element marked as decorative is not exposed",
- "description": "This rule checks that elements marked as decorative either are not included in the accessibility tree, or have a presentational role.",
- "isPartOf": []
+ "title": "Element within body has valid lang attribute",
+ "description": "This rule checks that the lang attribute of an element in the page body has a valid primary language subtag.",
+ "isPartOf": [
+ "WCAG2:language-of-parts"
+ ]
},
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:failed",
- "source": [
- {
- "result": {
- "pointer": "html > body:nth-child(2) > img:nth-child(1)",
- "outcome": "earl:failed"
- }
- }
- ],
- "description": "The test target is in the accessibility tree.",
- "date": "2023-10-23 12:37:48"
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 07:53:36"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/a48478825dc5baf21cc79bfcfbe12ed462590f1e.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/e5b8fa7ab66409e7b52b335a8b6aebe11fd78635.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2882,17 +3020,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:inapplicable",
- "source": [],
- "description": "No test targets found.",
- "date": "2023-10-23 12:38:50"
+ "outcome": "earl:passed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > img:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "The test target is not in the accessibility tree.",
+ "date": "2023-10-31 07:53:38"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/933cad4e69415e2a2970832d2d60e2b854bca1b4.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/b40e6ce081099b8bf0f76a43f4c27f12df342ddd.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2905,13 +3050,11 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/e086e5",
+ "@id": "https://act-rules.github.io/rules/46ca7f",
"@type": "TestCase",
- "title": "Form control has accessible name",
- "description": "Form control has accessible name",
- "isPartOf": [
- "WCAG2:name-role-value"
- ]
+ "title": "Element marked as decorative is not exposed",
+ "description": "This rule checks that elements marked as decorative either are not included in the accessibility tree, or have a presentational role.",
+ "isPartOf": []
},
"mode": "earl:automatic",
"result": {
@@ -2920,20 +3063,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > label:nth-child(1) > input:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > img:nth-child(1)",
"outcome": "earl:passed"
}
}
],
- "description": "The test target has an accessible name.",
- "date": "2023-10-23 12:38:52"
+ "description": "The test target is not in the accessibility tree.",
+ "date": "2023-10-31 07:53:40"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/366e62d83ede9df9fdad86cf7040600916bb065a.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/6f8e6014c133635fecac02e1087a666c5014ae5f.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2946,13 +3089,11 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/e086e5",
+ "@id": "https://act-rules.github.io/rules/46ca7f",
"@type": "TestCase",
- "title": "Form control has accessible name",
- "description": "Form control has accessible name",
- "isPartOf": [
- "WCAG2:name-role-value"
- ]
+ "title": "Element marked as decorative is not exposed",
+ "description": "This rule checks that elements marked as decorative either are not included in the accessibility tree, or have a presentational role.",
+ "isPartOf": []
},
"mode": "earl:automatic",
"result": {
@@ -2961,20 +3102,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > input:nth-child(2)",
+ "pointer": "html > body:nth-child(2) > img:nth-child(1)",
"outcome": "earl:passed"
}
}
],
- "description": "The test target has an accessible name.",
- "date": "2023-10-23 12:38:55"
+ "description": "The test target is not in the accessibility tree.",
+ "date": "2023-10-31 07:53:42"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/6726b79b0534d80f567c3e5fd7174962d411be95.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/eb5983ff8bb0f85c891d48f96106337446797d8f.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -2987,13 +3128,11 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/e086e5",
+ "@id": "https://act-rules.github.io/rules/46ca7f",
"@type": "TestCase",
- "title": "Form control has accessible name",
- "description": "Form control has accessible name",
- "isPartOf": [
- "WCAG2:name-role-value"
- ]
+ "title": "Element marked as decorative is not exposed",
+ "description": "This rule checks that elements marked as decorative either are not included in the accessibility tree, or have a presentational role.",
+ "isPartOf": []
},
"mode": "earl:automatic",
"result": {
@@ -3002,20 +3141,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > select:nth-child(2)",
+ "pointer": "html > body:nth-child(2) > nav:nth-child(1)",
"outcome": "earl:passed"
}
}
],
- "description": "The test target has an accessible name.",
- "date": "2023-10-23 12:38:56"
+ "description": "The test target is not in the accessibility tree.",
+ "date": "2023-10-31 07:53:44"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/2183d2e337eec311b7c2e06c2f9cec759913dba9.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/9c51e8f0568ab3401375114dd0eded2eddfe231a.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -3028,13 +3167,11 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/e086e5",
+ "@id": "https://act-rules.github.io/rules/46ca7f",
"@type": "TestCase",
- "title": "Form control has accessible name",
- "description": "Form control has accessible name",
- "isPartOf": [
- "WCAG2:name-role-value"
- ]
+ "title": "Element marked as decorative is not exposed",
+ "description": "This rule checks that elements marked as decorative either are not included in the accessibility tree, or have a presentational role.",
+ "isPartOf": []
},
"mode": "earl:automatic",
"result": {
@@ -3043,20 +3180,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > textarea:nth-child(2)",
+ "pointer": "html > body:nth-child(2) > img:nth-child(1)",
"outcome": "earl:passed"
}
}
],
- "description": "The test target has an accessible name.",
- "date": "2023-10-23 12:38:59"
+ "description": "The test target is not in the accessibility tree.",
+ "date": "2023-10-31 07:53:47"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/3aa8f45d7e358655c39708e2656a2c2d97e7dfa6.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/6687821a71b53e0e1764e895900a6bad46412b5c.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -3069,13 +3206,11 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/e086e5",
+ "@id": "https://act-rules.github.io/rules/46ca7f",
"@type": "TestCase",
- "title": "Form control has accessible name",
- "description": "Form control has accessible name",
- "isPartOf": [
- "WCAG2:name-role-value"
- ]
+ "title": "Element marked as decorative is not exposed",
+ "description": "This rule checks that elements marked as decorative either are not included in the accessibility tree, or have a presentational role.",
+ "isPartOf": []
},
"mode": "earl:automatic",
"result": {
@@ -3084,20 +3219,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > input:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > svg:nth-child(1)",
"outcome": "earl:passed"
}
}
],
- "description": "The test target has an accessible name.",
- "date": "2023-10-23 12:39:01"
+ "description": "The test target is not in the accessibility tree.",
+ "date": "2023-10-31 07:53:49"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/ca41ec5f1dba602b8b6e332ad524cbfc5cd1505e.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/e136a03c52c01c1b190c7372d83463f3c6502de9.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -3110,35 +3245,33 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/e086e5",
+ "@id": "https://act-rules.github.io/rules/46ca7f",
"@type": "TestCase",
- "title": "Form control has accessible name",
- "description": "Form control has accessible name",
- "isPartOf": [
- "WCAG2:name-role-value"
- ]
+ "title": "Element marked as decorative is not exposed",
+ "description": "This rule checks that elements marked as decorative either are not included in the accessibility tree, or have a presentational role.",
+ "isPartOf": []
},
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:failed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > div:nth-child(2)",
- "outcome": "earl:passed"
+ "pointer": "html > body:nth-child(2) > nav:nth-child(1)",
+ "outcome": "earl:failed"
}
}
],
- "description": "The test target has an accessible name.",
- "date": "2023-10-23 12:39:03"
+ "description": "The test target is in the accessibility tree.",
+ "date": "2023-10-31 07:53:51"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/09ea6ee13f7f26b0d6e3103946209ea0726876de.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/96c1f58088f1e32c965f38ddc50d4b88f6a0f022.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -3151,35 +3284,104 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/e086e5",
+ "@id": "https://act-rules.github.io/rules/46ca7f",
"@type": "TestCase",
- "title": "Form control has accessible name",
- "description": "Form control has accessible name",
- "isPartOf": [
- "WCAG2:name-role-value"
- ]
+ "title": "Element marked as decorative is not exposed",
+ "description": "This rule checks that elements marked as decorative either are not included in the accessibility tree, or have a presentational role.",
+ "isPartOf": []
},
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:failed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > div:nth-child(1)",
- "outcome": "earl:passed"
+ "pointer": "html > body:nth-child(2) > img:nth-child(1)",
+ "outcome": "earl:failed"
}
}
],
- "description": "The test target has an accessible name.",
- "date": "2023-10-23 12:39:06"
+ "description": "The test target is in the accessibility tree.",
+ "date": "2023-10-31 07:53:53"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/004258203c8bf167307b6ed79f765115d16a6357.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/b4329d21bd80d961408bf066a70998417234f200.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/46ca7f",
+ "@type": "TestCase",
+ "title": "Element marked as decorative is not exposed",
+ "description": "This rule checks that elements marked as decorative either are not included in the accessibility tree, or have a presentational role.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > svg:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target is in the accessibility tree.",
+ "date": "2023-10-31 07:53:55"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/46ca7f/a48478825dc5baf21cc79bfcfbe12ed462590f1e.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/46ca7f",
+ "@type": "TestCase",
+ "title": "Element marked as decorative is not exposed",
+ "description": "This rule checks that elements marked as decorative either are not included in the accessibility tree, or have a presentational role.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 07:53:58"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/933cad4e69415e2a2970832d2d60e2b854bca1b4.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -3203,24 +3405,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:failed",
+ "outcome": "earl:passed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > input:nth-child(2)",
- "outcome": "earl:failed"
+ "pointer": "html > body:nth-child(2) > label:nth-child(1) > input:nth-child(1)",
+ "outcome": "earl:passed"
}
}
],
- "description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:39:08"
+ "description": "The test target has an accessible name.",
+ "date": "2023-10-31 07:54:00"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/5c0ba53d53cc9fd8627f224b39db30bd9ffa5757.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/366e62d83ede9df9fdad86cf7040600916bb065a.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -3244,24 +3446,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:failed",
+ "outcome": "earl:passed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > input:nth-child(1)",
- "outcome": "earl:failed"
+ "pointer": "html > body:nth-child(2) > input:nth-child(2)",
+ "outcome": "earl:passed"
}
}
],
- "description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:39:10"
+ "description": "The test target has an accessible name.",
+ "date": "2023-10-31 07:54:02"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/80a5df2346e082cd0be260143ac9090a902bcf30.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/6726b79b0534d80f567c3e5fd7174962d411be95.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -3285,24 +3487,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:failed",
+ "outcome": "earl:passed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > input:nth-child(1)",
- "outcome": "earl:failed"
+ "pointer": "html > body:nth-child(2) > select:nth-child(2)",
+ "outcome": "earl:passed"
}
}
],
- "description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:39:13"
+ "description": "The test target has an accessible name.",
+ "date": "2023-10-31 07:54:03"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/a59cf1abfabcb96ab4592966bb4a78e788b41017.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/2183d2e337eec311b7c2e06c2f9cec759913dba9.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -3326,24 +3528,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:failed",
+ "outcome": "earl:passed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > select:nth-child(2)",
- "outcome": "earl:failed"
+ "pointer": "html > body:nth-child(2) > textarea:nth-child(2)",
+ "outcome": "earl:passed"
}
}
],
- "description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:39:14"
+ "description": "The test target has an accessible name.",
+ "date": "2023-10-31 07:54:05"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/552732aff853ed413ed7b5ff4a6202d11fd0c1a5.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/3aa8f45d7e358655c39708e2656a2c2d97e7dfa6.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -3367,24 +3569,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:failed",
+ "outcome": "earl:passed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > label:nth-child(1) > div:nth-child(1)",
- "outcome": "earl:failed"
+ "pointer": "html > body:nth-child(2) > input:nth-child(1)",
+ "outcome": "earl:passed"
}
}
],
- "description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:39:16"
+ "description": "The test target has an accessible name.",
+ "date": "2023-10-31 07:54:08"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/4246616cd947040f64dc183b66e1f6c30b2d7fbb.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/ca41ec5f1dba602b8b6e332ad524cbfc5cd1505e.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -3408,24 +3610,311 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:failed",
+ "outcome": "earl:passed",
"source": [
{
"result": {
"pointer": "html > body:nth-child(2) > div:nth-child(2)",
- "outcome": "earl:failed"
+ "outcome": "earl:passed"
}
}
],
- "description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:39:19"
+ "description": "The test target has an accessible name.",
+ "date": "2023-10-31 07:54:10"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/b0c554cfdddfdc0fe15923066b329868dd9e70c8.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/09ea6ee13f7f26b0d6e3103946209ea0726876de.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/e086e5",
+ "@type": "TestCase",
+ "title": "Form control has accessible name",
+ "description": "Form control has accessible name",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > div:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "The test target has an accessible name.",
+ "date": "2023-10-31 07:54:12"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/004258203c8bf167307b6ed79f765115d16a6357.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/e086e5",
+ "@type": "TestCase",
+ "title": "Form control has accessible name",
+ "description": "Form control has accessible name",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > input:nth-child(2)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target accessible name doesn't exist or it's empty ('').",
+ "date": "2023-10-31 07:54:14"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/5c0ba53d53cc9fd8627f224b39db30bd9ffa5757.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/e086e5",
+ "@type": "TestCase",
+ "title": "Form control has accessible name",
+ "description": "Form control has accessible name",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > input:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target accessible name doesn't exist or it's empty ('').",
+ "date": "2023-10-31 07:54:16"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/80a5df2346e082cd0be260143ac9090a902bcf30.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/e086e5",
+ "@type": "TestCase",
+ "title": "Form control has accessible name",
+ "description": "Form control has accessible name",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > input:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target accessible name doesn't exist or it's empty ('').",
+ "date": "2023-10-31 07:54:19"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/a59cf1abfabcb96ab4592966bb4a78e788b41017.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/e086e5",
+ "@type": "TestCase",
+ "title": "Form control has accessible name",
+ "description": "Form control has accessible name",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > select:nth-child(2)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target accessible name doesn't exist or it's empty ('').",
+ "date": "2023-10-31 07:54:20"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/552732aff853ed413ed7b5ff4a6202d11fd0c1a5.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/e086e5",
+ "@type": "TestCase",
+ "title": "Form control has accessible name",
+ "description": "Form control has accessible name",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > label:nth-child(1) > div:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target accessible name doesn't exist or it's empty ('').",
+ "date": "2023-10-31 07:54:22"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/4246616cd947040f64dc183b66e1f6c30b2d7fbb.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/e086e5",
+ "@type": "TestCase",
+ "title": "Form control has accessible name",
+ "description": "Form control has accessible name",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > div:nth-child(2)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target accessible name doesn't exist or it's empty ('').",
+ "date": "2023-10-31 07:54:24"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/b0c554cfdddfdc0fe15923066b329868dd9e70c8.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -3459,7 +3948,41 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:39:21"
+ "date": "2023-10-31 07:54:26"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/e086e5/c828178c45e9299883296cf425144d2ae804fc27.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/e086e5",
+ "@type": "TestCase",
+ "title": "Form control has accessible name",
+ "description": "Form control has accessible name",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 07:54:29"
}
}
]
@@ -3493,7 +4016,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:40:24"
+ "date": "2023-10-31 07:54:31"
}
}
]
@@ -3527,7 +4050,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:40:25"
+ "date": "2023-10-31 07:54:32"
}
}
]
@@ -3574,7 +4097,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:40:28"
+ "date": "2023-10-31 07:54:34"
}
}
]
@@ -3621,7 +4144,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:40:30"
+ "date": "2023-10-31 07:54:36"
}
}
]
@@ -3662,7 +4185,7 @@
}
],
"description": "The `lang` attribute has a valid value.",
- "date": "2023-10-23 12:40:33"
+ "date": "2023-10-31 07:54:39"
}
}
]
@@ -3703,7 +4226,7 @@
}
],
"description": "The `lang` attribute has a valid value.",
- "date": "2023-10-23 12:40:35"
+ "date": "2023-10-31 07:54:41"
}
}
]
@@ -3744,7 +4267,7 @@
}
],
"description": "The `lang` attribute does not have a valid value.",
- "date": "2023-10-23 12:40:37"
+ "date": "2023-10-31 07:54:43"
}
}
]
@@ -3785,7 +4308,7 @@
}
],
"description": "The `lang` attribute does not have a valid value.",
- "date": "2023-10-23 12:40:40"
+ "date": "2023-10-31 07:54:45"
}
}
]
@@ -3826,7 +4349,7 @@
}
],
"description": "The `lang` attribute does not have a valid value.",
- "date": "2023-10-23 12:40:42"
+ "date": "2023-10-31 07:54:47"
}
}
]
@@ -3867,7 +4390,7 @@
}
],
"description": "The `lang` attribute does not have a valid value.",
- "date": "2023-10-23 12:40:44"
+ "date": "2023-10-31 07:54:50"
}
}
]
@@ -3901,7 +4424,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:40:47"
+ "date": "2023-10-31 07:54:52"
}
}
]
@@ -3942,7 +4465,7 @@
}
],
"description": "The `title` element exists and it's not empty ('').",
- "date": "2023-10-23 12:40:49"
+ "date": "2023-10-31 07:54:54"
}
}
]
@@ -3983,7 +4506,7 @@
}
],
"description": "The `title` element exists and it's not empty ('').",
- "date": "2023-10-23 12:40:52"
+ "date": "2023-10-31 07:54:56"
}
}
]
@@ -4024,14 +4547,14 @@
}
],
"description": "The `title` element exists and it's not empty ('').",
- "date": "2023-10-23 12:40:54"
+ "date": "2023-10-31 07:54:59"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/2779a5/0ad882dffaf6edd16058119e1c513b4746b0ac27.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/2779a5/efa1e0438bb515332ec6b4d943044c336ca77fab.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -4059,20 +4582,20 @@
"source": [
{
"result": {
- "pointer": "html > head:nth-child(1) > title:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > title:nth-child(1)",
"outcome": "earl:passed"
}
}
],
"description": "The `title` element exists and it's not empty ('').",
- "date": "2023-10-23 12:41:56"
+ "date": "2023-10-31 07:55:01"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/2779a5/820fb18c9bb20fb1a940a0806a87c6f6e468bb5b.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/2779a5/0ad882dffaf6edd16058119e1c513b4746b0ac27.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -4096,24 +4619,106 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:failed",
+ "outcome": "earl:passed",
"source": [
{
"result": {
- "pointer": "",
- "outcome": "earl:failed"
+ "pointer": "html > head:nth-child(1) > title:nth-child(1)",
+ "outcome": "earl:passed"
}
}
],
- "description": "The `title` element doesn't exist.",
- "date": "2023-10-23 12:41:59"
+ "description": "The `title` element exists and it's not empty ('').",
+ "date": "2023-10-31 07:55:03"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/2779a5/5fd6fda771cf8810eef5166464622d6979e0406e.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/2779a5/820fb18c9bb20fb1a940a0806a87c6f6e468bb5b.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/2779a5",
+ "@type": "TestCase",
+ "title": "HTML Page has a title",
+ "description": "This rule checks that the HTML page has a title.",
+ "isPartOf": [
+ "WCAG2:page-titled"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The `title` element doesn't exist.",
+ "date": "2023-10-31 07:55:05"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/2779a5/314d991fa5328e41f8a806bfbac84d748b41f7ed.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/2779a5",
+ "@type": "TestCase",
+ "title": "HTML Page has a title",
+ "description": "This rule checks that the HTML page has a title.",
+ "isPartOf": [
+ "WCAG2:page-titled"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > head:nth-child(1) > title:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The `title` element is empty ('').",
+ "date": "2023-10-31 07:55:07"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/2779a5/5fd6fda771cf8810eef5166464622d6979e0406e.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -4147,7 +4752,7 @@
}
],
"description": "The `title` element is not in the same context.",
- "date": "2023-10-23 12:43:01"
+ "date": "2023-10-31 07:55:10"
}
}
]
@@ -4188,7 +4793,7 @@
}
],
"description": "The `title` element is empty ('').",
- "date": "2023-10-23 12:43:04"
+ "date": "2023-10-31 07:55:12"
}
}
]
@@ -4229,7 +4834,7 @@
}
],
"description": "The `title` element is empty ('').",
- "date": "2023-10-23 12:43:06"
+ "date": "2023-10-31 07:55:14"
}
}
]
@@ -4263,7 +4868,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:43:09"
+ "date": "2023-10-31 07:55:16"
}
}
]
@@ -4305,7 +4910,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:43:11"
+ "date": "2023-10-31 07:55:17"
}
}
]
@@ -4347,7 +4952,91 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:43:12"
+ "date": "2023-10-31 07:55:19"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/59796f/cab9b2d06e5a44e2056ccbdbb7096f55ab42859c.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/59796f",
+ "@type": "TestCase",
+ "title": "Image button has accessible name",
+ "description": "This rule checks that each image button element has an accessible name.",
+ "isPartOf": [
+ "WCAG2:non-text-content",
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > input:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "The test target has an accessible name.",
+ "date": "2023-10-31 07:55:20"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/59796f/7d97d6b2f3fa16760bf66026691281a8179f3260.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/59796f",
+ "@type": "TestCase",
+ "title": "Image button has accessible name",
+ "description": "This rule checks that each image button element has an accessible name.",
+ "isPartOf": [
+ "WCAG2:non-text-content",
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > input:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "The test target has an accessible name.",
+ "date": "2023-10-31 07:55:22"
}
}
]
@@ -4389,7 +5078,7 @@
}
],
"description": "The test target doesn't have an accessible name.",
- "date": "2023-10-23 12:45:13"
+ "date": "2023-10-31 07:55:23"
}
}
]
@@ -4431,7 +5120,7 @@
}
],
"description": "The test target doesn't have an accessible name.",
- "date": "2023-10-23 12:45:14"
+ "date": "2023-10-31 07:55:25"
}
}
]
@@ -4473,7 +5162,7 @@
}
],
"description": "The test target doesn't have an accessible name.",
- "date": "2023-10-23 12:45:15"
+ "date": "2023-10-31 07:55:26"
}
}
]
@@ -4508,7 +5197,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:45:17"
+ "date": "2023-10-31 07:55:28"
}
}
]
@@ -4543,7 +5232,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:45:19"
+ "date": "2023-10-31 07:55:30"
}
}
]
@@ -4578,7 +5267,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:45:20"
+ "date": "2023-10-31 07:55:32"
}
}
]
@@ -4613,7 +5302,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:45:23"
+ "date": "2023-10-31 07:55:34"
}
}
]
@@ -4648,7 +5337,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:45:25"
+ "date": "2023-10-31 07:55:37"
}
}
]
@@ -4689,7 +5378,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:45:26"
+ "date": "2023-10-31 07:55:39"
}
}
]
@@ -4730,7 +5419,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:45:29"
+ "date": "2023-10-31 07:55:41"
}
}
]
@@ -4771,7 +5460,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:45:31"
+ "date": "2023-10-31 07:55:43"
}
}
]
@@ -4812,7 +5501,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:45:34"
+ "date": "2023-10-31 07:55:45"
}
}
]
@@ -4853,7 +5542,48 @@
}
],
"description": "The test target is decorative.",
- "date": "2023-10-23 12:45:36"
+ "date": "2023-10-31 07:55:48"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/23a2a8/e8f40f5af06646ef15283302903f6c78f7d7a505.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/23a2a8",
+ "@type": "TestCase",
+ "title": "Image has accessible name",
+ "description": "This rule checks that each image that is not marked as decorative, has an accessible name.",
+ "isPartOf": [
+ "WCAG2:non-text-content"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > img:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "The test target is decorative.",
+ "date": "2023-10-31 07:55:50"
}
}
]
@@ -4894,7 +5624,7 @@
}
],
"description": "The test target is decorative.",
- "date": "2023-10-23 12:46:39"
+ "date": "2023-10-31 07:55:52"
}
}
]
@@ -4935,7 +5665,7 @@
}
],
"description": "The test target is decorative.",
- "date": "2023-10-23 12:46:41"
+ "date": "2023-10-31 07:55:54"
}
}
]
@@ -4976,7 +5706,7 @@
}
],
"description": "The test target doesn't have an accessible name.",
- "date": "2023-10-23 12:46:44"
+ "date": "2023-10-31 07:55:56"
}
}
]
@@ -5017,7 +5747,7 @@
}
],
"description": "The test target doesn't have an accessible name.",
- "date": "2023-10-23 12:46:46"
+ "date": "2023-10-31 07:55:59"
}
}
]
@@ -5058,7 +5788,7 @@
}
],
"description": "The test target doesn't have an accessible name.",
- "date": "2023-10-23 12:46:48"
+ "date": "2023-10-31 07:56:01"
}
}
]
@@ -5099,7 +5829,7 @@
}
],
"description": "The test target doesn't have an accessible name.",
- "date": "2023-10-23 12:46:51"
+ "date": "2023-10-31 07:56:03"
}
}
]
@@ -5140,7 +5870,7 @@
}
],
"description": "The test target doesn't have an accessible name.",
- "date": "2023-10-23 12:46:53"
+ "date": "2023-10-31 07:56:05"
}
}
]
@@ -5174,7 +5904,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:46:55"
+ "date": "2023-10-31 07:56:07"
}
}
]
@@ -5208,14 +5938,14 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:46:58"
+ "date": "2023-10-31 07:56:10"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/23a2a8/7d696551efaafa0da33bb6e56b8b43707c7c7de9.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/23a2a8/e15b9aca4aaa53cb3a96ae48e78e1af064b9a01d.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -5242,14 +5972,14 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:48:00"
+ "date": "2023-10-31 07:56:12"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/23a2a8/f7692caf5f8c788d58e1aeb8d4f1f240fafdfa91.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/23a2a8/7d696551efaafa0da33bb6e56b8b43707c7c7de9.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -5276,14 +6006,14 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:48:02"
+ "date": "2023-10-31 07:56:14"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/24afc2/1877242970bb7a92b5c8ee7bc5c5e5ec87877890.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/23a2a8/f7692caf5f8c788d58e1aeb8d4f1f240fafdfa91.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -5296,35 +6026,28 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/24afc2",
+ "@id": "https://act-rules.github.io/rules/23a2a8",
"@type": "TestCase",
- "title": "Letter spacing in style attributes is not !important",
- "description": "This rule checks that the style attribute is not used to prevent adjusting letter-spacing by using !important, except if it's at least 0.12 times the font size.",
+ "title": "Image has accessible name",
+ "description": "This rule checks that each image that is not marked as decorative, has an accessible name.",
"isPartOf": [
- "WCAG2:text-spacing"
+ "WCAG2:non-text-content"
]
},
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
- "source": [
- {
- "result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1)",
- "outcome": "earl:passed"
- }
- }
- ],
- "description": "The letter-spacing property is not !important.",
- "date": "2023-10-23 12:48:05"
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 07:56:16"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/24afc2/9e9382901f59c7dd476717a55bf5c5a37ed76bbc.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/24afc2/1877242970bb7a92b5c8ee7bc5c5e5ec87877890.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -5357,15 +6080,15 @@
}
}
],
- "description": "The letter-spacing is at least 0.12 times the font-size.",
- "date": "2023-10-23 12:48:07"
+ "description": "The letter-spacing property is not !important.",
+ "date": "2023-10-31 07:56:18"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/24afc2/43f8fe88b8e7365db7aa251b263b5d00c7a47ae9.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/24afc2/9e9382901f59c7dd476717a55bf5c5a37ed76bbc.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -5393,20 +6116,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(2)",
+ "pointer": "html > body:nth-child(2) > p:nth-child(1)",
"outcome": "earl:passed"
}
}
],
"description": "The letter-spacing is at least 0.12 times the font-size.",
- "date": "2023-10-23 12:48:10"
+ "date": "2023-10-31 07:56:20"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/24afc2/787f24a573fa422e24ab72312f7306253bb83a4f.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/24afc2/43f8fe88b8e7365db7aa251b263b5d00c7a47ae9.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -5434,20 +6157,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > p:nth-child(2)",
"outcome": "earl:passed"
}
}
],
"description": "The letter-spacing is at least 0.12 times the font-size.",
- "date": "2023-10-23 12:48:12"
+ "date": "2023-10-31 07:56:23"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/24afc2/f000a9c495f11a4a11a4314871b91f4173e4589a.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/24afc2/787f24a573fa422e24ab72312f7306253bb83a4f.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -5481,14 +6204,14 @@
}
],
"description": "The letter-spacing is at least 0.12 times the font-size.",
- "date": "2023-10-23 12:48:14"
+ "date": "2023-10-31 07:56:25"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/24afc2/9608b535262c655f523314958f8ca3019a0968fe.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/24afc2/f000a9c495f11a4a11a4314871b91f4173e4589a.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -5516,20 +6239,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(2)",
+ "pointer": "html > body:nth-child(2) > p:nth-child(1)",
"outcome": "earl:passed"
}
}
],
- "description": "The cascaded letter-spacing is not the declared value.",
- "date": "2023-10-23 12:48:17"
+ "description": "The letter-spacing is at least 0.12 times the font-size.",
+ "date": "2023-10-31 07:56:27"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/24afc2/6aa2034507dc16e6ae0d16f1b6f2a14d3dfadc18.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/24afc2/9608b535262c655f523314958f8ca3019a0968fe.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -5557,26 +6280,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1)",
- "outcome": "earl:passed"
- }
- },
- {
- "result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1) > span:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > p:nth-child(2)",
"outcome": "earl:passed"
}
}
],
- "description": "The letter-spacing property is not !important.",
- "date": "2023-10-23 12:48:19"
+ "description": "The cascaded letter-spacing is not the declared value.",
+ "date": "2023-10-31 07:56:29"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/24afc2/64b25817b3d3909ab7f4acaee061875ebac1cee3.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/24afc2/6aa2034507dc16e6ae0d16f1b6f2a14d3dfadc18.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -5616,7 +6333,54 @@
}
],
"description": "The letter-spacing property is not !important.",
- "date": "2023-10-23 12:48:21"
+ "date": "2023-10-31 07:56:32"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/24afc2/64b25817b3d3909ab7f4acaee061875ebac1cee3.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/24afc2",
+ "@type": "TestCase",
+ "title": "Letter spacing in style attributes is not !important",
+ "description": "This rule checks that the style attribute is not used to prevent adjusting letter-spacing by using !important, except if it's at least 0.12 times the font size.",
+ "isPartOf": [
+ "WCAG2:text-spacing"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > p:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ },
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > p:nth-child(1) > span:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "The letter-spacing property is not !important.",
+ "date": "2023-10-31 07:56:34"
}
}
]
@@ -5657,7 +6421,7 @@
}
],
"description": "CSS styles prevent the letter-spacing to be above the minimum value.",
- "date": "2023-10-23 12:48:23"
+ "date": "2023-10-31 07:56:36"
}
}
]
@@ -5698,7 +6462,7 @@
}
],
"description": "CSS styles prevent the letter-spacing to be above the minimum value.",
- "date": "2023-10-23 12:48:26"
+ "date": "2023-10-31 07:56:38"
}
}
]
@@ -5739,7 +6503,7 @@
}
],
"description": "CSS styles prevent the letter-spacing to be above the minimum value.",
- "date": "2023-10-23 12:48:28"
+ "date": "2023-10-31 07:56:40"
}
}
]
@@ -5780,7 +6544,7 @@
}
],
"description": "CSS styles prevent the letter-spacing to be above the minimum value.",
- "date": "2023-10-23 12:48:30"
+ "date": "2023-10-31 07:56:42"
}
}
]
@@ -5814,7 +6578,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:48:33"
+ "date": "2023-10-31 07:56:45"
}
}
]
@@ -5848,7 +6612,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:48:35"
+ "date": "2023-10-31 07:56:47"
}
}
]
@@ -5882,7 +6646,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:48:37"
+ "date": "2023-10-31 07:56:49"
}
}
]
@@ -5916,7 +6680,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:48:40"
+ "date": "2023-10-31 07:56:51"
}
}
]
@@ -5957,7 +6721,54 @@
}
],
"description": "The letter-spacing is at least 0.12 times the font-size.",
- "date": "2023-10-23 12:48:42"
+ "date": "2023-10-31 07:56:53"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/24afc2/d6d5bf7c081939e64d10022dd29f5e31d2153d50.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/24afc2",
+ "@type": "TestCase",
+ "title": "Letter spacing in style attributes is not !important",
+ "description": "This rule checks that the style attribute is not used to prevent adjusting letter-spacing by using !important, except if it's at least 0.12 times the font size.",
+ "isPartOf": [
+ "WCAG2:text-spacing"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > div:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ },
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > div:nth-child(1) > p:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "CSS styles prevent the letter-spacing to be above the minimum value.",
+ "date": "2023-10-31 07:56:56"
}
}
]
@@ -5998,7 +6809,7 @@
}
],
"description": "CSS styles prevent the letter-spacing to be above the minimum value.",
- "date": "2023-10-23 12:49:44"
+ "date": "2023-10-31 07:56:58"
}
}
]
@@ -6041,7 +6852,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:49:47"
+ "date": "2023-10-31 07:57:00"
}
}
]
@@ -6084,7 +6895,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:49:49"
+ "date": "2023-10-31 07:57:02"
}
}
]
@@ -6127,7 +6938,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:49:51"
+ "date": "2023-10-31 07:57:04"
}
}
]
@@ -6170,7 +6981,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:49:53"
+ "date": "2023-10-31 07:57:07"
}
}
]
@@ -6213,7 +7024,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:49:56"
+ "date": "2023-10-31 07:57:09"
}
}
]
@@ -6256,7 +7067,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:49:58"
+ "date": "2023-10-31 07:57:11"
}
}
]
@@ -6299,7 +7110,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:50:00"
+ "date": "2023-10-31 07:57:13"
}
}
]
@@ -6342,7 +7153,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:50:03"
+ "date": "2023-10-31 07:57:15"
}
}
]
@@ -6385,7 +7196,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:50:05"
+ "date": "2023-10-31 07:57:18"
}
}
]
@@ -6421,7 +7232,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:50:07"
+ "date": "2023-10-31 07:57:20"
}
}
]
@@ -6464,7 +7275,7 @@
}
],
"description": "The test target doesn't have an accessible name, or it's empty ('').",
- "date": "2023-10-23 12:50:10"
+ "date": "2023-10-31 07:57:22"
}
}
]
@@ -6507,7 +7318,7 @@
}
],
"description": "The test target doesn't have an accessible name, or it's empty ('').",
- "date": "2023-10-23 12:50:12"
+ "date": "2023-10-31 07:57:24"
}
}
]
@@ -6550,7 +7361,7 @@
}
],
"description": "The test target doesn't have an accessible name, or it's empty ('').",
- "date": "2023-10-23 12:50:14"
+ "date": "2023-10-31 07:57:26"
}
}
]
@@ -6593,7 +7404,7 @@
}
],
"description": "The test target doesn't have an accessible name, or it's empty ('').",
- "date": "2023-10-23 12:50:17"
+ "date": "2023-10-31 07:57:29"
}
}
]
@@ -6636,7 +7447,7 @@
}
],
"description": "The test target doesn't have an accessible name, or it's empty ('').",
- "date": "2023-10-23 12:50:19"
+ "date": "2023-10-31 07:57:31"
}
}
]
@@ -6679,7 +7490,7 @@
}
],
"description": "The test target doesn't have an accessible name, or it's empty ('').",
- "date": "2023-10-23 12:50:21"
+ "date": "2023-10-31 07:57:33"
}
}
]
@@ -6722,7 +7533,7 @@
}
],
"description": "The test target doesn't have an accessible name, or it's empty ('').",
- "date": "2023-10-23 12:50:23"
+ "date": "2023-10-31 07:57:35"
}
}
]
@@ -6765,7 +7576,7 @@
}
],
"description": "The test target doesn't have an accessible name, or it's empty ('').",
- "date": "2023-10-23 12:50:26"
+ "date": "2023-10-31 07:57:37"
}
}
]
@@ -6801,7 +7612,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:50:28"
+ "date": "2023-10-31 07:57:40"
}
}
]
@@ -6844,7 +7655,7 @@
}
],
"description": "The test target doesn't have an accessible name, or it's empty ('').",
- "date": "2023-10-23 12:50:30"
+ "date": "2023-10-31 07:57:42"
}
}
]
@@ -6880,7 +7691,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:50:33"
+ "date": "2023-10-31 07:57:44"
}
}
]
@@ -6916,7 +7727,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:50:35"
+ "date": "2023-10-31 07:57:46"
}
}
]
@@ -6952,7 +7763,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:50:37"
+ "date": "2023-10-31 07:57:48"
}
}
]
@@ -6988,7 +7799,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:50:40"
+ "date": "2023-10-31 07:57:50"
}
}
]
@@ -7024,7 +7835,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:50:42"
+ "date": "2023-10-31 07:57:53"
}
}
]
@@ -7060,7 +7871,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:50:44"
+ "date": "2023-10-31 07:57:55"
}
}
]
@@ -7103,7 +7914,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:50:47"
+ "date": "2023-10-31 07:57:57"
}
}
]
@@ -7146,7 +7957,7 @@
}
],
"description": "The test target doesn't have an accessible name, or it's empty ('').",
- "date": "2023-10-23 12:50:49"
+ "date": "2023-10-31 07:57:59"
}
}
]
@@ -7187,7 +7998,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:50:51"
+ "date": "2023-10-31 07:58:02"
}
}
]
@@ -7228,7 +8039,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:50:54"
+ "date": "2023-10-31 07:58:04"
}
}
]
@@ -7269,7 +8080,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 12:50:56"
+ "date": "2023-10-31 07:58:06"
}
}
]
@@ -7310,7 +8121,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:50:58"
+ "date": "2023-10-31 07:58:08"
}
}
]
@@ -7351,7 +8162,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:51:01"
+ "date": "2023-10-31 07:58:10"
}
}
]
@@ -7392,7 +8203,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:51:03"
+ "date": "2023-10-31 07:58:12"
}
}
]
@@ -7433,7 +8244,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:51:05"
+ "date": "2023-10-31 07:58:15"
}
}
]
@@ -7467,7 +8278,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:51:08"
+ "date": "2023-10-31 07:58:17"
}
}
]
@@ -7501,7 +8312,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:51:10"
+ "date": "2023-10-31 07:58:19"
}
}
]
@@ -7535,7 +8346,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:51:12"
+ "date": "2023-10-31 07:58:21"
}
}
]
@@ -7582,7 +8393,7 @@
}
],
"description": "The element doesn't have descendants in the flat tree that are part of sequential focus navigation.",
- "date": "2023-10-23 12:51:15"
+ "date": "2023-10-31 07:58:23"
}
}
]
@@ -7623,7 +8434,7 @@
}
],
"description": "The element doesn't have descendants in the flat tree that are part of sequential focus navigation.",
- "date": "2023-10-23 12:51:17"
+ "date": "2023-10-31 07:58:26"
}
}
]
@@ -7664,7 +8475,7 @@
}
],
"description": "The element doesn't have descendants in the flat tree that are part of sequential focus navigation.",
- "date": "2023-10-23 12:51:19"
+ "date": "2023-10-31 07:58:28"
}
}
]
@@ -7711,7 +8522,7 @@
}
],
"description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
- "date": "2023-10-23 12:51:22"
+ "date": "2023-10-31 07:58:30"
}
}
]
@@ -7752,7 +8563,7 @@
}
],
"description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
- "date": "2023-10-23 12:51:24"
+ "date": "2023-10-31 07:58:32"
}
}
]
@@ -7799,7 +8610,7 @@
}
],
"description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
- "date": "2023-10-23 12:51:26"
+ "date": "2023-10-31 07:58:34"
}
}
]
@@ -7833,7 +8644,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:51:28"
+ "date": "2023-10-31 07:58:37"
}
}
]
@@ -7880,7 +8691,7 @@
}
],
"description": "All headers attributes refer to a cell with a semantic role of columnheader of rowheader within the same table.",
- "date": "2023-10-23 12:51:31"
+ "date": "2023-10-31 07:58:39"
}
}
]
@@ -7921,7 +8732,7 @@
}
],
"description": "All headers attributes refer to a cell with a semantic role of columnheader of rowheader within the same table.",
- "date": "2023-10-23 12:51:33"
+ "date": "2023-10-31 07:58:41"
}
}
]
@@ -7968,7 +8779,7 @@
}
],
"description": "All headers attributes refer to a cell with a semantic role of columnheader of rowheader within the same table.",
- "date": "2023-10-23 12:51:36"
+ "date": "2023-10-31 07:58:43"
}
}
]
@@ -8045,7 +8856,7 @@
}
],
"description": "All headers attributes refer to a cell with a semantic role of columnheader of rowheader within the same table.",
- "date": "2023-10-23 12:51:38"
+ "date": "2023-10-31 07:58:45"
}
}
]
@@ -8092,7 +8903,7 @@
}
],
"description": "All headers attributes refer to a cell with a semantic role of columnheader of rowheader within the same table.",
- "date": "2023-10-23 12:51:40"
+ "date": "2023-10-31 07:58:48"
}
}
]
@@ -8139,7 +8950,7 @@
}
],
"description": "All headers attributes refer to a cell with a semantic role of columnheader of rowheader within the same table.",
- "date": "2023-10-23 12:51:43"
+ "date": "2023-10-31 07:58:50"
}
}
]
@@ -8186,7 +8997,7 @@
}
],
"description": "All headers attributes refer to a cell with a semantic role of columnheader of rowheader within the same table.",
- "date": "2023-10-23 12:51:45"
+ "date": "2023-10-31 07:58:52"
}
}
]
@@ -8227,7 +9038,7 @@
}
],
"description": "All headers attributes refer to a cell with a semantic role of columnheader of rowheader within the same table.",
- "date": "2023-10-23 12:51:47"
+ "date": "2023-10-31 07:58:54"
}
}
]
@@ -8274,7 +9085,7 @@
}
],
"description": "The headers attribute `headOfColumn1` refers to an ID that does not exist within the same table.",
- "date": "2023-10-23 12:51:50"
+ "date": "2023-10-31 07:58:56"
}
}
]
@@ -8321,7 +9132,7 @@
}
],
"description": "The headers attribute `headOfColumn1` refers to an ID that does not exist within the same table.",
- "date": "2023-10-23 12:51:52"
+ "date": "2023-10-31 07:58:59"
}
}
]
@@ -8362,7 +9173,7 @@
}
],
"description": "The headers attribute `headerBday` refers to an element inside the same table which does not have a role of rowheader or columnheader.",
- "date": "2023-10-23 12:51:54"
+ "date": "2023-10-31 07:59:01"
}
}
]
@@ -8409,7 +9220,7 @@
}
],
"description": "The headers attribute `headerProject` refers to an element inside the same table which does not have a role of rowheader or columnheader.",
- "date": "2023-10-23 12:51:57"
+ "date": "2023-10-31 07:59:03"
}
}
]
@@ -8443,7 +9254,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:51:59"
+ "date": "2023-10-31 07:59:05"
}
}
]
@@ -8477,7 +9288,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:52:01"
+ "date": "2023-10-31 07:59:07"
}
}
]
@@ -8511,7 +9322,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:52:04"
+ "date": "2023-10-31 07:59:10"
}
}
]
@@ -8545,7 +9356,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:52:06"
+ "date": "2023-10-31 07:59:12"
}
}
]
@@ -8579,7 +9390,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:52:09"
+ "date": "2023-10-31 07:59:14"
}
}
]
@@ -8620,7 +9431,7 @@
}
],
"description": "The headers attribute `self` refers to an element inside the same table which does not have a role of rowheader or columnheader.",
- "date": "2023-10-23 12:52:11"
+ "date": "2023-10-31 07:59:16"
}
}
]
@@ -8661,7 +9472,7 @@
}
],
"description": "The test target is not focusable.",
- "date": "2023-10-23 12:52:13"
+ "date": "2023-10-31 07:59:18"
}
}
]
@@ -8702,7 +9513,7 @@
}
],
"description": "The test target children are not focusable.",
- "date": "2023-10-23 12:52:15"
+ "date": "2023-10-31 07:59:21"
}
}
]
@@ -8743,7 +9554,7 @@
}
],
"description": "The test target is not focusable.",
- "date": "2023-10-23 12:52:18"
+ "date": "2023-10-31 07:59:23"
}
}
]
@@ -8784,7 +9595,7 @@
}
],
"description": "The test target children are not focusable.",
- "date": "2023-10-23 12:52:20"
+ "date": "2023-10-31 07:59:25"
}
}
]
@@ -8825,7 +9636,48 @@
}
],
"description": "The test target children are not focusable.",
- "date": "2023-10-23 12:52:22"
+ "date": "2023-10-31 07:59:27"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/6cfa84/2dcf10cb4314dd7964dd38c2afe7d399bfcbcfac.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/6cfa84",
+ "@type": "TestCase",
+ "title": "Element with `aria-hidden` has no focusable content",
+ "description": "This rule checks that elements with an aria-hidden attribute do not contain focusable elements.",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > a:nth-child(1) > svg:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "The test target children are not focusable.",
+ "date": "2023-10-31 07:59:29"
}
}
]
@@ -8866,7 +9718,7 @@
}
],
"description": "The test target has focusable children.",
- "date": "2023-10-23 12:53:25"
+ "date": "2023-10-31 07:59:32"
}
}
]
@@ -8907,7 +9759,7 @@
}
],
"description": "The test target has focusable children.",
- "date": "2023-10-23 12:53:27"
+ "date": "2023-10-31 07:59:34"
}
}
]
@@ -8948,7 +9800,7 @@
}
],
"description": "The test target has focusable children.",
- "date": "2023-10-23 12:53:30"
+ "date": "2023-10-31 07:59:36"
}
}
]
@@ -8989,7 +9841,7 @@
}
],
"description": "This test target is focusable.",
- "date": "2023-10-23 12:53:32"
+ "date": "2023-10-31 07:59:38"
}
}
]
@@ -9030,7 +9882,48 @@
}
],
"description": "The test target has focusable children.",
- "date": "2023-10-23 12:53:34"
+ "date": "2023-10-31 07:59:40"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/6cfa84/9812d828fef2da32081f4c0acce0c58912f071cb.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/6cfa84",
+ "@type": "TestCase",
+ "title": "Element with `aria-hidden` has no focusable content",
+ "description": "This rule checks that elements with an aria-hidden attribute do not contain focusable elements.",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > div:nth-child(2)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target has focusable children.",
+ "date": "2023-10-31 07:59:43"
}
}
]
@@ -9064,7 +9957,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:54:37"
+ "date": "2023-10-31 07:59:45"
}
}
]
@@ -9098,7 +9991,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:54:39"
+ "date": "2023-10-31 07:59:47"
}
}
]
@@ -9132,7 +10025,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:54:41"
+ "date": "2023-10-31 07:59:49"
}
}
]
@@ -9175,7 +10068,7 @@
}
],
"description": "The test target refreshes/redirects immediately.",
- "date": "2023-10-23 12:54:44"
+ "date": "2023-10-31 07:59:52"
}
}
],
@@ -9219,7 +10112,7 @@
}
],
"description": "The test target refreshes/redirects immediately.",
- "date": "2023-10-23 12:54:46"
+ "date": "2023-10-31 07:59:54"
}
}
],
@@ -9263,7 +10156,7 @@
}
],
"description": "The test target refreshes/redirects after more than 20 hours.",
- "date": "2023-10-23 12:54:49"
+ "date": "2023-10-31 07:59:56"
}
}
]
@@ -9306,7 +10199,7 @@
}
],
"description": "The test target refreshes after 30 seconds.",
- "date": "2023-10-23 12:54:51"
+ "date": "2023-10-31 07:59:58"
}
}
]
@@ -9349,7 +10242,7 @@
}
],
"description": "The test target redirects after 30 seconds.",
- "date": "2023-10-23 12:54:54"
+ "date": "2023-10-31 08:00:00"
}
}
]
@@ -9392,7 +10285,7 @@
}
],
"description": "The test target redirects after 5 seconds.",
- "date": "2023-10-23 12:54:56"
+ "date": "2023-10-31 08:00:02"
}
}
]
@@ -9435,7 +10328,7 @@
}
],
"description": "The test target redirects after 72000 seconds.",
- "date": "2023-10-23 12:54:58"
+ "date": "2023-10-31 08:00:05"
}
}
]
@@ -9471,7 +10364,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:55:01"
+ "date": "2023-10-31 08:00:07"
}
}
]
@@ -9507,7 +10400,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:55:03"
+ "date": "2023-10-31 08:00:09"
}
}
]
@@ -9543,7 +10436,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:55:05"
+ "date": "2023-10-31 08:00:11"
}
}
]
@@ -9579,7 +10472,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:55:08"
+ "date": "2023-10-31 08:00:13"
}
}
]
@@ -9615,7 +10508,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:55:11"
+ "date": "2023-10-31 08:00:16"
}
}
]
@@ -9651,7 +10544,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:55:13"
+ "date": "2023-10-31 08:00:18"
}
}
]
@@ -9687,7 +10580,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:55:15"
+ "date": "2023-10-31 08:00:20"
}
}
]
@@ -9723,7 +10616,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:55:18"
+ "date": "2023-10-31 08:00:22"
}
}
]
@@ -9764,7 +10657,7 @@
}
],
"description": "The `meta` element with a `name='viewport'` attribute retains the user agent ability to zoom.",
- "date": "2023-10-23 12:55:21"
+ "date": "2023-10-31 08:00:24"
}
}
]
@@ -9805,7 +10698,7 @@
}
],
"description": "The `meta` element with a `name='viewport'` attribute retains the user agent ability to zoom.",
- "date": "2023-10-23 12:55:23"
+ "date": "2023-10-31 08:00:27"
}
}
]
@@ -9846,7 +10739,7 @@
}
],
"description": "The `meta` element with a `name='viewport'` attribute doesn't define the `maximum-scale` and `user-scalable` values.",
- "date": "2023-10-23 12:55:25"
+ "date": "2023-10-31 08:00:29"
}
}
]
@@ -9887,7 +10780,7 @@
}
],
"description": "The `meta` element with a `name='viewport'` attribute abolishes the user agent ability to zoom with user-scalable=no or maximum-scale < 2.",
- "date": "2023-10-23 12:55:28"
+ "date": "2023-10-31 08:00:31"
}
}
]
@@ -9928,7 +10821,7 @@
}
],
"description": "The `meta` element with a `name='viewport'` attribute abolishes the user agent ability to zoom with user-scalable=no or maximum-scale < 2.",
- "date": "2023-10-23 12:55:30"
+ "date": "2023-10-31 08:00:33"
}
}
]
@@ -9969,7 +10862,7 @@
}
],
"description": "The `meta` element with a `name='viewport'` attribute abolishes the user agent ability to zoom with user-scalable=no or maximum-scale < 2.",
- "date": "2023-10-23 12:55:33"
+ "date": "2023-10-31 08:00:35"
}
}
]
@@ -10010,7 +10903,7 @@
}
],
"description": "The `meta` element with a `name='viewport'` attribute abolishes the user agent ability to zoom with user-scalable=no or maximum-scale < 2.",
- "date": "2023-10-23 12:55:35"
+ "date": "2023-10-31 08:00:38"
}
}
]
@@ -10044,7 +10937,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:55:37"
+ "date": "2023-10-31 08:00:40"
}
}
]
@@ -10078,7 +10971,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:55:40"
+ "date": "2023-10-31 08:00:42"
}
}
]
@@ -10119,14 +11012,14 @@
}
],
"description": "The `meta` element with a `name='viewport'` attribute doesn't define the `maximum-scale` and `user-scalable` values.",
- "date": "2023-10-23 12:55:42"
+ "date": "2023-10-31 08:00:44"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b4f0c3/08e8943b849762eb7f18654c7f9e479ad33b2840.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b4f0c3/a36115d7110156fde2fe6187dbb49402096f82fb.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -10159,15 +11052,15 @@
}
}
],
- "description": "The `meta` element with a `name='viewport'` attribute retains the user agent ability to zoom.",
- "date": "2023-10-23 12:56:45"
+ "description": "The `meta` element with a `name='viewport'` attribute doesn't define the `maximum-scale` and `user-scalable` values.",
+ "date": "2023-10-31 08:00:46"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b4f0c3/30b40365b4e59aa103ff04c369f31658fa6e2790.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b4f0c3/08e8943b849762eb7f18654c7f9e479ad33b2840.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -10201,14 +11094,14 @@
}
],
"description": "The `meta` element with a `name='viewport'` attribute retains the user agent ability to zoom.",
- "date": "2023-10-23 12:56:47"
+ "date": "2023-10-31 08:00:48"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b4f0c3/8735b02e59dd802a5a9e9a7ea1934a106d2963eb.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b4f0c3/30b40365b4e59aa103ff04c369f31658fa6e2790.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -10242,14 +11135,14 @@
}
],
"description": "The `meta` element with a `name='viewport'` attribute retains the user agent ability to zoom.",
- "date": "2023-10-23 12:56:50"
+ "date": "2023-10-31 08:00:51"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b4f0c3/c94a59f8c3b17d722781af36da3556ff4b418776.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b4f0c3/8735b02e59dd802a5a9e9a7ea1934a106d2963eb.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -10283,14 +11176,14 @@
}
],
"description": "The `meta` element with a `name='viewport'` attribute retains the user agent ability to zoom.",
- "date": "2023-10-23 12:56:52"
+ "date": "2023-10-31 08:00:53"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b4f0c3/9f288c284df9ade53aa33e50ec50c879d5aba4ef.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b4f0c3/c94a59f8c3b17d722781af36da3556ff4b418776.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -10324,14 +11217,14 @@
}
],
"description": "The `meta` element with a `name='viewport'` attribute retains the user agent ability to zoom.",
- "date": "2023-10-23 12:56:54"
+ "date": "2023-10-31 08:00:55"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/2c4e13b6606b88bbe10bfffbe4b6f4e6d373c4a7.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b4f0c3/9f288c284df9ade53aa33e50ec50c879d5aba4ef.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -10344,12 +11237,12 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/8fc3b6",
+ "@id": "https://act-rules.github.io/rules/b4f0c3",
"@type": "TestCase",
- "title": "Object element has non-empty accessible name",
- "description": "This rule checks that each `object` element has a non-empty accessible name.",
+ "title": "meta viewport does not prevent zoom",
+ "description": "This rule checks that the meta element retains the user agent ability to zoom.",
"isPartOf": [
- "WCAG2:non-text-content"
+ "WCAG2:resize-text"
]
},
"mode": "earl:automatic",
@@ -10359,20 +11252,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > object:nth-child(1)",
+ "pointer": "html > head:nth-child(1) > meta:nth-child(2)",
"outcome": "earl:passed"
}
}
],
- "description": "The test target has a non-empty accessible name.",
- "date": "2023-10-23 12:56:56"
+ "description": "The `meta` element with a `name='viewport'` attribute retains the user agent ability to zoom.",
+ "date": "2023-10-31 08:00:57"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/dd651de8f984bc2bc5d791eceedf16e70cca0cdc.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/2c4e13b6606b88bbe10bfffbe4b6f4e6d373c4a7.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -10406,14 +11299,14 @@
}
],
"description": "The test target has a non-empty accessible name.",
- "date": "2023-10-23 12:56:57"
+ "date": "2023-10-31 08:00:58"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/1b172036f8e219ef9b6f591d7f5df26e4ba11327.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/dd651de8f984bc2bc5d791eceedf16e70cca0cdc.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -10441,20 +11334,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > object:nth-child(2)",
+ "pointer": "html > body:nth-child(2) > object:nth-child(1)",
"outcome": "earl:passed"
}
}
],
"description": "The test target has a non-empty accessible name.",
- "date": "2023-10-23 12:57:00"
+ "date": "2023-10-31 08:00:59"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/c3ed1c920db04a7b13d043fae5766694cf50d561.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/1b172036f8e219ef9b6f591d7f5df26e4ba11327.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -10482,20 +11375,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > object:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > object:nth-child(2)",
"outcome": "earl:passed"
}
}
],
"description": "The test target has a non-empty accessible name.",
- "date": "2023-10-23 12:57:01"
+ "date": "2023-10-31 08:01:01"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/4147da2dd50e2326a7985207296cfcd0ba57a1ee.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/c3ed1c920db04a7b13d043fae5766694cf50d561.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -10519,24 +11412,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:failed",
+ "outcome": "earl:passed",
"source": [
{
"result": {
"pointer": "html > body:nth-child(2) > object:nth-child(1)",
- "outcome": "earl:failed"
+ "outcome": "earl:passed"
}
}
],
- "description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:57:02"
+ "description": "The test target has a non-empty accessible name.",
+ "date": "2023-10-31 08:01:02"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/8bd420282f8209ce236004c61bc4bbd728afceb7.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/4147da2dd50e2326a7985207296cfcd0ba57a1ee.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -10570,55 +11463,14 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:57:03"
- }
- }
- ]
- },
- {
- "@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/0f4a37cd30bd688d1a8ebbb915b2c70a4bf0272c.html",
- "assertor": {
- "@id": "QualWeb",
- "@type": "Software",
- "title": "QualWeb",
- "description": "QualWeb is an automatic accessibility evaluator for webpages.",
- "hasVersion": "3.0.0",
- "homepage": "http://www.qualweb.di.fc.ul.pt/"
- },
- "assertions": [
- {
- "@type": "Assertion",
- "test": {
- "@id": "https://act-rules.github.io/rules/8fc3b6",
- "@type": "TestCase",
- "title": "Object element has non-empty accessible name",
- "description": "This rule checks that each `object` element has a non-empty accessible name.",
- "isPartOf": [
- "WCAG2:non-text-content"
- ]
- },
- "mode": "earl:automatic",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:failed",
- "source": [
- {
- "result": {
- "pointer": "html > body:nth-child(2) > object:nth-child(2)",
- "outcome": "earl:failed"
- }
- }
- ],
- "description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:57:05"
+ "date": "2023-10-31 08:01:03"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/dcb42362e4cd8108444dd64c8538ef0523de0aa7.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/8bd420282f8209ce236004c61bc4bbd728afceb7.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -10652,14 +11504,96 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:57:06"
+ "date": "2023-10-31 08:01:04"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/a2525d7f2db0db246df0a702416606c56085a17a.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/0f4a37cd30bd688d1a8ebbb915b2c70a4bf0272c.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/8fc3b6",
+ "@type": "TestCase",
+ "title": "Object element has non-empty accessible name",
+ "description": "This rule checks that each `object` element has a non-empty accessible name.",
+ "isPartOf": [
+ "WCAG2:non-text-content"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > object:nth-child(2)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target accessible name doesn't exist or it's empty ('').",
+ "date": "2023-10-31 08:01:06"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/dcb42362e4cd8108444dd64c8538ef0523de0aa7.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/8fc3b6",
+ "@type": "TestCase",
+ "title": "Object element has non-empty accessible name",
+ "description": "This rule checks that each `object` element has a non-empty accessible name.",
+ "isPartOf": [
+ "WCAG2:non-text-content"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > object:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target accessible name doesn't exist or it's empty ('').",
+ "date": "2023-10-31 08:01:08"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/8fc3b6/a2525d7f2db0db246df0a702416606c56085a17a.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -10693,7 +11627,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:57:09"
+ "date": "2023-10-31 08:01:10"
}
}
]
@@ -10734,7 +11668,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 12:57:10"
+ "date": "2023-10-31 08:01:11"
}
}
]
@@ -10775,7 +11709,7 @@
}
],
"description": "The test target has a non-empty accessible name.",
- "date": "2023-10-23 12:57:12"
+ "date": "2023-10-31 08:01:13"
}
}
]
@@ -10809,7 +11743,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:57:14"
+ "date": "2023-10-31 08:01:15"
}
}
]
@@ -10843,7 +11777,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:57:16"
+ "date": "2023-10-31 08:01:16"
}
}
]
@@ -10877,7 +11811,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:57:18"
+ "date": "2023-10-31 08:01:18"
}
}
]
@@ -10911,7 +11845,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:57:20"
+ "date": "2023-10-31 08:01:21"
}
}
]
@@ -10945,7 +11879,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:57:22"
+ "date": "2023-10-31 08:01:23"
}
}
]
@@ -10979,7 +11913,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:57:24"
+ "date": "2023-10-31 08:01:24"
}
}
]
@@ -11013,7 +11947,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:57:26"
+ "date": "2023-10-31 08:01:26"
}
}
]
@@ -11054,7 +11988,7 @@
}
],
"description": "The `lang` attribute exists and has a value.",
- "date": "2023-10-23 12:57:28"
+ "date": "2023-10-31 08:01:28"
}
}
]
@@ -11095,7 +12029,7 @@
}
],
"description": "The `lang` attribute doesn't exist or is empty ('').",
- "date": "2023-10-23 12:57:31"
+ "date": "2023-10-31 08:01:31"
}
}
]
@@ -11136,7 +12070,7 @@
}
],
"description": "The `lang` attribute doesn't exist or is empty ('').",
- "date": "2023-10-23 12:57:33"
+ "date": "2023-10-31 08:01:33"
}
}
]
@@ -11177,7 +12111,7 @@
}
],
"description": "The `lang` attribute doesn't exist or is empty ('').",
- "date": "2023-10-23 12:57:35"
+ "date": "2023-10-31 08:01:35"
}
}
]
@@ -11218,7 +12152,7 @@
}
],
"description": "The `lang` attribute doesn't exist or is empty ('').",
- "date": "2023-10-23 12:57:38"
+ "date": "2023-10-31 08:01:37"
}
}
]
@@ -11252,7 +12186,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:57:40"
+ "date": "2023-10-31 08:01:39"
}
}
]
@@ -11286,7 +12220,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:57:43"
+ "date": "2023-10-31 08:01:42"
}
}
]
@@ -11320,7 +12254,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:58:02"
+ "date": "2023-10-31 08:02:01"
}
}
]
@@ -11354,7 +12288,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 12:58:04"
+ "date": "2023-10-31 08:02:03"
}
}
]
@@ -11395,7 +12329,7 @@
}
],
"description": "The nested browsing context includes elements that are visible and part of the sequential focus navigation.",
- "date": "2023-10-23 12:58:07"
+ "date": "2023-10-31 08:02:05"
}
}
]
@@ -11436,7 +12370,7 @@
}
],
"description": "The nested browsing context does not include elements that are visible and part of the sequential focus navigation.",
- "date": "2023-10-23 12:58:09"
+ "date": "2023-10-31 08:02:07"
}
}
]
@@ -11477,7 +12411,7 @@
}
],
"description": "The nested browsing context does not include elements that are visible and part of the sequential focus navigation.",
- "date": "2023-10-23 12:58:11"
+ "date": "2023-10-31 08:02:10"
}
}
]
@@ -11518,7 +12452,7 @@
}
],
"description": "The nested browsing context does not include elements that are visible and part of the sequential focus navigation.",
- "date": "2023-10-23 12:58:13"
+ "date": "2023-10-31 08:02:12"
}
}
]
@@ -11559,7 +12493,7 @@
}
],
"description": "The nested browsing context does not include elements that are visible and part of the sequential focus navigation.",
- "date": "2023-10-23 12:58:16"
+ "date": "2023-10-31 08:02:14"
}
}
]
@@ -11600,7 +12534,89 @@
}
],
"description": "The nested browsing context includes elements that are visible and part of the sequential focus navigation.",
- "date": "2023-10-23 12:58:18"
+ "date": "2023-10-31 08:02:16"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/akn7bn/c88fcaf4d90e2156de75a1cdad8734a3d75c49e4.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/akn7bn",
+ "@type": "TestCase",
+ "title": "iframe with negative tabindex has no interactive elements",
+ "description": "This rule checks that `iframe` elements with a negative `tabindex` attribute value contain no interactive elements.",
+ "isPartOf": [
+ "WCAG2:keyboard"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > iframe:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The nested browsing context includes elements that are visible and part of the sequential focus navigation.",
+ "date": "2023-10-31 08:02:18"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/m6b1q3/895a5b0d06d892bc50351cfd2db426b31cfcc97f.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/m6b1q3",
+ "@type": "TestCase",
+ "title": "Menuitem has non-empty accessible name",
+ "description": "This rule checks that each element with a menuitem role has a non-empty accessible name.",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > div:nth-child(1) > button:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "The test target has a non-empty accessible name.",
+ "date": "2023-10-31 08:03:00"
}
}
]
@@ -11641,7 +12657,7 @@
}
],
"description": "The test target has a non-empty accessible name.",
- "date": "2023-10-23 13:01:56"
+ "date": "2023-10-31 08:03:00"
}
}
]
@@ -11682,7 +12698,7 @@
}
],
"description": "The test target has a non-empty accessible name.",
- "date": "2023-10-23 13:01:59"
+ "date": "2023-10-31 08:03:01"
}
}
]
@@ -11723,7 +12739,7 @@
}
],
"description": "The test target has a non-empty accessible name.",
- "date": "2023-10-23 13:01:59"
+ "date": "2023-10-31 08:03:02"
}
}
]
@@ -11764,7 +12780,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 13:02:02"
+ "date": "2023-10-31 08:03:04"
}
}
]
@@ -11805,7 +12821,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 13:02:04"
+ "date": "2023-10-31 08:03:06"
}
}
]
@@ -11839,7 +12855,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:02:06"
+ "date": "2023-10-31 08:03:08"
}
}
]
@@ -11873,7 +12889,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:02:09"
+ "date": "2023-10-31 08:03:11"
}
}
]
@@ -11915,7 +12931,7 @@
}
],
"description": "This scrollable section element is included in sequential focus navigation.",
- "date": "2023-10-23 13:02:11"
+ "date": "2023-10-31 08:03:13"
}
}
]
@@ -11957,7 +12973,7 @@
}
],
"description": "This scrollable section element is included in sequential focus navigation.",
- "date": "2023-10-23 13:02:13"
+ "date": "2023-10-31 08:03:15"
}
}
]
@@ -11999,7 +13015,7 @@
}
],
"description": "This vertically/horizontally scrollable section element is not included in sequential focus navigation, nor does it have any descendants that are.",
- "date": "2023-10-23 13:02:16"
+ "date": "2023-10-31 08:03:17"
}
}
]
@@ -12041,7 +13057,7 @@
}
],
"description": "This vertically/horizontally scrollable section element is not included in sequential focus navigation, nor does it have any descendants that are.",
- "date": "2023-10-23 13:02:18"
+ "date": "2023-10-31 08:03:19"
}
}
]
@@ -12076,7 +13092,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:02:20"
+ "date": "2023-10-31 08:03:21"
}
}
]
@@ -12111,7 +13127,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:02:22"
+ "date": "2023-10-31 08:03:24"
}
}
]
@@ -12146,7 +13162,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:02:25"
+ "date": "2023-10-31 08:03:26"
}
}
]
@@ -12181,7 +13197,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:02:27"
+ "date": "2023-10-31 08:03:28"
}
}
]
@@ -12216,7 +13232,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:02:29"
+ "date": "2023-10-31 08:03:30"
}
}
]
@@ -12251,7 +13267,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:02:32"
+ "date": "2023-10-31 08:03:33"
}
}
]
@@ -12285,7 +13301,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:02:35"
+ "date": "2023-10-31 08:03:36"
}
}
]
@@ -12319,7 +13335,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:02:37"
+ "date": "2023-10-31 08:03:38"
}
}
]
@@ -12353,7 +13369,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:02:40"
+ "date": "2023-10-31 08:03:40"
}
}
]
@@ -12406,7 +13422,7 @@
}
],
"description": "Check if the element has some visible focus indication",
- "date": "2023-10-23 13:02:42"
+ "date": "2023-10-31 08:03:42"
}
}
]
@@ -12440,7 +13456,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:02:44"
+ "date": "2023-10-31 08:03:45"
}
}
]
@@ -12474,7 +13490,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:02:47"
+ "date": "2023-10-31 08:03:47"
}
}
]
@@ -12508,7 +13524,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:02:49"
+ "date": "2023-10-31 08:03:49"
}
}
]
@@ -12550,7 +13566,7 @@
}
],
"description": "Element has contrast ratio higher than minimum.",
- "date": "2023-10-23 13:02:52"
+ "date": "2023-10-31 08:03:51"
}
}
]
@@ -12592,7 +13608,7 @@
}
],
"description": "Element has an gradient that we can't verify.",
- "date": "2023-10-23 13:02:54"
+ "date": "2023-10-31 08:03:53"
}
}
]
@@ -12634,7 +13650,7 @@
}
],
"description": "Element has text-shadow that needs manual verification.",
- "date": "2023-10-23 13:02:56"
+ "date": "2023-10-31 08:03:56"
}
}
]
@@ -12676,7 +13692,7 @@
}
],
"description": "Element has text-shadow that needs manual verification.",
- "date": "2023-10-23 13:02:59"
+ "date": "2023-10-31 08:03:58"
}
}
]
@@ -12718,7 +13734,7 @@
}
],
"description": "Element has contrast ratio higher than minimum.",
- "date": "2023-10-23 13:03:01"
+ "date": "2023-10-31 08:04:00"
}
}
]
@@ -12760,7 +13776,7 @@
}
],
"description": "Element has contrast ratio higher than minimum.",
- "date": "2023-10-23 13:03:03"
+ "date": "2023-10-31 08:04:02"
}
}
]
@@ -12802,7 +13818,7 @@
}
],
"description": "Element doesn't have human language text.",
- "date": "2023-10-23 13:03:06"
+ "date": "2023-10-31 08:04:04"
}
}
]
@@ -12844,7 +13860,7 @@
}
],
"description": "Element has contrast ratio higher than minimum.",
- "date": "2023-10-23 13:03:08"
+ "date": "2023-10-31 08:04:07"
}
}
]
@@ -12886,7 +13902,7 @@
}
],
"description": "Element has contrast ratio higher than minimum.",
- "date": "2023-10-23 13:03:11"
+ "date": "2023-10-31 08:04:09"
}
}
]
@@ -12928,7 +13944,7 @@
}
],
"description": "Element has contrast ratio higher than minimum.",
- "date": "2023-10-23 13:03:13"
+ "date": "2023-10-31 08:04:11"
}
}
]
@@ -12970,7 +13986,7 @@
}
],
"description": "Element has contrast ratio higher than minimum.",
- "date": "2023-10-23 13:03:15"
+ "date": "2023-10-31 08:04:13"
}
}
]
@@ -13012,7 +14028,7 @@
}
],
"description": "Element has contrast ratio lower than minimum.",
- "date": "2023-10-23 13:03:18"
+ "date": "2023-10-31 08:04:15"
}
}
]
@@ -13054,7 +14070,7 @@
}
],
"description": "Element has an gradient that we can't verify.",
- "date": "2023-10-23 13:03:20"
+ "date": "2023-10-31 08:04:18"
}
}
]
@@ -13096,7 +14112,7 @@
}
],
"description": "Element has an image on background.",
- "date": "2023-10-23 13:03:22"
+ "date": "2023-10-31 08:04:20"
}
}
]
@@ -13138,7 +14154,7 @@
}
],
"description": "Element has contrast ratio lower than minimum.",
- "date": "2023-10-23 13:03:25"
+ "date": "2023-10-31 08:04:22"
}
}
]
@@ -13180,7 +14196,7 @@
}
],
"description": "Element has contrast ratio lower than minimum.",
- "date": "2023-10-23 13:03:27"
+ "date": "2023-10-31 08:04:24"
}
}
]
@@ -13222,7 +14238,7 @@
}
],
"description": "Element has contrast ratio lower than minimum.",
- "date": "2023-10-23 13:03:30"
+ "date": "2023-10-31 08:04:26"
}
}
]
@@ -13264,7 +14280,7 @@
}
],
"description": "Element has an gradient that we can't verify.",
- "date": "2023-10-23 13:03:32"
+ "date": "2023-10-31 08:04:28"
}
}
]
@@ -13312,7 +14328,49 @@
}
],
"description": "Element has contrast ratio lower than minimum.",
- "date": "2023-10-23 13:03:35"
+ "date": "2023-10-31 08:04:31"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/afw4f7/a7d34d6d1dad765c7e444d3c3f63b18ca4742e9e.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/afw4f7",
+ "@type": "TestCase",
+ "title": "Text has minimum contrast",
+ "description": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
+ "isPartOf": [
+ "WCAG2:contrast-minimum",
+ "WCAG2:contrast-enhanced"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > button:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "Element has contrast ratio lower than minimum.",
+ "date": "2023-10-31 08:04:33"
}
}
]
@@ -13354,7 +14412,7 @@
}
],
"description": "Element has contrast ratio lower than minimum.",
- "date": "2023-10-23 13:04:37"
+ "date": "2023-10-31 08:04:35"
}
}
]
@@ -13389,7 +14447,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:04:39"
+ "date": "2023-10-31 08:04:37"
}
}
]
@@ -13424,7 +14482,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:04:42"
+ "date": "2023-10-31 08:04:39"
}
}
]
@@ -13459,7 +14517,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:04:44"
+ "date": "2023-10-31 08:04:42"
}
}
]
@@ -13494,7 +14552,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:04:47"
+ "date": "2023-10-31 08:04:44"
}
}
]
@@ -13529,7 +14587,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:04:49"
+ "date": "2023-10-31 08:04:46"
}
}
]
@@ -13564,14 +14622,14 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:04:51"
+ "date": "2023-10-31 08:04:48"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/afw4f7/53386f68326a53798e776b48e81b32659424d6d3.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/afw4f7/7c7d6412dae7381d90517a6f3c0a30104d63062a.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -13599,14 +14657,14 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:05:54"
+ "date": "2023-10-31 08:04:50"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/afw4f7/9e3383a60ab67d5988ac2144fec58a34677c52b2.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/afw4f7/53386f68326a53798e776b48e81b32659424d6d3.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -13634,14 +14692,14 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:05:56"
+ "date": "2023-10-31 08:04:53"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/afw4f7/b4fcc1ea76d19ae86033ed687613f78297ee6069.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/afw4f7/9e3383a60ab67d5988ac2144fec58a34677c52b2.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -13669,14 +14727,14 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:05:59"
+ "date": "2023-10-31 08:04:55"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/afw4f7/6b811d065fc243c2c94002f315891791e181d518.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/afw4f7/b4fcc1ea76d19ae86033ed687613f78297ee6069.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -13704,14 +14762,14 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:06:01"
+ "date": "2023-10-31 08:04:57"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/fd406bedf0bb3bdc4c2a718f49a3dd0f7aaa7556.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/afw4f7/6b811d065fc243c2c94002f315891791e181d518.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -13724,35 +14782,29 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/09o5cg",
+ "@id": "https://act-rules.github.io/rules/afw4f7",
"@type": "TestCase",
- "title": "Text has enhanced contrast",
- "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
+ "title": "Text has minimum contrast",
+ "description": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
"isPartOf": [
+ "WCAG2:contrast-minimum",
"WCAG2:contrast-enhanced"
]
},
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
- "source": [
- {
- "result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1)",
- "outcome": "earl:passed"
- }
- }
- ],
- "description": "Element has contrast ratio higher than minimum.",
- "date": "2023-10-23 13:06:03"
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:04:59"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/2f0bb5467d45f7fabf95b3f85741a10af03dc7f6.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/fd406bedf0bb3bdc4c2a718f49a3dd0f7aaa7556.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -13785,15 +14837,15 @@
}
}
],
- "description": "Element has gradient with contrast ratio higher than minimum.",
- "date": "2023-10-23 13:06:06"
+ "description": "Element has contrast ratio higher than minimum.",
+ "date": "2023-10-31 08:05:01"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/d011f0ef2a8d94ccf3d3d393a50d7fd8c576d3c3.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/2f0bb5467d45f7fabf95b3f85741a10af03dc7f6.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -13817,24 +14869,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:cantTell",
+ "outcome": "earl:passed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(2)",
- "outcome": "earl:cantTell"
+ "pointer": "html > body:nth-child(2) > p:nth-child(1)",
+ "outcome": "earl:passed"
}
}
],
- "description": "Element has text-shadow that needs manual verification.",
- "date": "2023-10-23 13:06:08"
+ "description": "Element has gradient with contrast ratio higher than minimum.",
+ "date": "2023-10-31 08:05:04"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/e94522843ec1985d5c8b25e059e95c845e28b4fe.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/d011f0ef2a8d94ccf3d3d393a50d7fd8c576d3c3.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -13858,24 +14910,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:cantTell",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1)",
- "outcome": "earl:passed"
+ "pointer": "html > body:nth-child(2) > p:nth-child(2)",
+ "outcome": "earl:cantTell"
}
}
],
- "description": "Element has contrast ratio higher than minimum.",
- "date": "2023-10-23 13:06:10"
+ "description": "Element has text-shadow that needs manual verification.",
+ "date": "2023-10-31 08:05:06"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/7768acdf84efd498cc557368e73aa9da495727c9.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/e94522843ec1985d5c8b25e059e95c845e28b4fe.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -13909,14 +14961,14 @@
}
],
"description": "Element has contrast ratio higher than minimum.",
- "date": "2023-10-23 13:06:13"
+ "date": "2023-10-31 08:05:08"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/2845a8409b1c07caa856d1bfbf42ed244b0de9c2.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/7768acdf84efd498cc557368e73aa9da495727c9.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -13949,15 +15001,15 @@
}
}
],
- "description": "Element doesn't have human language text.",
- "date": "2023-10-23 13:06:15"
+ "description": "Element has contrast ratio higher than minimum.",
+ "date": "2023-10-31 08:05:10"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/c7c09c1019dcf1d1c67183001b4d459dee7a87ff.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/2845a8409b1c07caa856d1bfbf42ed244b0de9c2.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -13990,15 +15042,15 @@
}
}
],
- "description": "Element has contrast ratio higher than minimum.",
- "date": "2023-10-23 13:06:17"
+ "description": "Element doesn't have human language text.",
+ "date": "2023-10-31 08:05:12"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/66a3ba7bc0027a9556596e3c378c926a537c1901.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/c7c09c1019dcf1d1c67183001b4d459dee7a87ff.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -14026,20 +15078,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1)span:nth-of-type(1)",
+ "pointer": "html > body:nth-child(2) > p:nth-child(1)",
"outcome": "earl:passed"
}
}
],
"description": "Element has contrast ratio higher than minimum.",
- "date": "2023-10-23 13:06:20"
+ "date": "2023-10-31 08:05:14"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/173cb00f20c52f35970c322dedf7bc11450b70c1.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/66a3ba7bc0027a9556596e3c378c926a537c1901.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -14067,20 +15119,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > a:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > p:nth-child(1)span:nth-of-type(1)",
"outcome": "earl:passed"
}
}
],
"description": "Element has contrast ratio higher than minimum.",
- "date": "2023-10-23 13:06:22"
+ "date": "2023-10-31 08:05:17"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/668856825e6d3b4e480005acf97723c7b1004ba3.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/173cb00f20c52f35970c322dedf7bc11450b70c1.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -14108,20 +15160,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > div:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > a:nth-child(1)",
"outcome": "earl:passed"
}
}
],
"description": "Element has contrast ratio higher than minimum.",
- "date": "2023-10-23 13:06:25"
+ "date": "2023-10-31 08:05:19"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/67fe402a5de9743bf9882d7d52deb9749005d16c.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/668856825e6d3b4e480005acf97723c7b1004ba3.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -14145,24 +15197,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:failed",
+ "outcome": "earl:passed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1)",
- "outcome": "earl:failed"
+ "pointer": "html > body:nth-child(2) > div:nth-child(1)",
+ "outcome": "earl:passed"
}
}
],
- "description": "Element has contrast ratio lower than minimum.",
- "date": "2023-10-23 13:06:27"
+ "description": "Element has contrast ratio higher than minimum.",
+ "date": "2023-10-31 08:05:21"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/c318e865be58b889fb35b875c76759928082b548.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/67fe402a5de9743bf9882d7d52deb9749005d16c.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -14195,15 +15247,15 @@
}
}
],
- "description": "Element has gradient with contrast ratio lower than minimum.",
- "date": "2023-10-23 13:06:29"
+ "description": "Element has contrast ratio lower than minimum.",
+ "date": "2023-10-31 08:05:23"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/6f14b150aab632c7656450b3a6dc44ad28cf6cce.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/c318e865be58b889fb35b875c76759928082b548.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -14227,24 +15279,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:cantTell",
+ "outcome": "earl:failed",
"source": [
{
"result": {
"pointer": "html > body:nth-child(2) > p:nth-child(1)",
- "outcome": "earl:cantTell"
+ "outcome": "earl:failed"
}
}
],
- "description": "Element has an image on background.",
- "date": "2023-10-23 13:09:32"
+ "description": "Element has gradient with contrast ratio lower than minimum.",
+ "date": "2023-10-31 08:05:25"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/d5e21eae8aa28290befa06cfe68b5032ed05b7a5.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/04344f745bd9bad51292748e7893f146c045aae4.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -14272,20 +15324,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > div:nth-child(1) > p:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > p:nth-child(1)",
"outcome": "earl:failed"
}
}
],
"description": "Element has contrast ratio lower than minimum.",
- "date": "2023-10-23 13:10:35"
+ "date": "2023-10-31 08:05:28"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/4c47eeaeb5dd826b90c8a9efb081962f04f5d339.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/eaf0a926896f045a498073da42ea6263a4d6d36c.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -14319,14 +15371,14 @@
}
],
"description": "Element has contrast ratio lower than minimum.",
- "date": "2023-10-23 13:10:37"
+ "date": "2023-10-31 08:05:30"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/1882d796de0dcb4b85924f3abfbf565eeef2d963.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/aed692e9f0a1be5c87ef1de56afa8e23e14cc3ba.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -14354,20 +15406,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > span:nth-child(2)",
+ "pointer": "html > body:nth-child(2) > p:nth-child(1)",
"outcome": "earl:failed"
}
}
],
- "description": "Element has gradient with contrast ratio lower than minimum.",
- "date": "2023-10-23 13:10:39"
+ "description": "Element has contrast ratio lower than minimum.",
+ "date": "2023-10-31 08:05:32"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/a34d15d4bb754339339996802d1bc32d464643da.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/6f14b150aab632c7656450b3a6dc44ad28cf6cce.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -14391,30 +15443,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:failed",
+ "outcome": "earl:cantTell",
"source": [
{
"result": {
"pointer": "html > body:nth-child(2) > p:nth-child(1)",
- "outcome": "earl:passed"
- }
- },
- {
- "result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(2)",
- "outcome": "earl:failed"
+ "outcome": "earl:cantTell"
}
}
],
- "description": "Element has contrast ratio lower than minimum.",
- "date": "2023-10-23 13:10:42"
+ "description": "Element has an image on background.",
+ "date": "2023-10-31 08:05:34"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/316b0c7fccdbe8a47716447a9fe2ca197c8358af.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/4e1ec35a2908dbb52d9d50bb60b9110316584799.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -14442,20 +15488,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > button:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > p:nth-child(1)",
"outcome": "earl:failed"
}
}
],
"description": "Element has contrast ratio lower than minimum.",
- "date": "2023-10-23 13:10:44"
+ "date": "2023-10-31 08:05:36"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/2e81c3e60722202d2e92089a0695d74e8b49cdaa.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/d5e21eae8aa28290befa06cfe68b5032ed05b7a5.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -14483,190 +15529,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > div:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > div:nth-child(1) > p:nth-child(1)",
"outcome": "earl:failed"
}
}
],
"description": "Element has contrast ratio lower than minimum.",
- "date": "2023-10-23 13:10:48"
- }
- }
- ]
- },
- {
- "@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/2347a45232c34aa309087ed099f4781cd70b5b1e.html",
- "assertor": {
- "@id": "QualWeb",
- "@type": "Software",
- "title": "QualWeb",
- "description": "QualWeb is an automatic accessibility evaluator for webpages.",
- "hasVersion": "3.0.0",
- "homepage": "http://www.qualweb.di.fc.ul.pt/"
- },
- "assertions": [
- {
- "@type": "Assertion",
- "test": {
- "@id": "https://act-rules.github.io/rules/09o5cg",
- "@type": "TestCase",
- "title": "Text has enhanced contrast",
- "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
- "isPartOf": [
- "WCAG2:contrast-enhanced"
- ]
- },
- "mode": "earl:automatic",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:inapplicable",
- "source": [],
- "description": "No test targets found.",
- "date": "2023-10-23 13:10:50"
- }
- }
- ]
- },
- {
- "@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/dbd2374952b96375369afe2a012bfbadd182bf6b.html",
- "assertor": {
- "@id": "QualWeb",
- "@type": "Software",
- "title": "QualWeb",
- "description": "QualWeb is an automatic accessibility evaluator for webpages.",
- "hasVersion": "3.0.0",
- "homepage": "http://www.qualweb.di.fc.ul.pt/"
- },
- "assertions": [
- {
- "@type": "Assertion",
- "test": {
- "@id": "https://act-rules.github.io/rules/09o5cg",
- "@type": "TestCase",
- "title": "Text has enhanced contrast",
- "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
- "isPartOf": [
- "WCAG2:contrast-enhanced"
- ]
- },
- "mode": "earl:automatic",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:inapplicable",
- "source": [],
- "description": "No test targets found.",
- "date": "2023-10-23 13:10:53"
+ "date": "2023-10-31 08:05:39"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/fc92e273e09ad225227f488e3a016fd8d4aad10c.html",
- "assertor": {
- "@id": "QualWeb",
- "@type": "Software",
- "title": "QualWeb",
- "description": "QualWeb is an automatic accessibility evaluator for webpages.",
- "hasVersion": "3.0.0",
- "homepage": "http://www.qualweb.di.fc.ul.pt/"
- },
- "assertions": [
- {
- "@type": "Assertion",
- "test": {
- "@id": "https://act-rules.github.io/rules/09o5cg",
- "@type": "TestCase",
- "title": "Text has enhanced contrast",
- "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
- "isPartOf": [
- "WCAG2:contrast-enhanced"
- ]
- },
- "mode": "earl:automatic",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:inapplicable",
- "source": [],
- "description": "No test targets found.",
- "date": "2023-10-23 13:10:56"
- }
- }
- ]
- },
- {
- "@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/881897444deae644139c4b799b8eeb4b4b764c2a.html",
- "assertor": {
- "@id": "QualWeb",
- "@type": "Software",
- "title": "QualWeb",
- "description": "QualWeb is an automatic accessibility evaluator for webpages.",
- "hasVersion": "3.0.0",
- "homepage": "http://www.qualweb.di.fc.ul.pt/"
- },
- "assertions": [
- {
- "@type": "Assertion",
- "test": {
- "@id": "https://act-rules.github.io/rules/09o5cg",
- "@type": "TestCase",
- "title": "Text has enhanced contrast",
- "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
- "isPartOf": [
- "WCAG2:contrast-enhanced"
- ]
- },
- "mode": "earl:automatic",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:inapplicable",
- "source": [],
- "description": "No test targets found.",
- "date": "2023-10-23 13:10:59"
- }
- }
- ]
- },
- {
- "@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/8df570a7bb69487e5f3b5d07a7af45cc881dc449.html",
- "assertor": {
- "@id": "QualWeb",
- "@type": "Software",
- "title": "QualWeb",
- "description": "QualWeb is an automatic accessibility evaluator for webpages.",
- "hasVersion": "3.0.0",
- "homepage": "http://www.qualweb.di.fc.ul.pt/"
- },
- "assertions": [
- {
- "@type": "Assertion",
- "test": {
- "@id": "https://act-rules.github.io/rules/09o5cg",
- "@type": "TestCase",
- "title": "Text has enhanced contrast",
- "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
- "isPartOf": [
- "WCAG2:contrast-enhanced"
- ]
- },
- "mode": "earl:automatic",
- "result": {
- "@type": "TestResult",
- "outcome": "earl:inapplicable",
- "source": [],
- "description": "No test targets found.",
- "date": "2023-10-23 13:11:01"
- }
- }
- ]
- },
- {
- "@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/328b967c5b544b48f7acd8e42f2f05d355501f2a.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/4c47eeaeb5dd826b90c8a9efb081962f04f5d339.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -14690,17 +15566,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:inapplicable",
- "source": [],
- "description": "No test targets found.",
- "date": "2023-10-23 13:11:04"
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > p:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "Element has contrast ratio lower than minimum.",
+ "date": "2023-10-31 08:05:41"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/7c7d6412dae7381d90517a6f3c0a30104d63062a.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/1882d796de0dcb4b85924f3abfbf565eeef2d963.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -14724,17 +15607,323 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:inapplicable",
- "source": [],
- "description": "No test targets found.",
- "date": "2023-10-23 13:11:06"
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > span:nth-child(2)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "Element has gradient with contrast ratio lower than minimum.",
+ "date": "2023-10-31 08:05:43"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/53386f68326a53798e776b48e81b32659424d6d3.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/a34d15d4bb754339339996802d1bc32d464643da.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/09o5cg",
+ "@type": "TestCase",
+ "title": "Text has enhanced contrast",
+ "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
+ "isPartOf": [
+ "WCAG2:contrast-enhanced"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > p:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ },
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > p:nth-child(2)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "Element has contrast ratio lower than minimum.",
+ "date": "2023-10-31 08:05:45"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/316b0c7fccdbe8a47716447a9fe2ca197c8358af.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/09o5cg",
+ "@type": "TestCase",
+ "title": "Text has enhanced contrast",
+ "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
+ "isPartOf": [
+ "WCAG2:contrast-enhanced"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > button:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "Element has contrast ratio lower than minimum.",
+ "date": "2023-10-31 08:05:47"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/2e81c3e60722202d2e92089a0695d74e8b49cdaa.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/09o5cg",
+ "@type": "TestCase",
+ "title": "Text has enhanced contrast",
+ "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
+ "isPartOf": [
+ "WCAG2:contrast-enhanced"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > div:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "Element has contrast ratio lower than minimum.",
+ "date": "2023-10-31 08:05:50"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/2347a45232c34aa309087ed099f4781cd70b5b1e.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/09o5cg",
+ "@type": "TestCase",
+ "title": "Text has enhanced contrast",
+ "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
+ "isPartOf": [
+ "WCAG2:contrast-enhanced"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:05:52"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/dbd2374952b96375369afe2a012bfbadd182bf6b.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/09o5cg",
+ "@type": "TestCase",
+ "title": "Text has enhanced contrast",
+ "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
+ "isPartOf": [
+ "WCAG2:contrast-enhanced"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:05:54"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/fc92e273e09ad225227f488e3a016fd8d4aad10c.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/09o5cg",
+ "@type": "TestCase",
+ "title": "Text has enhanced contrast",
+ "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
+ "isPartOf": [
+ "WCAG2:contrast-enhanced"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:05:56"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/881897444deae644139c4b799b8eeb4b4b764c2a.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/09o5cg",
+ "@type": "TestCase",
+ "title": "Text has enhanced contrast",
+ "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
+ "isPartOf": [
+ "WCAG2:contrast-enhanced"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:05:58"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/8df570a7bb69487e5f3b5d07a7af45cc881dc449.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/09o5cg",
+ "@type": "TestCase",
+ "title": "Text has enhanced contrast",
+ "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
+ "isPartOf": [
+ "WCAG2:contrast-enhanced"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:06:00"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/328b967c5b544b48f7acd8e42f2f05d355501f2a.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -14761,7 +15950,75 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:11:09"
+ "date": "2023-10-31 08:06:03"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/7c7d6412dae7381d90517a6f3c0a30104d63062a.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/09o5cg",
+ "@type": "TestCase",
+ "title": "Text has enhanced contrast",
+ "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
+ "isPartOf": [
+ "WCAG2:contrast-enhanced"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:06:05"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/53386f68326a53798e776b48e81b32659424d6d3.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/09o5cg",
+ "@type": "TestCase",
+ "title": "Text has enhanced contrast",
+ "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
+ "isPartOf": [
+ "WCAG2:contrast-enhanced"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:06:07"
}
}
]
@@ -14795,14 +16052,82 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:11:11"
+ "date": "2023-10-31 08:06:09"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/b4fcc1ea76d19ae86033ed687613f78297ee6069.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/09o5cg",
+ "@type": "TestCase",
+ "title": "Text has enhanced contrast",
+ "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
+ "isPartOf": [
+ "WCAG2:contrast-enhanced"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:06:11"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/6b811d065fc243c2c94002f315891791e181d518.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/09o5cg",
+ "@type": "TestCase",
+ "title": "Text has enhanced contrast",
+ "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
+ "isPartOf": [
+ "WCAG2:contrast-enhanced"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:06:14"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/09o5cg/6b811d065fc243c2c94002f315891791e181d518.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/5f99a7/261dcd3214e87532fc2f9c8db7fdce05de9e07f0.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -14815,21 +16140,26 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/09o5cg",
+ "@id": "https://act-rules.github.io/rules/5f99a7",
"@type": "TestCase",
- "title": "Text has enhanced contrast",
- "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
- "isPartOf": [
- "WCAG2:contrast-enhanced"
- ]
+ "title": "aria-* attribute is defined in WAI-ARIA",
+ "description": "This rule checks that each aria-* attribute specified is defined in ARIA 1.1.",
+ "isPartOf": []
},
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:inapplicable",
- "source": [],
- "description": "No test targets found.",
- "date": "2023-10-23 13:12:14"
+ "outcome": "earl:passed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > article:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "All aria-* attributes in this element are defined in ARIA 1.1.",
+ "date": "2023-10-31 08:06:16"
}
}
]
@@ -14868,7 +16198,7 @@
}
],
"description": "All aria-* attributes in this element are defined in ARIA 1.1.",
- "date": "2023-10-23 13:13:16"
+ "date": "2023-10-31 08:06:18"
}
}
]
@@ -14907,7 +16237,7 @@
}
],
"description": "All aria-* attributes in this element are defined in ARIA 1.1.",
- "date": "2023-10-23 13:13:19"
+ "date": "2023-10-31 08:06:20"
}
}
]
@@ -14946,7 +16276,7 @@
}
],
"description": "All aria-* attributes in this element are defined in ARIA 1.1.",
- "date": "2023-10-23 13:13:21"
+ "date": "2023-10-31 08:06:22"
}
}
]
@@ -14985,7 +16315,7 @@
}
],
"description": "One or more aria-* attributes are not defined in ARIA 1.1.",
- "date": "2023-10-23 13:13:23"
+ "date": "2023-10-31 08:06:25"
}
}
]
@@ -15024,7 +16354,39 @@
}
],
"description": "One or more aria-* attributes are not defined in ARIA 1.1.",
- "date": "2023-10-23 13:13:26"
+ "date": "2023-10-31 08:06:27"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/5f99a7/d528a33258103014c0a03cf1e418ee0620f7b4f6.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/5f99a7",
+ "@type": "TestCase",
+ "title": "aria-* attribute is defined in WAI-ARIA",
+ "description": "This rule checks that each aria-* attribute specified is defined in ARIA 1.1.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:06:29"
}
}
]
@@ -15071,7 +16433,7 @@
}
],
"description": "The test target parent has the required context `role`.",
- "date": "2023-10-23 13:14:29"
+ "date": "2023-10-31 08:06:31"
}
}
]
@@ -15118,7 +16480,7 @@
}
],
"description": "The test target parent has the required context `role`.",
- "date": "2023-10-23 13:14:31"
+ "date": "2023-10-31 08:06:33"
}
}
]
@@ -15165,7 +16527,7 @@
}
],
"description": "The test target parent has the required context `role`.",
- "date": "2023-10-23 13:14:33"
+ "date": "2023-10-31 08:06:36"
}
}
]
@@ -15212,7 +16574,7 @@
}
],
"description": "The test target parent has the required context `role`.",
- "date": "2023-10-23 13:14:36"
+ "date": "2023-10-31 08:06:38"
}
}
]
@@ -15265,7 +16627,7 @@
}
],
"description": "The test target parent has the required context `role`.",
- "date": "2023-10-23 13:14:38"
+ "date": "2023-10-31 08:06:40"
}
}
]
@@ -15312,7 +16674,7 @@
}
],
"description": "The test target parent has the required context `role`.",
- "date": "2023-10-23 13:14:41"
+ "date": "2023-10-31 08:06:42"
}
}
]
@@ -15353,7 +16715,7 @@
}
],
"description": "The test target parent doesn't have the required context `role`.",
- "date": "2023-10-23 13:14:43"
+ "date": "2023-10-31 08:06:44"
}
}
]
@@ -15400,7 +16762,7 @@
}
],
"description": "The test target parent doesn't have the required context `role`.",
- "date": "2023-10-23 13:14:46"
+ "date": "2023-10-31 08:06:47"
}
}
]
@@ -15447,7 +16809,7 @@
}
],
"description": "The test target parent doesn't have the required context `role`.",
- "date": "2023-10-23 13:14:48"
+ "date": "2023-10-31 08:06:49"
}
}
]
@@ -15494,7 +16856,7 @@
}
],
"description": "The test target parent doesn't have the required context `role`.",
- "date": "2023-10-23 13:14:50"
+ "date": "2023-10-31 08:06:51"
}
}
]
@@ -15528,7 +16890,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:14:53"
+ "date": "2023-10-31 08:06:53"
}
}
]
@@ -15562,7 +16924,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:14:55"
+ "date": "2023-10-31 08:06:55"
}
}
]
@@ -15596,7 +16958,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:14:58"
+ "date": "2023-10-31 08:06:58"
}
}
]
@@ -15630,7 +16992,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:15:00"
+ "date": "2023-10-31 08:07:00"
}
}
]
@@ -15664,7 +17026,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:15:03"
+ "date": "2023-10-31 08:07:02"
}
}
]
@@ -15705,7 +17067,7 @@
}
],
"description": "The test target only owns elements with correct role.",
- "date": "2023-10-23 13:16:26"
+ "date": "2023-10-31 08:07:26"
}
}
]
@@ -15746,7 +17108,7 @@
}
],
"description": "The test target only owns elements with correct role.",
- "date": "2023-10-23 13:16:28"
+ "date": "2023-10-31 08:07:28"
}
}
]
@@ -15787,7 +17149,7 @@
}
],
"description": "The test target only owns elements with correct role.",
- "date": "2023-10-23 13:16:31"
+ "date": "2023-10-31 08:07:30"
}
}
]
@@ -15828,7 +17190,7 @@
}
],
"description": "The test target only owns elements with correct role.",
- "date": "2023-10-23 13:16:33"
+ "date": "2023-10-31 08:07:32"
}
}
]
@@ -15869,7 +17231,7 @@
}
],
"description": "The test target only owns elements with correct role.",
- "date": "2023-10-23 13:16:36"
+ "date": "2023-10-31 08:07:34"
}
}
]
@@ -15910,7 +17272,7 @@
}
],
"description": "The test target only owns elements with correct role.",
- "date": "2023-10-23 13:16:38"
+ "date": "2023-10-31 08:07:37"
}
}
]
@@ -15951,7 +17313,7 @@
}
],
"description": "The test target owns elements that doesn't have the correct role.",
- "date": "2023-10-23 13:16:41"
+ "date": "2023-10-31 08:07:39"
}
}
]
@@ -15992,7 +17354,7 @@
}
],
"description": "The test target owns elements that doesn't have the correct role.",
- "date": "2023-10-23 13:16:43"
+ "date": "2023-10-31 08:07:41"
}
}
]
@@ -16033,7 +17395,7 @@
}
],
"description": "The test target owns elements that doesn't have the correct role.",
- "date": "2023-10-23 13:16:46"
+ "date": "2023-10-31 08:07:43"
}
}
]
@@ -16080,7 +17442,7 @@
}
],
"description": "The test target owns elements that doesn't have the correct role.",
- "date": "2023-10-23 13:16:48"
+ "date": "2023-10-31 08:07:45"
}
}
]
@@ -16121,7 +17483,7 @@
}
],
"description": "The test target owns elements that doesn't have the correct role.",
- "date": "2023-10-23 13:16:50"
+ "date": "2023-10-31 08:07:48"
}
}
]
@@ -16162,7 +17524,7 @@
}
],
"description": "The test target owns elements that doesn't have the correct role.",
- "date": "2023-10-23 13:16:53"
+ "date": "2023-10-31 08:07:50"
}
}
]
@@ -16203,7 +17565,7 @@
}
],
"description": "The test target owns elements that doesn't have the correct role.",
- "date": "2023-10-23 13:16:56"
+ "date": "2023-10-31 08:07:52"
}
}
]
@@ -16237,7 +17599,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:16:58"
+ "date": "2023-10-31 08:07:54"
}
}
]
@@ -16271,7 +17633,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:17:00"
+ "date": "2023-10-31 08:07:56"
}
}
]
@@ -16305,7 +17667,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:17:03"
+ "date": "2023-10-31 08:07:59"
}
}
]
@@ -16339,7 +17701,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:17:05"
+ "date": "2023-10-31 08:08:01"
}
}
]
@@ -16378,7 +17740,7 @@
}
],
"description": "The `aria-pressed` property is supported or inherited by the `role` button.",
- "date": "2023-10-23 13:17:07"
+ "date": "2023-10-31 08:08:03"
}
}
]
@@ -16417,7 +17779,7 @@
}
],
"description": "The `aria-pressed` property is supported or inherited by the `role` button.",
- "date": "2023-10-23 13:17:10"
+ "date": "2023-10-31 08:08:05"
}
}
]
@@ -16456,7 +17818,7 @@
}
],
"description": "The `aria-busy` property is supported or inherited by the `role` generic.",
- "date": "2023-10-23 13:17:12"
+ "date": "2023-10-31 08:08:07"
}
}
]
@@ -16495,7 +17857,7 @@
}
],
"description": "The `aria-label` property is supported or inherited by the `role` button.",
- "date": "2023-10-23 13:17:15"
+ "date": "2023-10-31 08:08:10"
}
}
]
@@ -16534,7 +17896,7 @@
}
],
"description": "The `aria-checked` property is supported or inherited by the `role` checkbox.",
- "date": "2023-10-23 13:17:17"
+ "date": "2023-10-31 08:08:12"
}
}
]
@@ -16579,7 +17941,7 @@
}
],
"description": "The `aria-controls` property is supported or inherited by the `role` combobox.",
- "date": "2023-10-23 13:17:20"
+ "date": "2023-10-31 08:08:14"
}
}
]
@@ -16624,7 +17986,7 @@
}
],
"description": "The `aria-expanded` property is supported or inherited by the `role` combobox.",
- "date": "2023-10-23 13:17:22"
+ "date": "2023-10-31 08:08:16"
}
}
]
@@ -16669,7 +18031,7 @@
}
],
"description": "The `aria-expanded` property is supported or inherited by the `role` combobox.",
- "date": "2023-10-23 13:17:25"
+ "date": "2023-10-31 08:08:18"
}
}
]
@@ -16708,7 +18070,7 @@
}
],
"description": "The `aria-label` property is supported or inherited by the `role` graphics-object.",
- "date": "2023-10-23 13:17:27"
+ "date": "2023-10-31 08:08:21"
}
}
]
@@ -16747,7 +18109,7 @@
}
],
"description": "The `aria-pressed` property is supported or inherited by the `role` button.",
- "date": "2023-10-23 13:17:30"
+ "date": "2023-10-31 08:08:23"
}
}
]
@@ -16786,7 +18148,7 @@
}
],
"description": "The `aria-required` property is supported or inherited by the `role` .",
- "date": "2023-10-23 13:17:32"
+ "date": "2023-10-31 08:08:25"
}
}
]
@@ -16825,7 +18187,7 @@
}
],
"description": "The `aria-sort` property is neither inherited nor supported by the `role` button.",
- "date": "2023-10-23 13:17:34"
+ "date": "2023-10-31 08:08:27"
}
}
]
@@ -16864,7 +18226,7 @@
}
],
"description": "The `aria-orientation` property is neither inherited nor supported by the `role` .",
- "date": "2023-10-23 13:17:36"
+ "date": "2023-10-31 08:08:28"
}
}
]
@@ -16903,7 +18265,7 @@
}
],
"description": "The `aria-label` property is supported or inherited by the `role` generic.",
- "date": "2023-10-23 13:17:38"
+ "date": "2023-10-31 08:08:31"
}
}
]
@@ -16935,7 +18297,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:17:41"
+ "date": "2023-10-31 08:08:33"
}
}
]
@@ -16967,7 +18329,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:17:43"
+ "date": "2023-10-31 08:08:35"
}
}
]
@@ -17006,7 +18368,7 @@
}
],
"description": "The test target `aria-label` attribute has a valid value.",
- "date": "2023-10-23 13:17:46"
+ "date": "2023-10-31 08:08:37"
}
}
]
@@ -17051,7 +18413,7 @@
}
],
"description": "The test target `aria-required` attribute has a valid value.",
- "date": "2023-10-23 13:17:48"
+ "date": "2023-10-31 08:08:39"
}
}
]
@@ -17090,7 +18452,7 @@
}
],
"description": "The test target `aria-expanded` attribute has a valid value.",
- "date": "2023-10-23 13:17:51"
+ "date": "2023-10-31 08:08:42"
}
}
]
@@ -17129,7 +18491,7 @@
}
],
"description": "The test target `aria-pressed` attribute has a valid value.",
- "date": "2023-10-23 13:17:53"
+ "date": "2023-10-31 08:08:44"
}
}
]
@@ -17174,7 +18536,7 @@
}
],
"description": "The test target `aria-errormessage` attribute has a valid value.",
- "date": "2023-10-23 13:17:56"
+ "date": "2023-10-31 08:08:46"
}
}
]
@@ -17213,7 +18575,7 @@
}
],
"description": "The test target `aria-owns` attribute has a valid value.",
- "date": "2023-10-23 13:17:58"
+ "date": "2023-10-31 08:08:48"
}
}
]
@@ -17252,7 +18614,7 @@
}
],
"description": "The test target `aria-rowindex` attribute has a valid value.",
- "date": "2023-10-23 13:18:00"
+ "date": "2023-10-31 08:08:50"
}
}
]
@@ -17309,7 +18671,7 @@
}
],
"description": "The test target `aria-valuemin` attribute has a valid value.",
- "date": "2023-10-23 13:18:03"
+ "date": "2023-10-31 08:08:52"
}
}
]
@@ -17348,7 +18710,7 @@
}
],
"description": "The test target `aria-current` attribute has a valid value.",
- "date": "2023-10-23 13:18:05"
+ "date": "2023-10-31 08:08:55"
}
}
]
@@ -17387,7 +18749,7 @@
}
],
"description": "The test target `aria-relevant` attribute has a valid value.",
- "date": "2023-10-23 13:18:08"
+ "date": "2023-10-31 08:08:57"
}
}
]
@@ -17432,7 +18794,7 @@
}
],
"description": "The test target `aria-required` attribute has an invalid value.",
- "date": "2023-10-23 13:18:10"
+ "date": "2023-10-31 08:08:59"
}
}
]
@@ -17471,7 +18833,7 @@
}
],
"description": "The test target `aria-expanded` attribute has an invalid value.",
- "date": "2023-10-23 13:18:12"
+ "date": "2023-10-31 08:09:01"
}
}
]
@@ -17510,7 +18872,7 @@
}
],
"description": "The test target `aria-pressed` attribute has an invalid value.",
- "date": "2023-10-23 13:18:15"
+ "date": "2023-10-31 08:09:03"
}
}
]
@@ -17549,7 +18911,7 @@
}
],
"description": "The test target `aria-rowindex` attribute has an invalid value.",
- "date": "2023-10-23 13:18:17"
+ "date": "2023-10-31 08:09:06"
}
}
]
@@ -17606,7 +18968,7 @@
}
],
"description": "The test target `aria-valuemin` attribute has an invalid value.",
- "date": "2023-10-23 13:18:20"
+ "date": "2023-10-31 08:09:08"
}
}
]
@@ -17645,7 +19007,7 @@
}
],
"description": "The test target `aria-live` attribute has an invalid value.",
- "date": "2023-10-23 13:18:22"
+ "date": "2023-10-31 08:09:10"
}
}
]
@@ -17684,7 +19046,7 @@
}
],
"description": "The test target `aria-relevant` attribute has a valid value.",
- "date": "2023-10-23 13:18:25"
+ "date": "2023-10-31 08:09:12"
}
}
]
@@ -17716,7 +19078,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:18:27"
+ "date": "2023-10-31 08:09:14"
}
}
]
@@ -17748,7 +19110,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:18:30"
+ "date": "2023-10-31 08:09:17"
}
}
]
@@ -17780,7 +19142,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:18:32"
+ "date": "2023-10-31 08:09:19"
}
}
]
@@ -17812,7 +19174,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:18:34"
+ "date": "2023-10-31 08:09:21"
}
}
]
@@ -17844,7 +19206,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:18:36"
+ "date": "2023-10-31 08:09:22"
}
}
]
@@ -17876,7 +19238,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:18:37"
+ "date": "2023-10-31 08:09:23"
}
}
]
@@ -17908,7 +19270,39 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:18:39"
+ "date": "2023-10-31 08:09:25"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/afb423/6e390dfbb555a5b422c6fa516ff7883c177450c9.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/afb423",
+ "@type": "TestCase",
+ "title": "audio element content is media alternative for text",
+ "description": "This rule checks audio is a media alternative for text on the page.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:09:26"
}
}
]
@@ -17940,7 +19334,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:19:40"
+ "date": "2023-10-31 08:09:27"
}
}
]
@@ -17972,7 +19366,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:19:42"
+ "date": "2023-10-31 08:09:28"
}
}
]
@@ -18004,7 +19398,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:19:43"
+ "date": "2023-10-31 08:09:29"
}
}
]
@@ -18043,7 +19437,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:19:45"
+ "date": "2023-10-31 08:09:30"
}
},
{
@@ -18068,7 +19462,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:19:45"
+ "date": "2023-10-31 08:09:30"
}
},
{
@@ -18095,7 +19489,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R49",
- "date": "2023-10-23 13:19:45"
+ "date": "2023-10-31 08:09:30"
}
}
]
@@ -18134,7 +19528,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:19:47"
+ "date": "2023-10-31 08:09:32"
}
},
{
@@ -18159,7 +19553,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:19:47"
+ "date": "2023-10-31 08:09:32"
}
},
{
@@ -18186,7 +19580,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R49",
- "date": "2023-10-23 13:19:47"
+ "date": "2023-10-31 08:09:32"
}
}
]
@@ -18225,7 +19619,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:19:49"
+ "date": "2023-10-31 08:09:33"
}
},
{
@@ -18250,7 +19644,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:19:49"
+ "date": "2023-10-31 08:09:33"
}
},
{
@@ -18277,7 +19671,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R49",
- "date": "2023-10-23 13:19:49"
+ "date": "2023-10-31 08:09:33"
}
}
]
@@ -18316,7 +19710,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:19:50"
+ "date": "2023-10-31 08:09:34"
}
},
{
@@ -18341,7 +19735,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:19:50"
+ "date": "2023-10-31 08:09:34"
}
},
{
@@ -18368,7 +19762,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R49",
- "date": "2023-10-23 13:19:50"
+ "date": "2023-10-31 08:09:34"
}
}
]
@@ -18407,7 +19801,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:19:52"
+ "date": "2023-10-31 08:09:35"
}
},
{
@@ -18432,7 +19826,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:19:52"
+ "date": "2023-10-31 08:09:35"
}
},
{
@@ -18459,7 +19853,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R49",
- "date": "2023-10-23 13:19:52"
+ "date": "2023-10-31 08:09:35"
}
}
]
@@ -18491,7 +19885,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:19:53"
+ "date": "2023-10-31 08:09:36"
}
},
{
@@ -18509,7 +19903,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:19:53"
+ "date": "2023-10-31 08:09:36"
}
},
{
@@ -18536,7 +19930,7 @@
}
],
"description": "No test targets found.",
- "date": "2023-10-23 13:19:53"
+ "date": "2023-10-31 08:09:36"
}
}
]
@@ -18575,7 +19969,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:19:55"
+ "date": "2023-10-31 08:09:37"
}
},
{
@@ -18600,7 +19994,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:19:55"
+ "date": "2023-10-31 08:09:37"
}
},
{
@@ -18627,7 +20021,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R49",
- "date": "2023-10-23 13:19:55"
+ "date": "2023-10-31 08:09:37"
}
}
]
@@ -18659,7 +20053,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:19:57"
+ "date": "2023-10-31 08:09:39"
}
},
{
@@ -18677,7 +20071,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:19:57"
+ "date": "2023-10-31 08:09:39"
}
},
{
@@ -18704,7 +20098,7 @@
}
],
"description": "No test targets found.",
- "date": "2023-10-23 13:19:57"
+ "date": "2023-10-31 08:09:39"
}
}
]
@@ -18736,7 +20130,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:19:58"
+ "date": "2023-10-31 08:09:40"
}
},
{
@@ -18754,7 +20148,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:19:58"
+ "date": "2023-10-31 08:09:40"
}
},
{
@@ -18781,7 +20175,7 @@
}
],
"description": "No test targets found.",
- "date": "2023-10-23 13:19:58"
+ "date": "2023-10-31 08:09:40"
}
}
]
@@ -18813,7 +20207,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:00"
+ "date": "2023-10-31 08:09:41"
}
},
{
@@ -18831,7 +20225,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:00"
+ "date": "2023-10-31 08:09:41"
}
},
{
@@ -18858,7 +20252,7 @@
}
],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:00"
+ "date": "2023-10-31 08:09:41"
}
}
]
@@ -18897,7 +20291,7 @@
}
],
"description": "Check if the test target audio has text-alternative.",
- "date": "2023-10-23 13:20:01"
+ "date": "2023-10-31 08:09:42"
}
},
{
@@ -18922,7 +20316,7 @@
}
],
"description": "Check that the content in the audio matches the information in the text.",
- "date": "2023-10-23 13:20:01"
+ "date": "2023-10-31 08:09:42"
}
},
{
@@ -18949,7 +20343,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R58",
- "date": "2023-10-23 13:20:01"
+ "date": "2023-10-31 08:09:42"
}
}
]
@@ -18981,7 +20375,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:03"
+ "date": "2023-10-31 08:09:43"
}
},
{
@@ -18999,7 +20393,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:03"
+ "date": "2023-10-31 08:09:43"
}
},
{
@@ -19026,7 +20420,7 @@
}
],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:03"
+ "date": "2023-10-31 08:09:43"
}
}
]
@@ -19065,7 +20459,7 @@
}
],
"description": "Check if the test target audio has text-alternative.",
- "date": "2023-10-23 13:20:04"
+ "date": "2023-10-31 08:09:45"
}
},
{
@@ -19090,7 +20484,7 @@
}
],
"description": "Check that the content in the audio matches the information in the text.",
- "date": "2023-10-23 13:20:04"
+ "date": "2023-10-31 08:09:45"
}
},
{
@@ -19117,7 +20511,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R58",
- "date": "2023-10-23 13:20:04"
+ "date": "2023-10-31 08:09:45"
}
}
]
@@ -19149,7 +20543,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:06"
+ "date": "2023-10-31 08:09:46"
}
},
{
@@ -19167,7 +20561,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:06"
+ "date": "2023-10-31 08:09:46"
}
},
{
@@ -19194,7 +20588,7 @@
}
],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:06"
+ "date": "2023-10-31 08:09:46"
}
}
]
@@ -19226,7 +20620,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:07"
+ "date": "2023-10-31 08:09:47"
}
},
{
@@ -19244,7 +20638,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:07"
+ "date": "2023-10-31 08:09:47"
}
},
{
@@ -19271,7 +20665,7 @@
}
],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:07"
+ "date": "2023-10-31 08:09:47"
}
}
]
@@ -19303,7 +20697,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:10"
+ "date": "2023-10-31 08:09:49"
}
},
{
@@ -19321,7 +20715,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:10"
+ "date": "2023-10-31 08:09:49"
}
},
{
@@ -19341,7 +20735,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:10"
+ "date": "2023-10-31 08:09:49"
}
}
]
@@ -19373,7 +20767,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:11"
+ "date": "2023-10-31 08:09:50"
}
}
]
@@ -19405,7 +20799,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:13"
+ "date": "2023-10-31 08:09:51"
}
}
]
@@ -19437,7 +20831,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:14"
+ "date": "2023-10-31 08:09:53"
}
}
]
@@ -19469,7 +20863,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:16"
+ "date": "2023-10-31 08:09:54"
}
}
]
@@ -19501,7 +20895,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:17"
+ "date": "2023-10-31 08:09:55"
}
}
]
@@ -19533,7 +20927,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:18"
+ "date": "2023-10-31 08:09:56"
}
}
]
@@ -19565,7 +20959,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:20"
+ "date": "2023-10-31 08:09:57"
}
}
]
@@ -19597,7 +20991,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:21"
+ "date": "2023-10-31 08:09:58"
}
}
]
@@ -19629,7 +21023,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:23"
+ "date": "2023-10-31 08:10:00"
}
}
]
@@ -19661,7 +21055,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:24"
+ "date": "2023-10-31 08:10:01"
}
}
]
@@ -19693,7 +21087,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:25"
+ "date": "2023-10-31 08:10:02"
}
}
]
@@ -19732,7 +21126,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:20:27"
+ "date": "2023-10-31 08:10:03"
}
}
]
@@ -19771,7 +21165,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:20:28"
+ "date": "2023-10-31 08:10:04"
}
}
]
@@ -19810,7 +21204,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:20:30"
+ "date": "2023-10-31 08:10:05"
}
}
]
@@ -19849,7 +21243,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:20:31"
+ "date": "2023-10-31 08:10:07"
}
}
]
@@ -19881,7 +21275,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:33"
+ "date": "2023-10-31 08:10:08"
}
}
]
@@ -19920,7 +21314,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:20:34"
+ "date": "2023-10-31 08:10:09"
}
}
]
@@ -19952,7 +21346,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:35"
+ "date": "2023-10-31 08:10:10"
}
}
]
@@ -19991,7 +21385,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:20:37"
+ "date": "2023-10-31 08:10:11"
}
}
]
@@ -20030,7 +21424,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:20:38"
+ "date": "2023-10-31 08:10:12"
}
}
]
@@ -20069,7 +21463,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:20:39"
+ "date": "2023-10-31 08:10:13"
}
}
]
@@ -20108,7 +21502,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:20:41"
+ "date": "2023-10-31 08:10:15"
}
}
]
@@ -20147,7 +21541,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:20:42"
+ "date": "2023-10-31 08:10:16"
}
}
]
@@ -20186,7 +21580,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:20:44"
+ "date": "2023-10-31 08:10:17"
}
}
]
@@ -20225,7 +21619,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:20:46"
+ "date": "2023-10-31 08:10:18"
}
}
]
@@ -20264,7 +21658,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:20:47"
+ "date": "2023-10-31 08:10:19"
}
}
]
@@ -20296,7 +21690,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:48"
+ "date": "2023-10-31 08:10:20"
}
}
]
@@ -20335,7 +21729,7 @@
}
],
"description": "Can't collect data from the test target element.",
- "date": "2023-10-23 13:20:51"
+ "date": "2023-10-31 08:10:21"
}
}
]
@@ -20367,7 +21761,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:20:52"
+ "date": "2023-10-31 08:10:23"
}
}
]
@@ -20406,7 +21800,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:22:44"
+ "date": "2023-10-31 08:10:44"
}
}
]
@@ -20445,7 +21839,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:22:47"
+ "date": "2023-10-31 08:10:46"
}
}
]
@@ -20484,7 +21878,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:22:49"
+ "date": "2023-10-31 08:10:49"
}
}
]
@@ -20523,7 +21917,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:22:52"
+ "date": "2023-10-31 08:10:51"
}
}
]
@@ -20562,7 +21956,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:22:54"
+ "date": "2023-10-31 08:10:53"
}
}
]
@@ -20601,7 +21995,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:22:57"
+ "date": "2023-10-31 08:10:55"
}
}
]
@@ -20640,7 +22034,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:23:00"
+ "date": "2023-10-31 08:10:57"
}
}
]
@@ -20672,7 +22066,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:23:02"
+ "date": "2023-10-31 08:11:00"
}
}
]
@@ -20711,7 +22105,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:23:04"
+ "date": "2023-10-31 08:11:02"
}
},
{
@@ -20736,7 +22130,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:23:04"
+ "date": "2023-10-31 08:11:02"
}
},
{
@@ -20761,7 +22155,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:23:04"
+ "date": "2023-10-31 08:11:02"
}
},
{
@@ -20786,7 +22180,7 @@
}
],
"description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:23:04"
+ "date": "2023-10-31 08:11:02"
}
},
{
@@ -20813,7 +22207,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R63",
- "date": "2023-10-23 13:23:04"
+ "date": "2023-10-31 08:11:02"
}
}
]
@@ -20852,7 +22246,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:23:07"
+ "date": "2023-10-31 08:11:04"
}
},
{
@@ -20877,7 +22271,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:23:07"
+ "date": "2023-10-31 08:11:04"
}
},
{
@@ -20902,7 +22296,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:23:07"
+ "date": "2023-10-31 08:11:04"
}
},
{
@@ -20927,7 +22321,7 @@
}
],
"description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:23:07"
+ "date": "2023-10-31 08:11:04"
}
},
{
@@ -20954,7 +22348,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R63",
- "date": "2023-10-23 13:23:07"
+ "date": "2023-10-31 08:11:04"
}
}
]
@@ -20983,17 +22377,17 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:cantTell",
"source": [
{
"result": {
"pointer": "html",
- "outcome": "earl:passed"
+ "outcome": "earl:cantTell"
}
}
],
- "description": "The page doesn't have repeated content.",
- "date": "2023-10-23 13:23:49"
+ "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
+ "date": "2023-10-31 08:11:06"
}
},
{
@@ -21008,17 +22402,17 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:cantTell",
"source": [
{
"result": {
"pointer": "html",
- "outcome": "earl:passed"
+ "outcome": "earl:cantTell"
}
}
],
- "description": "The page doesn't have repeated content.",
- "date": "2023-10-23 13:23:49"
+ "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
+ "date": "2023-10-31 08:11:06"
}
},
{
@@ -21033,17 +22427,17 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:cantTell",
"source": [
{
"result": {
"pointer": "html",
- "outcome": "earl:passed"
+ "outcome": "earl:cantTell"
}
}
],
- "description": "The page doesn't have repeated content.",
- "date": "2023-10-23 13:23:49"
+ "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
+ "date": "2023-10-31 08:11:06"
}
},
{
@@ -21058,17 +22452,17 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:cantTell",
"source": [
{
"result": {
"pointer": "html",
- "outcome": "earl:passed"
+ "outcome": "earl:cantTell"
}
}
],
- "description": "The page doesn't have repeated content.",
- "date": "2023-10-23 13:23:49"
+ "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
+ "date": "2023-10-31 08:11:06"
}
},
{
@@ -21085,17 +22479,17 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:cantTell",
"source": [
{
"result": {
"pointer": "html",
- "outcome": "earl:passed"
+ "outcome": "earl:cantTell"
}
}
],
- "description": "The rule passed because of the rule QW-ACT-R63",
- "date": "2023-10-23 13:23:49"
+ "description": "The rule can't tell because of the rule QW-ACT-R63",
+ "date": "2023-10-31 08:11:06"
}
}
]
@@ -21134,7 +22528,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:23:51"
+ "date": "2023-10-31 08:11:08"
}
},
{
@@ -21159,7 +22553,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:23:51"
+ "date": "2023-10-31 08:11:08"
}
},
{
@@ -21184,7 +22578,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:23:51"
+ "date": "2023-10-31 08:11:08"
}
},
{
@@ -21209,7 +22603,7 @@
}
],
"description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:23:51"
+ "date": "2023-10-31 08:11:08"
}
},
{
@@ -21236,7 +22630,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R63",
- "date": "2023-10-23 13:23:51"
+ "date": "2023-10-31 08:11:08"
}
}
]
@@ -21275,7 +22669,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:23:54"
+ "date": "2023-10-31 08:11:11"
}
},
{
@@ -21300,7 +22694,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:23:54"
+ "date": "2023-10-31 08:11:11"
}
},
{
@@ -21325,7 +22719,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:23:54"
+ "date": "2023-10-31 08:11:11"
}
},
{
@@ -21350,7 +22744,7 @@
}
],
"description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:23:54"
+ "date": "2023-10-31 08:11:11"
}
},
{
@@ -21377,7 +22771,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R63",
- "date": "2023-10-23 13:23:54"
+ "date": "2023-10-31 08:11:11"
}
}
]
@@ -21416,7 +22810,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:23:57"
+ "date": "2023-10-31 08:11:13"
}
},
{
@@ -21441,7 +22835,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:23:57"
+ "date": "2023-10-31 08:11:13"
}
},
{
@@ -21466,7 +22860,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:23:57"
+ "date": "2023-10-31 08:11:13"
}
},
{
@@ -21491,7 +22885,7 @@
}
],
"description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:23:57"
+ "date": "2023-10-31 08:11:13"
}
},
{
@@ -21518,7 +22912,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R63",
- "date": "2023-10-23 13:23:57"
+ "date": "2023-10-31 08:11:13"
}
}
]
@@ -21557,7 +22951,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:23:59"
+ "date": "2023-10-31 08:11:15"
}
},
{
@@ -21582,7 +22976,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:23:59"
+ "date": "2023-10-31 08:11:15"
}
},
{
@@ -21607,7 +23001,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:23:59"
+ "date": "2023-10-31 08:11:15"
}
},
{
@@ -21632,7 +23026,7 @@
}
],
"description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:23:59"
+ "date": "2023-10-31 08:11:15"
}
},
{
@@ -21659,7 +23053,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R63",
- "date": "2023-10-23 13:23:59"
+ "date": "2023-10-31 08:11:15"
}
}
]
@@ -21698,7 +23092,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:24:01"
+ "date": "2023-10-31 08:11:17"
}
},
{
@@ -21723,7 +23117,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:24:01"
+ "date": "2023-10-31 08:11:17"
}
},
{
@@ -21748,7 +23142,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:24:01"
+ "date": "2023-10-31 08:11:17"
}
},
{
@@ -21773,7 +23167,7 @@
}
],
"description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:24:01"
+ "date": "2023-10-31 08:11:17"
}
},
{
@@ -21800,7 +23194,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R63",
- "date": "2023-10-23 13:24:01"
+ "date": "2023-10-31 08:11:17"
}
}
]
@@ -21839,7 +23233,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:24:04"
+ "date": "2023-10-31 08:11:20"
}
},
{
@@ -21864,7 +23258,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:24:04"
+ "date": "2023-10-31 08:11:20"
}
},
{
@@ -21889,7 +23283,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:24:04"
+ "date": "2023-10-31 08:11:20"
}
},
{
@@ -21914,7 +23308,7 @@
}
],
"description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:24:04"
+ "date": "2023-10-31 08:11:20"
}
},
{
@@ -21941,7 +23335,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R63",
- "date": "2023-10-23 13:24:04"
+ "date": "2023-10-31 08:11:20"
}
}
]
@@ -21980,7 +23374,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:24:06"
+ "date": "2023-10-31 08:11:22"
}
},
{
@@ -22005,7 +23399,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:24:06"
+ "date": "2023-10-31 08:11:22"
}
},
{
@@ -22030,7 +23424,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:24:06"
+ "date": "2023-10-31 08:11:22"
}
},
{
@@ -22055,7 +23449,7 @@
}
],
"description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:24:06"
+ "date": "2023-10-31 08:11:22"
}
},
{
@@ -22082,7 +23476,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R63",
- "date": "2023-10-23 13:24:06"
+ "date": "2023-10-31 08:11:22"
}
}
]
@@ -22121,7 +23515,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:24:09"
+ "date": "2023-10-31 08:11:24"
}
},
{
@@ -22146,7 +23540,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:24:09"
+ "date": "2023-10-31 08:11:24"
}
},
{
@@ -22171,7 +23565,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:24:09"
+ "date": "2023-10-31 08:11:24"
}
},
{
@@ -22196,7 +23590,7 @@
}
],
"description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:24:09"
+ "date": "2023-10-31 08:11:24"
}
},
{
@@ -22223,7 +23617,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R63",
- "date": "2023-10-23 13:24:09"
+ "date": "2023-10-31 08:11:24"
}
}
]
@@ -22262,7 +23656,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:24:11"
+ "date": "2023-10-31 08:11:26"
}
},
{
@@ -22287,7 +23681,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:24:11"
+ "date": "2023-10-31 08:11:26"
}
},
{
@@ -22312,7 +23706,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:24:11"
+ "date": "2023-10-31 08:11:26"
}
},
{
@@ -22337,7 +23731,7 @@
}
],
"description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:24:11"
+ "date": "2023-10-31 08:11:26"
}
},
{
@@ -22364,7 +23758,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R63",
- "date": "2023-10-23 13:24:11"
+ "date": "2023-10-31 08:11:26"
}
}
]
@@ -22403,7 +23797,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:24:14"
+ "date": "2023-10-31 08:11:28"
}
},
{
@@ -22428,7 +23822,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:24:14"
+ "date": "2023-10-31 08:11:28"
}
},
{
@@ -22453,7 +23847,7 @@
}
],
"description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
- "date": "2023-10-23 13:24:14"
+ "date": "2023-10-31 08:11:28"
}
},
{
@@ -22478,7 +23872,7 @@
}
],
"description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:24:14"
+ "date": "2023-10-31 08:11:28"
}
},
{
@@ -22505,7 +23899,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R63",
- "date": "2023-10-23 13:24:14"
+ "date": "2023-10-31 08:11:28"
}
}
]
@@ -22537,7 +23931,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:24:16"
+ "date": "2023-10-31 08:11:31"
}
},
{
@@ -22555,7 +23949,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:24:16"
+ "date": "2023-10-31 08:11:31"
}
},
{
@@ -22573,7 +23967,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:24:16"
+ "date": "2023-10-31 08:11:31"
}
},
{
@@ -22591,7 +23985,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:24:16"
+ "date": "2023-10-31 08:11:31"
}
},
{
@@ -22618,7 +24012,7 @@
}
],
"description": "No test targets found.",
- "date": "2023-10-23 13:24:16"
+ "date": "2023-10-31 08:11:31"
}
}
]
@@ -22659,7 +24053,7 @@
}
],
"description": "A page where CSS transform property has rotateZ transform function conditionally applied on the orientation media feature which does not restrict the element to either portrait or landscape orientation.",
- "date": "2023-10-23 13:24:19"
+ "date": "2023-10-31 08:11:33"
}
}
]
@@ -22700,7 +24094,7 @@
}
],
"description": "A page where CSS transform property has rotateZ transform function conditionally applied on the orientation media feature which does not restrict the element to either portrait or landscape orientation.",
- "date": "2023-10-23 13:24:21"
+ "date": "2023-10-31 08:11:35"
}
}
]
@@ -22734,7 +24128,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:24:24"
+ "date": "2023-10-31 08:11:37"
}
}
]
@@ -22775,7 +24169,7 @@
}
],
"description": "A page where CSS transform property has rotate transform function conditionally applied on the orientation media feature which restricts the element to landscape orientation.",
- "date": "2023-10-23 13:24:26"
+ "date": "2023-10-31 08:11:39"
}
}
]
@@ -22816,7 +24210,7 @@
}
],
"description": "A page where CSS transform property has rotate transform function conditionally applied on the orientation media feature which restricts the element to landscape orientation.",
- "date": "2023-10-23 13:24:29"
+ "date": "2023-10-31 08:11:42"
}
}
]
@@ -22857,7 +24251,7 @@
}
],
"description": "A page where CSS transform property has rotate transform function conditionally applied on the orientation media feature which restricts the element to landscape orientation.",
- "date": "2023-10-23 13:24:31"
+ "date": "2023-10-31 08:11:44"
}
}
]
@@ -22891,7 +24285,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:24:33"
+ "date": "2023-10-31 08:11:46"
}
}
]
@@ -22925,7 +24319,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:24:36"
+ "date": "2023-10-31 08:11:48"
}
}
]
@@ -22959,7 +24353,41 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:24:38"
+ "date": "2023-10-31 08:11:50"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b33eff/5cde20e2acab8991c299a317825201af48bf5736.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/b33eff",
+ "@type": "TestCase",
+ "title": "Orientation of the page is not restricted using CSS transform property",
+ "description": "This rule checks that page content is not restricted to either landscape or portrait orientation using CSS transform property.",
+ "isPartOf": [
+ "WCAG2:orientation"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:11:53"
}
}
]
@@ -22993,7 +24421,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:25:41"
+ "date": "2023-10-31 08:11:55"
}
}
]
@@ -23027,7 +24455,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:25:44"
+ "date": "2023-10-31 08:11:57"
}
}
]
@@ -23066,7 +24494,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:28:09"
+ "date": "2023-10-31 08:12:27"
}
}
]
@@ -23105,7 +24533,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:28:11"
+ "date": "2023-10-31 08:12:29"
}
}
]
@@ -23144,7 +24572,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:28:14"
+ "date": "2023-10-31 08:12:31"
}
}
]
@@ -23183,7 +24611,7 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:28:16"
+ "date": "2023-10-31 08:12:34"
}
}
]
@@ -23222,14 +24650,131 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:28:17"
+ "date": "2023-10-31 08:12:35"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/b1f24e66c3ddbef136ffacb10264a80109fa6d57.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/047fe0",
+ "@type": "TestCase",
+ "title": "Document has heading for non-repeated content",
+ "description": "This rule checks that the non-repeated content contains a heading",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
+ "date": "2023-10-31 08:12:37"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/f8146acb3179c3ac33f415443099748f7d859e29.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/047fe0",
+ "@type": "TestCase",
+ "title": "Document has heading for non-repeated content",
+ "description": "This rule checks that the non-repeated content contains a heading",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
+ "date": "2023-10-31 08:12:38"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/8b97b5f8afb0bc447ced6a081d3a9c1dd2152c67.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/047fe0",
+ "@type": "TestCase",
+ "title": "Document has heading for non-repeated content",
+ "description": "This rule checks that the non-repeated content contains a heading",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
+ "date": "2023-10-31 08:12:41"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/b1f24e66c3ddbef136ffacb10264a80109fa6d57.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/4f112d2707661d579bb0e364ef6241ea6217d3e8.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23251,24 +24796,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:cantTell",
+ "outcome": "earl:passed",
"source": [
{
"result": {
"pointer": "html",
- "outcome": "earl:cantTell"
+ "outcome": "earl:passed"
}
}
],
- "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:28:20"
+ "description": "The page doesn't have repeated content.",
+ "date": "2023-10-31 08:12:43"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/f8146acb3179c3ac33f415443099748f7d859e29.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/7505d097f7d59d71dc7eb8f7ab82c5682def54d4.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23300,14 +24845,14 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:28:21"
+ "date": "2023-10-31 08:12:45"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/8b97b5f8afb0bc447ced6a081d3a9c1dd2152c67.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/81d501e52085d9e5712e241bdd24708e7cb4a301.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23339,14 +24884,14 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:28:23"
+ "date": "2023-10-31 08:12:47"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/4f112d2707661d579bb0e364ef6241ea6217d3e8.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/929079705b1789667853e023b818eb4101630700.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23368,24 +24913,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:cantTell",
"source": [
{
"result": {
"pointer": "html",
- "outcome": "earl:passed"
+ "outcome": "earl:cantTell"
}
}
],
- "description": "The page doesn't have repeated content.",
- "date": "2023-10-23 13:28:26"
+ "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
+ "date": "2023-10-31 08:12:49"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/7505d097f7d59d71dc7eb8f7ab82c5682def54d4.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/4e34cac08353c5383b8743bffada2aaf3a780149.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23417,14 +24962,14 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:28:28"
+ "date": "2023-10-31 08:12:52"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/81d501e52085d9e5712e241bdd24708e7cb4a301.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/ecc29b73e37b6a125b3fd9767068dcaa368d467a.svg",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23444,6 +24989,38 @@
"isPartOf": []
},
"mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:12:54"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/235a899f291a8dbcd536b439728c2af509c8f1d6.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/ye5d6e",
+ "@type": "TestCase",
+ "title": "Document has an instrument to move focus to non-repeated content",
+ "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell",
@@ -23455,15 +25032,15 @@
}
}
],
- "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:28:30"
+ "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
+ "date": "2023-10-31 08:12:56"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/929079705b1789667853e023b818eb4101630700.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/758c009716931b1a14a1215eda5d4f9d72135aaa.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23476,10 +25053,10 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/047fe0",
+ "@id": "https://act-rules.github.io/rules/ye5d6e",
"@type": "TestCase",
- "title": "Document has heading for non-repeated content",
- "description": "This rule checks that the non-repeated content contains a heading",
+ "title": "Document has an instrument to move focus to non-repeated content",
+ "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
"isPartOf": []
},
"mode": "earl:automatic",
@@ -23494,15 +25071,15 @@
}
}
],
- "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:28:33"
+ "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
+ "date": "2023-10-31 08:12:58"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/4e34cac08353c5383b8743bffada2aaf3a780149.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/1d5d46b8e4ca30cf0683a417dc4edd57887b9889.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23515,10 +25092,10 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/047fe0",
+ "@id": "https://act-rules.github.io/rules/ye5d6e",
"@type": "TestCase",
- "title": "Document has heading for non-repeated content",
- "description": "This rule checks that the non-repeated content contains a heading",
+ "title": "Document has an instrument to move focus to non-repeated content",
+ "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
"isPartOf": []
},
"mode": "earl:automatic",
@@ -23533,15 +25110,15 @@
}
}
],
- "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:28:35"
+ "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
+ "date": "2023-10-31 08:13:00"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/047fe0/ecc29b73e37b6a125b3fd9767068dcaa368d467a.svg",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/a800d2026c8f10593cb62aac798d3c11156445c8.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23554,26 +25131,33 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/047fe0",
+ "@id": "https://act-rules.github.io/rules/ye5d6e",
"@type": "TestCase",
- "title": "Document has heading for non-repeated content",
- "description": "This rule checks that the non-repeated content contains a heading",
+ "title": "Document has an instrument to move focus to non-repeated content",
+ "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
"isPartOf": []
},
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:inapplicable",
- "source": [],
- "description": "No test targets found.",
- "date": "2023-10-23 13:28:37"
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
+ "date": "2023-10-31 08:13:03"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/235a899f291a8dbcd536b439728c2af509c8f1d6.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/f75c1d3e3e4d3ef33020e90c115c6f4245170486.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23604,15 +25188,15 @@
}
}
],
- "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:28:40"
+ "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
+ "date": "2023-10-31 08:13:05"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/758c009716931b1a14a1215eda5d4f9d72135aaa.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/20d2b672d6e08fe0803a643368c8cf174e412273.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23644,14 +25228,14 @@
}
],
"description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:28:42"
+ "date": "2023-10-31 08:13:07"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/1d5d46b8e4ca30cf0683a417dc4edd57887b9889.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/b0707d538c73d1981fe41f2c6fccea8d2c1c3d16.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23683,14 +25267,14 @@
}
],
"description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:28:45"
+ "date": "2023-10-31 08:13:09"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/a800d2026c8f10593cb62aac798d3c11156445c8.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/bc993393eba0a7f07e3eb15a69df1a93243309dd.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23722,14 +25306,14 @@
}
],
"description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:28:47"
+ "date": "2023-10-31 08:13:11"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/b0707d538c73d1981fe41f2c6fccea8d2c1c3d16.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/6fe4061a223f0fce63b8cd8b5aae1b05438f10cd.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23760,15 +25344,15 @@
}
}
],
- "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:30:50"
+ "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
+ "date": "2023-10-31 08:13:14"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/bc993393eba0a7f07e3eb15a69df1a93243309dd.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/8c1d5e197106ae2949afe70e93179cff2a2b99a1.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23799,15 +25383,15 @@
}
}
],
- "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:30:52"
+ "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
+ "date": "2023-10-31 08:13:16"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/6fe4061a223f0fce63b8cd8b5aae1b05438f10cd.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/91f4c9b8d66b5a30867b3eb329701acc604d79b9.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23838,15 +25422,15 @@
}
}
],
- "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:30:55"
+ "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
+ "date": "2023-10-31 08:13:18"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/8c1d5e197106ae2949afe70e93179cff2a2b99a1.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/ecc29b73e37b6a125b3fd9767068dcaa368d467a.svg",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23866,6 +25450,38 @@
"isPartOf": []
},
"mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:13:20"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b40fd1/9eb0cf411e23f4457a013123e3066e2bfa4652da.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/b40fd1",
+ "@type": "TestCase",
+ "title": "Document has a landmark with non-repeated content",
+ "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
"result": {
"@type": "TestResult",
"outcome": "earl:cantTell",
@@ -23877,15 +25493,15 @@
}
}
],
- "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:30:57"
+ "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
+ "date": "2023-10-31 08:13:22"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/91f4c9b8d66b5a30867b3eb329701acc604d79b9.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b40fd1/6857e600eac289c0c62a895c37587a2a929b057a.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23898,10 +25514,10 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/ye5d6e",
+ "@id": "https://act-rules.github.io/rules/b40fd1",
"@type": "TestCase",
- "title": "Document has an instrument to move focus to non-repeated content",
- "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
+ "title": "Document has a landmark with non-repeated content",
+ "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
"isPartOf": []
},
"mode": "earl:automatic",
@@ -23916,15 +25532,15 @@
}
}
],
- "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
- "date": "2023-10-23 13:30:59"
+ "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
+ "date": "2023-10-31 08:13:24"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ye5d6e/ecc29b73e37b6a125b3fd9767068dcaa368d467a.svg",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b40fd1/1f5a04fcf51ccae18f823604bb35cf6968bd763d.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23937,26 +25553,111 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/ye5d6e",
+ "@id": "https://act-rules.github.io/rules/b40fd1",
"@type": "TestCase",
- "title": "Document has an instrument to move focus to non-repeated content",
- "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
+ "title": "Document has a landmark with non-repeated content",
+ "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
"isPartOf": []
},
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:inapplicable",
- "source": [],
- "description": "No test targets found.",
- "date": "2023-10-23 13:31:02"
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
+ "date": "2023-10-31 08:13:27"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b40fd1/9eb0cf411e23f4457a013123e3066e2bfa4652da.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b40fd1/4f112d2707661d579bb0e364ef6241ea6217d3e8.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/b40fd1",
+ "@type": "TestCase",
+ "title": "Document has a landmark with non-repeated content",
+ "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "The page doesn't have repeated content.",
+ "date": "2023-10-31 08:13:29"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b40fd1/fcdd27815e78ba3f3e7420cf1a6b503fd2e610c5.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/b40fd1",
+ "@type": "TestCase",
+ "title": "Document has a landmark with non-repeated content",
+ "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
+ "date": "2023-10-31 08:13:31"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b40fd1/2ae36916d2c4679dcfc4707d92f1fc2279972c12.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -23988,14 +25689,14 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:31:04"
+ "date": "2023-10-31 08:13:33"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b40fd1/1f5a04fcf51ccae18f823604bb35cf6968bd763d.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b40fd1/8194fbeb6a60fa3b6484916de2eee4e9978d9521.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -24027,14 +25728,14 @@
}
],
"description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:32:06"
+ "date": "2023-10-31 08:13:35"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b40fd1/8194fbeb6a60fa3b6484916de2eee4e9978d9521.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b40fd1/ecc29b73e37b6a125b3fd9767068dcaa368d467a.svg",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -24056,24 +25757,17 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:cantTell",
- "source": [
- {
- "result": {
- "pointer": "html",
- "outcome": "earl:cantTell"
- }
- }
- ],
- "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
- "date": "2023-10-23 13:35:09"
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:13:38"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b40fd1/ecc29b73e37b6a125b3fd9767068dcaa368d467a.svg",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ffd0e9/0ac909cfd0a0200a97cca3107011fe1e1c08ecc8.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -24086,26 +25780,35 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/b40fd1",
+ "@id": "https://act-rules.github.io/rules/ffd0e9",
"@type": "TestCase",
- "title": "Document has a landmark with non-repeated content",
- "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
- "isPartOf": []
+ "title": "Heading has accessible name",
+ "description": "This rule applies to any HTML element with the semantic role of heading that is included in the accessibility tree.",
+ "isPartOf": [
+ "WCAG2:info-and-relationships"
+ ]
},
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:inapplicable",
- "source": [],
- "description": "No test targets found.",
- "date": "2023-10-23 13:35:12"
+ "outcome": "earl:passed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > h1:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "The test target has a non-empty accessible name.",
+ "date": "2023-10-31 08:16:44"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ffd0e9/0ac909cfd0a0200a97cca3107011fe1e1c08ecc8.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ffd0e9/73050f33875bf32ae13733b96d0408b6b255e4a1.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -24133,20 +25836,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > h1:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > div:nth-child(1)",
"outcome": "earl:passed"
}
}
],
"description": "The test target has a non-empty accessible name.",
- "date": "2023-10-23 13:46:53"
+ "date": "2023-10-31 08:16:46"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ffd0e9/73050f33875bf32ae13733b96d0408b6b255e4a1.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ffd0e9/f55422cabb0efc3a6491733c849306bfea1b1c9c.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -24174,20 +25877,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > div:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > h1:nth-child(2)",
"outcome": "earl:passed"
}
}
],
"description": "The test target has a non-empty accessible name.",
- "date": "2023-10-23 13:46:55"
+ "date": "2023-10-31 08:16:48"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ffd0e9/f55422cabb0efc3a6491733c849306bfea1b1c9c.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ffd0e9/bd1a62830ac1d9800078f26866da433781f9c85f.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -24215,20 +25918,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > h1:nth-child(2)",
+ "pointer": "html > body:nth-child(2) > h1:nth-child(1)",
"outcome": "earl:passed"
}
}
],
"description": "The test target has a non-empty accessible name.",
- "date": "2023-10-23 13:46:57"
+ "date": "2023-10-31 08:16:51"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ffd0e9/bd1a62830ac1d9800078f26866da433781f9c85f.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ffd0e9/e62fd17ec8a90b871727e871d5136fc785ca13ad.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -24262,14 +25965,14 @@
}
],
"description": "The test target has a non-empty accessible name.",
- "date": "2023-10-23 13:47:00"
+ "date": "2023-10-31 08:16:53"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ffd0e9/e62fd17ec8a90b871727e871d5136fc785ca13ad.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ffd0e9/5655cd127e7f8e1e9306b1858e2bc018392564b3.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -24293,17 +25996,17 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:failed",
"source": [
{
"result": {
"pointer": "html > body:nth-child(2) > h1:nth-child(1)",
- "outcome": "earl:passed"
+ "outcome": "earl:failed"
}
}
],
- "description": "The test target has a non-empty accessible name.",
- "date": "2023-10-23 13:47:02"
+ "description": "The test target accessible name doesn't exist or it's empty ('').",
+ "date": "2023-10-31 08:16:55"
}
}
]
@@ -24344,7 +26047,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 13:48:05"
+ "date": "2023-10-31 08:16:57"
}
}
]
@@ -24385,7 +26088,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 13:48:07"
+ "date": "2023-10-31 08:16:59"
}
}
]
@@ -24426,7 +26129,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 13:48:09"
+ "date": "2023-10-31 08:17:02"
}
}
]
@@ -24467,7 +26170,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 13:48:12"
+ "date": "2023-10-31 08:17:04"
}
}
]
@@ -24508,7 +26211,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 13:48:14"
+ "date": "2023-10-31 08:17:06"
}
}
]
@@ -24549,7 +26252,48 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 13:48:17"
+ "date": "2023-10-31 08:17:08"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ffd0e9/0bf7d49ddf99066b816fe42e5cd827a15c7ad24d.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/ffd0e9",
+ "@type": "TestCase",
+ "title": "Heading has accessible name",
+ "description": "This rule applies to any HTML element with the semantic role of heading that is included in the accessibility tree.",
+ "isPartOf": [
+ "WCAG2:info-and-relationships"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > h1:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target accessible name doesn't exist or it's empty ('').",
+ "date": "2023-10-31 08:17:10"
}
}
]
@@ -24583,7 +26327,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:49:19"
+ "date": "2023-10-31 08:17:13"
}
}
]
@@ -24617,7 +26361,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:49:21"
+ "date": "2023-10-31 08:17:15"
}
}
]
@@ -24658,7 +26402,7 @@
}
],
"description": "The `iframes` with the same accessible name have different content.",
- "date": "2023-10-23 13:50:57"
+ "date": "2023-10-31 08:17:54"
}
}
]
@@ -24699,7 +26443,7 @@
}
],
"description": "The `iframes` with the same accessible name have different content.",
- "date": "2023-10-23 13:50:59"
+ "date": "2023-10-31 08:17:56"
}
}
]
@@ -24740,7 +26484,7 @@
}
],
"description": "The `iframes` with the same accessible name have different content.",
- "date": "2023-10-23 13:51:02"
+ "date": "2023-10-31 08:17:58"
}
}
]
@@ -24781,7 +26525,48 @@
}
],
"description": "The `iframes` with the same accessible name have different content.",
- "date": "2023-10-23 13:51:04"
+ "date": "2023-10-31 08:18:01"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/4b1c6c/72d5c95606c82e7570f3496c4cc02512b639aaf3.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/4b1c6c",
+ "@type": "TestCase",
+ "title": "`iframe` elements with identical accessible names have equivalent purpose",
+ "description": "This rule checks that `iframe` elements with identical accessible names embed the same resource or equivalent resources.",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > iframe:nth-child(2), html > body:nth-child(2) > iframe:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "The `iframes` with the same accessible name have different content.",
+ "date": "2023-10-31 08:18:03"
}
}
]
@@ -24822,7 +26607,48 @@
}
],
"description": "The `iframes` with the same accessible name have different content.",
- "date": "2023-10-23 13:52:06"
+ "date": "2023-10-31 08:18:05"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/4b1c6c/1fe7e9b43510e6e25007a67611a5a0ace14c1fd0.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/4b1c6c",
+ "@type": "TestCase",
+ "title": "`iframe` elements with identical accessible names have equivalent purpose",
+ "description": "This rule checks that `iframe` elements with identical accessible names embed the same resource or equivalent resources.",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > iframe:nth-child(2), html > body:nth-child(2) > iframe:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "The `iframes` with the same accessible name have different content.",
+ "date": "2023-10-31 08:18:07"
}
}
]
@@ -24863,7 +26689,7 @@
}
],
"description": "The `iframes` with the same accessible name have different content.",
- "date": "2023-10-23 13:53:09"
+ "date": "2023-10-31 08:18:09"
}
}
]
@@ -24904,7 +26730,7 @@
}
],
"description": "The `iframes` with the same accessible name have different content.",
- "date": "2023-10-23 13:53:11"
+ "date": "2023-10-31 08:18:12"
}
}
]
@@ -24945,7 +26771,48 @@
}
],
"description": "The `iframes` with the same accessible name have different content.",
- "date": "2023-10-23 13:53:14"
+ "date": "2023-10-31 08:18:14"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/4b1c6c/c1cc2a71e88c5fec2bc41175d63339404747bf00.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/4b1c6c",
+ "@type": "TestCase",
+ "title": "`iframe` elements with identical accessible names have equivalent purpose",
+ "description": "This rule checks that `iframe` elements with identical accessible names embed the same resource or equivalent resources.",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > iframe:nth-child(2), html > body:nth-child(2) > iframe:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "The `iframes` with the same accessible name have different content.",
+ "date": "2023-10-31 08:18:16"
}
}
]
@@ -24986,7 +26853,48 @@
}
],
"description": "The `iframes` with the same accessible name have different content.",
- "date": "2023-10-23 13:54:16"
+ "date": "2023-10-31 08:18:18"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/4b1c6c/4d33680e81b31e47fc46d3b6543cc050e369525b.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/4b1c6c",
+ "@type": "TestCase",
+ "title": "`iframe` elements with identical accessible names have equivalent purpose",
+ "description": "This rule checks that `iframe` elements with identical accessible names embed the same resource or equivalent resources.",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > iframe:nth-child(2), html > body:nth-child(2) > iframe:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "The `iframes` with the same accessible name have different content.",
+ "date": "2023-10-31 08:18:20"
}
}
]
@@ -25027,7 +26935,7 @@
}
],
"description": "The `iframes` with the same accessible name have different content.",
- "date": "2023-10-23 13:55:19"
+ "date": "2023-10-31 08:18:23"
}
}
]
@@ -25061,7 +26969,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:55:21"
+ "date": "2023-10-31 08:18:25"
}
}
]
@@ -25095,7 +27003,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:55:23"
+ "date": "2023-10-31 08:18:27"
}
}
]
@@ -25129,7 +27037,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:55:26"
+ "date": "2023-10-31 08:18:29"
}
}
]
@@ -25163,7 +27071,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:55:29"
+ "date": "2023-10-31 08:18:31"
}
}
]
@@ -25197,7 +27105,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:55:31"
+ "date": "2023-10-31 08:18:34"
}
}
]
@@ -25231,7 +27139,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:55:33"
+ "date": "2023-10-31 08:18:36"
}
}
]
@@ -25265,7 +27173,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:55:36"
+ "date": "2023-10-31 08:18:38"
}
}
]
@@ -25299,7 +27207,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:55:38"
+ "date": "2023-10-31 08:18:40"
}
}
]
@@ -25333,7 +27241,48 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:55:40"
+ "date": "2023-10-31 08:18:42"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/cae760/fbf477c0e122dc4c283cf7b9a5cb7c2802f6e4c9.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/cae760",
+ "@type": "TestCase",
+ "title": "iframe element has accessible name",
+ "description": "This rule checks that each iframe element has an accessible name.",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > iframe:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "The test target has an accessible name.",
+ "date": "2023-10-31 08:18:45"
}
}
]
@@ -25374,7 +27323,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 13:56:43"
+ "date": "2023-10-31 08:18:47"
}
}
]
@@ -25415,7 +27364,7 @@
}
],
"description": "The test target has an accessible name.",
- "date": "2023-10-23 13:56:45"
+ "date": "2023-10-31 08:18:49"
}
}
]
@@ -25456,7 +27405,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 13:56:47"
+ "date": "2023-10-31 08:18:51"
}
}
]
@@ -25497,7 +27446,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 13:56:50"
+ "date": "2023-10-31 08:18:53"
}
}
]
@@ -25538,7 +27487,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 13:56:52"
+ "date": "2023-10-31 08:18:56"
}
}
]
@@ -25579,7 +27528,7 @@
}
],
"description": "The test target accessible name doesn't exist or it's empty ('').",
- "date": "2023-10-23 13:56:54"
+ "date": "2023-10-31 08:18:58"
}
}
]
@@ -25613,7 +27562,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:56:57"
+ "date": "2023-10-31 08:19:00"
}
}
]
@@ -25647,7 +27596,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:56:59"
+ "date": "2023-10-31 08:19:02"
}
}
]
@@ -25681,7 +27630,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:57:02"
+ "date": "2023-10-31 08:19:04"
}
}
]
@@ -25715,7 +27664,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 13:57:04"
+ "date": "2023-10-31 08:19:07"
}
}
]
@@ -25756,7 +27705,7 @@
}
],
"description": "CSS styles prevent the line-height to be above the minimum value.",
- "date": "2023-10-23 14:07:07"
+ "date": "2023-10-31 08:20:33"
}
}
]
@@ -25790,7 +27739,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:07:09"
+ "date": "2023-10-31 08:20:35"
}
}
]
@@ -25824,7 +27773,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:07:11"
+ "date": "2023-10-31 08:20:38"
}
}
]
@@ -25865,7 +27814,7 @@
}
],
"description": "CSS styles prevent the word-spacing to be above the minimum value.",
- "date": "2023-10-23 14:07:14"
+ "date": "2023-10-31 08:20:40"
}
}
]
@@ -25912,7 +27861,48 @@
}
],
"description": "CSS styles prevent the word-spacing to be above the minimum value.",
- "date": "2023-10-23 14:07:16"
+ "date": "2023-10-31 08:20:42"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/9e45ec/fdd3c30f28464b32eb8a1397f70a41dfd3b2cb1c.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/9e45ec",
+ "@type": "TestCase",
+ "title": "Word spacing in style attributes is not !important",
+ "description": "This rule checks that the style attribute is not used to prevent adjusting word-spacing by using !important, except if it's at least 0.16 times the font size.",
+ "isPartOf": [
+ "WCAG2:text-spacing"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > div:nth-child(1)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "CSS styles prevent the word-spacing to be above the minimum value.",
+ "date": "2023-10-31 08:20:44"
}
}
]
@@ -25953,7 +27943,7 @@
}
],
"description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
- "date": "2023-10-23 14:08:19"
+ "date": "2023-10-31 08:20:46"
}
}
]
@@ -26012,7 +28002,95 @@
}
],
"description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
- "date": "2023-10-23 14:08:21"
+ "date": "2023-10-31 08:20:49"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/36b590/baa48e5f5a149f6d4d8038b693477ec94176d5a0.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/36b590",
+ "@type": "TestCase",
+ "title": "Error message describes invalid form field value",
+ "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
+ "isPartOf": [
+ "WCAG2:error-identification"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > form:nth-child(1) > input:nth-child(2)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
+ "date": "2023-10-31 08:20:51"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/36b590/3bb6b76d2dd823e02cace7c6be2a7ebe535d1d97.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/36b590",
+ "@type": "TestCase",
+ "title": "Error message describes invalid form field value",
+ "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
+ "isPartOf": [
+ "WCAG2:error-identification"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > form:nth-child(1) > input:nth-child(3)",
+ "outcome": "earl:cantTell"
+ }
+ },
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > form:nth-child(1) > input:nth-child(5)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
+ "date": "2023-10-31 08:20:53"
}
}
]
@@ -26053,7 +28131,7 @@
}
],
"description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
- "date": "2023-10-23 14:10:24"
+ "date": "2023-10-31 08:20:55"
}
}
]
@@ -26094,7 +28172,7 @@
}
],
"description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
- "date": "2023-10-23 14:10:26"
+ "date": "2023-10-31 08:20:57"
}
}
]
@@ -26125,24 +28203,117 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:cantTell",
- "source": [
- {
- "result": {
- "pointer": "html > body:nth-child(2) > form:nth-child(1) > input:nth-child(2)",
- "outcome": "earl:cantTell"
- }
- }
- ],
- "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
- "date": "2023-10-23 14:10:29"
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > form:nth-child(1) > input:nth-child(2)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
+ "date": "2023-10-31 08:21:00"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/36b590/d7863608ff2aab99c43663cb3701c65c28b75c23.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/36b590",
+ "@type": "TestCase",
+ "title": "Error message describes invalid form field value",
+ "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
+ "isPartOf": [
+ "WCAG2:error-identification"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > form:nth-child(1) > fieldset:nth-child(1) > input:nth-child(3)",
+ "outcome": "earl:cantTell"
+ }
+ },
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > form:nth-child(1) > fieldset:nth-child(1) > input:nth-child(5)",
+ "outcome": "earl:cantTell"
+ }
+ },
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > form:nth-child(1) > fieldset:nth-child(2) > input:nth-child(3)",
+ "outcome": "earl:cantTell"
+ }
+ },
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > form:nth-child(1) > fieldset:nth-child(2) > input:nth-child(5)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
+ "date": "2023-10-31 08:21:02"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/36b590/ac63f6ffcb1831a5614e525627822e7a6f15343d.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/36b590",
+ "@type": "TestCase",
+ "title": "Error message describes invalid form field value",
+ "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
+ "isPartOf": [
+ "WCAG2:error-identification"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:21:04"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/36b590/d7863608ff2aab99c43663cb3701c65c28b75c23.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b20e66/9ccf7853c269dfcc3832333ee3785257fa7b9018.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -26155,53 +28326,35 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/36b590",
+ "@id": "https://act-rules.github.io/rules/b20e66",
"@type": "TestCase",
- "title": "Error message describes invalid form field value",
- "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
+ "title": "Links with identical accessible names have equivalent purpose",
+ "description": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.",
"isPartOf": [
- "WCAG2:error-identification"
+ "WCAG2:link-purpose-link-only"
]
},
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:cantTell",
+ "outcome": "earl:passed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > form:nth-child(1) > fieldset:nth-child(1) > input:nth-child(3)",
- "outcome": "earl:cantTell"
- }
- },
- {
- "result": {
- "pointer": "html > body:nth-child(2) > form:nth-child(1) > fieldset:nth-child(1) > input:nth-child(5)",
- "outcome": "earl:cantTell"
- }
- },
- {
- "result": {
- "pointer": "html > body:nth-child(2) > form:nth-child(1) > fieldset:nth-child(2) > input:nth-child(3)",
- "outcome": "earl:cantTell"
- }
- },
- {
- "result": {
- "pointer": "html > body:nth-child(2) > form:nth-child(1) > fieldset:nth-child(2) > input:nth-child(5)",
- "outcome": "earl:cantTell"
+ "pointer": "html > body:nth-child(2) > a:nth-child(2), html > body:nth-child(2) > a:nth-child(1)",
+ "outcome": "earl:passed"
}
}
],
- "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
- "date": "2023-10-23 14:10:31"
+ "description": "The `links` with the same accessible name have equal content.",
+ "date": "2023-10-31 08:22:19"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b20e66/9ccf7853c269dfcc3832333ee3785257fa7b9018.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b20e66/3a84bd09a817b707c44e3b8af1f710e5a5f41f98.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -26225,24 +28378,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:cantTell",
"source": [
{
"result": {
"pointer": "html > body:nth-child(2) > a:nth-child(2), html > body:nth-child(2) > a:nth-child(1)",
- "outcome": "earl:passed"
+ "outcome": "earl:cantTell"
}
}
],
- "description": "The `links` with the same accessible name have equal content.",
- "date": "2023-10-23 14:18:32"
+ "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
+ "date": "2023-10-31 08:22:21"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b20e66/3a84bd09a817b707c44e3b8af1f710e5a5f41f98.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b20e66/2594532c9868b1b639214e54380a2e9b2f91243b.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -26276,14 +28429,14 @@
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:18:34"
+ "date": "2023-10-31 08:22:23"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b20e66/2594532c9868b1b639214e54380a2e9b2f91243b.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b20e66/6f97807f5525832037d676099a26cde32e519776.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -26317,14 +28470,14 @@
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:18:37"
+ "date": "2023-10-31 08:22:26"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b20e66/6f97807f5525832037d676099a26cde32e519776.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b20e66/d6b244548c375ed83a8f3fb60193ed66442e7c68.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -26358,14 +28511,14 @@
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:18:39"
+ "date": "2023-10-31 08:22:28"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b20e66/d6b244548c375ed83a8f3fb60193ed66442e7c68.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b20e66/11e8780590560ae2acdf79d708b541ca0666def5.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -26399,14 +28552,14 @@
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:18:42"
+ "date": "2023-10-31 08:22:30"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b20e66/11e8780590560ae2acdf79d708b541ca0666def5.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b20e66/4b5fcfab90a85fabcfffb143e0c886236f360d6c.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -26440,7 +28593,7 @@
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:18:44"
+ "date": "2023-10-31 08:22:32"
}
}
]
@@ -26481,7 +28634,7 @@
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:19:47"
+ "date": "2023-10-31 08:22:34"
}
}
]
@@ -26522,7 +28675,7 @@
}
],
"description": "The `links` with the same accessible name have equal content.",
- "date": "2023-10-23 14:19:49"
+ "date": "2023-10-31 08:22:36"
}
}
]
@@ -26563,7 +28716,7 @@
}
],
"description": "The `links` with the same accessible name have equal content.",
- "date": "2023-10-23 14:19:52"
+ "date": "2023-10-31 08:22:39"
}
}
]
@@ -26604,7 +28757,48 @@
}
],
"description": "The `links` with the same accessible name have equal content.",
- "date": "2023-10-23 14:19:54"
+ "date": "2023-10-31 08:22:41"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b20e66/e339e9e7b77f88ce8041dba8e672a618f515df84.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/b20e66",
+ "@type": "TestCase",
+ "title": "Links with identical accessible names have equivalent purpose",
+ "description": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.",
+ "isPartOf": [
+ "WCAG2:link-purpose-link-only"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > a:nth-child(1), html > body:nth-child(2) > a:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "The `links` with the same accessible name have equal content.",
+ "date": "2023-10-31 08:22:43"
}
}
]
@@ -26645,7 +28839,7 @@
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:20:57"
+ "date": "2023-10-31 08:22:45"
}
}
]
@@ -26686,7 +28880,7 @@
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:20:59"
+ "date": "2023-10-31 08:22:47"
}
}
]
@@ -26727,7 +28921,48 @@
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:21:02"
+ "date": "2023-10-31 08:22:50"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b20e66/71d6745fb37e3348784179c751be9af0b997fa5b.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/b20e66",
+ "@type": "TestCase",
+ "title": "Links with identical accessible names have equivalent purpose",
+ "description": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.",
+ "isPartOf": [
+ "WCAG2:link-purpose-link-only"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > a:nth-child(2), html > body:nth-child(2) > a:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
+ "date": "2023-10-31 08:22:52"
}
}
]
@@ -26768,7 +29003,7 @@
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:22:04"
+ "date": "2023-10-31 08:22:54"
}
}
]
@@ -26809,7 +29044,7 @@
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:22:07"
+ "date": "2023-10-31 08:22:56"
}
}
]
@@ -26843,7 +29078,41 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:22:09"
+ "date": "2023-10-31 08:22:58"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/b20e66/45ef0c588326ff9dc7efc883da3b651163384032.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/b20e66",
+ "@type": "TestCase",
+ "title": "Links with identical accessible names have equivalent purpose",
+ "description": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.",
+ "isPartOf": [
+ "WCAG2:link-purpose-link-only"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:23:01"
}
}
]
@@ -26877,7 +29146,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:23:12"
+ "date": "2023-10-31 08:23:03"
}
}
]
@@ -26919,7 +29188,7 @@
}
],
"description": "The `links` with the same accessible name have equal content.",
- "date": "2023-10-23 14:23:14"
+ "date": "2023-10-31 08:23:05"
}
}
]
@@ -26961,7 +29230,7 @@
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:23:16"
+ "date": "2023-10-31 08:23:07"
}
}
]
@@ -27003,14 +29272,98 @@
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:23:19"
+ "date": "2023-10-31 08:23:09"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/8e6c190e0d2ba8f37707910bd1b984b6885ab548.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/fd3a94",
+ "@type": "TestCase",
+ "title": "Links with identical accessible names and context serve equivalent purpose",
+ "description": "This rule checks that links with identical accessible names and context resolve to the same or equivalent resources.",
+ "isPartOf": [
+ "WCAG2:link-purpose-in-context",
+ "WCAG2:link-purpose-link-only"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > p:nth-child(1) > a:nth-child(2), html > body:nth-child(2) > p:nth-child(1) > a:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
+ "date": "2023-10-31 08:23:12"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/b55973d2f813b2fa7d0841202c13f65e41ca8823.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/fd3a94",
+ "@type": "TestCase",
+ "title": "Links with identical accessible names and context serve equivalent purpose",
+ "description": "This rule checks that links with identical accessible names and context resolve to the same or equivalent resources.",
+ "isPartOf": [
+ "WCAG2:link-purpose-in-context",
+ "WCAG2:link-purpose-link-only"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > p:nth-child(1) > a:nth-child(2), html > body:nth-child(2) > p:nth-child(1) > a:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
+ "date": "2023-10-31 08:23:14"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/8e6c190e0d2ba8f37707910bd1b984b6885ab548.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/19d5c2888e4434b3e0fb2d9ea5818808e8380422.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -27045,14 +29398,14 @@
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:23:21"
+ "date": "2023-10-31 08:23:16"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/b55973d2f813b2fa7d0841202c13f65e41ca8823.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/fb1e5016cd1630a2839dc7d70d503babd2ccfefc.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -27081,20 +29434,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1) > a:nth-child(2), html > body:nth-child(2) > p:nth-child(1) > a:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > p:nth-child(1) > span:nth-child(2), html > body:nth-child(2) > p:nth-child(1) > span:nth-child(1)",
"outcome": "earl:cantTell"
}
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:23:24"
+ "date": "2023-10-31 08:23:18"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/19d5c2888e4434b3e0fb2d9ea5818808e8380422.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/0c9cee5afaadc35a08ce533448f02b50d6526eda.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -27119,24 +29472,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:cantTell",
+ "outcome": "earl:passed",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1) > a:nth-child(2), html > body:nth-child(2) > p:nth-child(1) > a:nth-child(1)",
- "outcome": "earl:cantTell"
+ "pointer": "html > body:nth-child(2) > p:nth-child(1) > svg:nth-child(2) > a:nth-child(1), html > body:nth-child(2) > p:nth-child(1) > a:nth-child(1)",
+ "outcome": "earl:passed"
}
}
],
- "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:23:26"
+ "description": "The `links` with the same accessible name have equal content.",
+ "date": "2023-10-31 08:23:20"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/0c9cee5afaadc35a08ce533448f02b50d6526eda.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/228c0a3d78557fb48a855d6733d50848a86f0d62.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -27161,24 +29514,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:cantTell",
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1) > svg:nth-child(2) > a:nth-child(1), html > body:nth-child(2) > p:nth-child(1) > a:nth-child(1)",
- "outcome": "earl:passed"
+ "pointer": "html > body:nth-child(2) > p:nth-child(1) > a:nth-child(2), html > body:nth-child(2) > p:nth-child(1) > a:nth-child(1)",
+ "outcome": "earl:cantTell"
}
}
],
- "description": "The `links` with the same accessible name have equal content.",
- "date": "2023-10-23 14:24:29"
+ "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
+ "date": "2023-10-31 08:23:23"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/228c0a3d78557fb48a855d6733d50848a86f0d62.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/8d14f906398220f1ba52ef34b7f8e40d654312bd.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -27207,20 +29560,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1) > a:nth-child(2), html > body:nth-child(2) > p:nth-child(1) > a:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(2), html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)",
"outcome": "earl:cantTell"
}
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:24:31"
+ "date": "2023-10-31 08:23:25"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/8d14f906398220f1ba52ef34b7f8e40d654312bd.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/109577c05513f09ec5360d02ef463d7f5350578c.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -27249,20 +29602,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(2), html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > p:nth-child(1) > span:nth-child(2), html > body:nth-child(2) > p:nth-child(1) > span:nth-child(1)",
"outcome": "earl:cantTell"
}
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:24:34"
+ "date": "2023-10-31 08:23:27"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/109577c05513f09ec5360d02ef463d7f5350578c.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/fdc1c4461c1b874a94df693c72a8483cb39a8aab.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -27291,20 +29644,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1) > span:nth-child(2), html > body:nth-child(2) > p:nth-child(1) > span:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > p:nth-child(1) > svg:nth-child(1) > a:nth-child(2), html > body:nth-child(2) > p:nth-child(1) > svg:nth-child(1) > a:nth-child(1)",
"outcome": "earl:cantTell"
}
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:24:36"
+ "date": "2023-10-31 08:23:29"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/fdc1c4461c1b874a94df693c72a8483cb39a8aab.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/0a465c71c47198030c8212fdd1122e35e06c4ee0.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -27333,20 +29686,20 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1) > svg:nth-child(1) > a:nth-child(2), html > body:nth-child(2) > p:nth-child(1) > svg:nth-child(1) > a:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > p:nth-child(1) > a:nth-child(2), html > body:nth-child(2) > p:nth-child(1) > a:nth-child(1)",
"outcome": "earl:cantTell"
}
}
],
"description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:24:39"
+ "date": "2023-10-31 08:23:31"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/0a465c71c47198030c8212fdd1122e35e06c4ee0.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/547d69dca1d88658ee7036136b8cd29e05a28823.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -27371,24 +29724,17 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:cantTell",
- "source": [
- {
- "result": {
- "pointer": "html > body:nth-child(2) > p:nth-child(1) > a:nth-child(2), html > body:nth-child(2) > p:nth-child(1) > a:nth-child(1)",
- "outcome": "earl:cantTell"
- }
- }
- ],
- "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
- "date": "2023-10-23 14:24:41"
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:23:34"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/547d69dca1d88658ee7036136b8cd29e05a28823.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/4902c330569df88302c98581dcd6c1a449e72783.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -27416,14 +29762,14 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:24:44"
+ "date": "2023-10-31 08:23:36"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/4902c330569df88302c98581dcd6c1a449e72783.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/3d342b4c04e69cdfaa26d6258275ec9807903d56.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -27451,14 +29797,14 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:24:46"
+ "date": "2023-10-31 08:23:38"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/3d342b4c04e69cdfaa26d6258275ec9807903d56.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/ea07736554f372e47c098f3cb946d0bbbbd22d82.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -27486,14 +29832,14 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:24:49"
+ "date": "2023-10-31 08:23:40"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/ea07736554f372e47c098f3cb946d0bbbbd22d82.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/a799c111fc2dd2b2e6dade9bf227790d8cb33f68.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -27518,17 +29864,24 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:inapplicable",
- "source": [],
- "description": "No test targets found.",
- "date": "2023-10-23 14:24:52"
+ "outcome": "earl:passed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > div:nth-child(2) > a:nth-child(1), html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "The `links` with the same accessible name have equal content.",
+ "date": "2023-10-31 08:23:42"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/a799c111fc2dd2b2e6dade9bf227790d8cb33f68.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd3a94/58087cbeb108ebf723ffc232c9996123a6eb168b.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -27553,17 +29906,17 @@
"mode": "earl:automatic",
"result": {
"@type": "TestResult",
- "outcome": "earl:passed",
+ "outcome": "earl:cantTell",
"source": [
{
"result": {
"pointer": "html > body:nth-child(2) > div:nth-child(2) > a:nth-child(1), html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)",
- "outcome": "earl:passed"
+ "outcome": "earl:cantTell"
}
}
],
- "description": "The `links` with the same accessible name have equal content.",
- "date": "2023-10-23 14:24:54"
+ "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
+ "date": "2023-10-31 08:23:45"
}
}
]
@@ -27605,7 +29958,7 @@
}
],
"description": "The test target refreshes/redirects immediately.",
- "date": "2023-10-23 14:25:57"
+ "date": "2023-10-31 08:23:46"
}
}
],
@@ -27648,7 +30001,7 @@
}
],
"description": "The test target refreshes/redirects immediately.",
- "date": "2023-10-23 14:25:59"
+ "date": "2023-10-31 08:23:48"
}
}
],
@@ -27691,7 +30044,7 @@
}
],
"description": "The test target refreshes after 30 seconds.",
- "date": "2023-10-23 14:26:01"
+ "date": "2023-10-31 08:23:50"
}
}
]
@@ -27733,7 +30086,7 @@
}
],
"description": "The test target redirects after 72001 seconds.",
- "date": "2023-10-23 14:26:04"
+ "date": "2023-10-31 08:23:52"
}
}
]
@@ -27775,7 +30128,7 @@
}
],
"description": "The test target redirects after 72001 seconds.",
- "date": "2023-10-23 14:26:06"
+ "date": "2023-10-31 08:23:54"
}
}
]
@@ -27810,7 +30163,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:26:09"
+ "date": "2023-10-31 08:23:56"
}
}
]
@@ -27845,7 +30198,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:26:11"
+ "date": "2023-10-31 08:23:59"
}
}
]
@@ -27880,7 +30233,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:26:14"
+ "date": "2023-10-31 08:24:01"
}
}
]
@@ -27915,7 +30268,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:26:16"
+ "date": "2023-10-31 08:24:03"
}
}
]
@@ -27950,7 +30303,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:26:19"
+ "date": "2023-10-31 08:24:05"
}
}
]
@@ -27985,7 +30338,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:26:21"
+ "date": "2023-10-31 08:24:07"
}
}
]
@@ -28020,7 +30373,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:26:23"
+ "date": "2023-10-31 08:24:10"
}
}
]
@@ -28055,7 +30408,48 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:26:26"
+ "date": "2023-10-31 08:24:12"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/674b10/c181f7267bf9f4fc0f9ad9e2a69c1ad7da504f4d.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/674b10",
+ "@type": "TestCase",
+ "title": "role attribute has valid value",
+ "description": "This rule checks that each role attribute has a valid value.",
+ "isPartOf": [
+ "WCAG2:info-and-relationships"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > label:nth-child(1) > input:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "The test target has a valid `role` attribute.",
+ "date": "2023-10-31 08:25:32"
}
}
]
@@ -28096,7 +30490,7 @@
}
],
"description": "The test target has a valid `role` attribute.",
- "date": "2023-10-23 14:38:01"
+ "date": "2023-10-31 08:25:34"
}
}
]
@@ -28137,7 +30531,48 @@
}
],
"description": "The test target has a valid `role` attribute.",
- "date": "2023-10-23 14:38:04"
+ "date": "2023-10-31 08:25:36"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/674b10/4b0aaf07c6e9fb6ea3495dd9cecf55d47b9539b8.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/674b10",
+ "@type": "TestCase",
+ "title": "role attribute has valid value",
+ "description": "This rule checks that each role attribute has a valid value.",
+ "isPartOf": [
+ "WCAG2:info-and-relationships"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > span:nth-child(2)",
+ "outcome": "earl:failed"
+ }
+ }
+ ],
+ "description": "The test target has an invalid `role` attribute.",
+ "date": "2023-10-31 08:25:38"
}
}
]
@@ -28178,7 +30613,7 @@
}
],
"description": "The test target has an invalid `role` attribute.",
- "date": "2023-10-23 14:39:06"
+ "date": "2023-10-31 08:25:41"
}
}
]
@@ -28212,7 +30647,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:39:09"
+ "date": "2023-10-31 08:25:43"
}
}
]
@@ -28246,7 +30681,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:39:11"
+ "date": "2023-10-31 08:25:45"
}
}
]
@@ -28280,7 +30715,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:39:13"
+ "date": "2023-10-31 08:25:47"
}
}
]
@@ -28314,7 +30749,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:39:15"
+ "date": "2023-10-31 08:25:49"
}
}
]
@@ -28348,7 +30783,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:39:18"
+ "date": "2023-10-31 08:25:52"
}
}
]
@@ -28389,7 +30824,7 @@
}
],
"description": "The test target required attributes are listed.",
- "date": "2023-10-23 14:39:20"
+ "date": "2023-10-31 08:25:54"
}
}
]
@@ -28430,7 +30865,7 @@
}
],
"description": "The test target required attributes are listed.",
- "date": "2023-10-23 14:39:22"
+ "date": "2023-10-31 08:25:56"
}
}
]
@@ -28471,7 +30906,7 @@
}
],
"description": "The test target required attributes are listed.",
- "date": "2023-10-23 14:39:25"
+ "date": "2023-10-31 08:25:58"
}
}
]
@@ -28524,7 +30959,48 @@
}
],
"description": "The test target `role` doesn't have required state or property",
- "date": "2023-10-23 14:39:27"
+ "date": "2023-10-31 08:26:00"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/4e8ab6/58a35afd2998bb6f9c670cb74fa7b550e80897b4.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/4e8ab6",
+ "@type": "TestCase",
+ "title": "Element with role attribute has required states and properties",
+ "description": "This rule checks that elements that have an explicit role also specify all required states and properties.",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:passed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > div:nth-child(2)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "The test target required attributes are listed.",
+ "date": "2023-10-31 08:26:02"
}
}
]
@@ -28583,7 +31059,7 @@
}
],
"description": "The test target required attributes are listed.",
- "date": "2023-10-23 14:40:29"
+ "date": "2023-10-31 08:26:05"
}
}
]
@@ -28624,7 +31100,7 @@
}
],
"description": "The test target has unlisted required states or properties.",
- "date": "2023-10-23 14:40:32"
+ "date": "2023-10-31 08:26:07"
}
}
]
@@ -28665,7 +31141,7 @@
}
],
"description": "The test target has unlisted required states or properties.",
- "date": "2023-10-23 14:40:34"
+ "date": "2023-10-31 08:26:09"
}
}
]
@@ -28706,7 +31182,7 @@
}
],
"description": "The test target has unlisted required states or properties.",
- "date": "2023-10-23 14:40:37"
+ "date": "2023-10-31 08:26:11"
}
}
]
@@ -28747,7 +31223,66 @@
}
],
"description": "The test target has unlisted required states or properties.",
- "date": "2023-10-23 14:40:39"
+ "date": "2023-10-31 08:26:13"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/4e8ab6/7a1942d2d52f50c5df458877a0ee18dc5a22b0c3.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/4e8ab6",
+ "@type": "TestCase",
+ "title": "Element with role attribute has required states and properties",
+ "description": "This rule checks that elements that have an explicit role also specify all required states and properties.",
+ "isPartOf": [
+ "WCAG2:name-role-value"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:failed",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > input:nth-child(2)",
+ "outcome": "earl:failed"
+ }
+ },
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > ul:nth-child(3)",
+ "outcome": "earl:passed"
+ }
+ },
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > ul:nth-child(3) > li:nth-child(1)",
+ "outcome": "earl:passed"
+ }
+ },
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > ul:nth-child(3) > li:nth-child(2)",
+ "outcome": "earl:passed"
+ }
+ }
+ ],
+ "description": "The test target has unlisted required states or properties.",
+ "date": "2023-10-31 08:26:16"
}
}
]
@@ -28806,7 +31341,7 @@
}
],
"description": "The test target has unlisted required states or properties.",
- "date": "2023-10-23 14:41:42"
+ "date": "2023-10-31 08:26:18"
}
}
]
@@ -28840,7 +31375,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:41:44"
+ "date": "2023-10-31 08:26:20"
}
}
]
@@ -28874,7 +31409,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:41:46"
+ "date": "2023-10-31 08:26:22"
}
}
]
@@ -28908,7 +31443,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:41:49"
+ "date": "2023-10-31 08:26:24"
}
}
]
@@ -28949,7 +31484,7 @@
}
],
"description": "The column header element has at least one assigned cell.",
- "date": "2023-10-23 14:41:51"
+ "date": "2023-10-31 08:26:27"
}
}
]
@@ -28996,7 +31531,7 @@
}
],
"description": "The column header element has at least one assigned cell.",
- "date": "2023-10-23 14:41:54"
+ "date": "2023-10-31 08:26:29"
}
}
]
@@ -29043,7 +31578,7 @@
}
],
"description": "The column header element has at least one assigned cell.",
- "date": "2023-10-23 14:41:56"
+ "date": "2023-10-31 08:26:31"
}
}
]
@@ -29102,7 +31637,7 @@
}
],
"description": "The column header element has at least one assigned cell.",
- "date": "2023-10-23 14:41:58"
+ "date": "2023-10-31 08:26:33"
}
}
]
@@ -29149,7 +31684,7 @@
}
],
"description": "The column header element has at least one assigned cell.",
- "date": "2023-10-23 14:42:01"
+ "date": "2023-10-31 08:26:35"
}
}
]
@@ -29214,7 +31749,7 @@
}
],
"description": "The column header element has at least one assigned cell.",
- "date": "2023-10-23 14:42:03"
+ "date": "2023-10-31 08:26:38"
}
}
]
@@ -29261,7 +31796,7 @@
}
],
"description": "The column header element does not have at least one assigned cell.",
- "date": "2023-10-23 14:42:05"
+ "date": "2023-10-31 08:26:40"
}
}
]
@@ -29308,7 +31843,7 @@
}
],
"description": "The column header element does not have at least one assigned cell.",
- "date": "2023-10-23 14:42:07"
+ "date": "2023-10-31 08:26:42"
}
}
]
@@ -29355,7 +31890,7 @@
}
],
"description": "The column header element does not have at least one assigned cell.",
- "date": "2023-10-23 14:42:10"
+ "date": "2023-10-31 08:26:44"
}
}
]
@@ -29389,7 +31924,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:42:12"
+ "date": "2023-10-31 08:26:46"
}
}
]
@@ -29423,7 +31958,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:42:15"
+ "date": "2023-10-31 08:26:49"
}
}
]
@@ -29457,7 +31992,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:42:17"
+ "date": "2023-10-31 08:26:51"
}
}
]
@@ -29491,7 +32026,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:42:19"
+ "date": "2023-10-31 08:26:53"
}
}
]
@@ -29525,7 +32060,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:42:22"
+ "date": "2023-10-31 08:26:55"
}
}
]
@@ -29559,7 +32094,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:42:24"
+ "date": "2023-10-31 08:26:57"
}
}
]
@@ -29593,7 +32128,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:42:26"
+ "date": "2023-10-31 08:26:59"
}
}
]
@@ -29632,7 +32167,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:28"
+ "date": "2023-10-31 08:27:00"
}
},
{
@@ -29657,7 +32192,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:28"
+ "date": "2023-10-31 08:27:00"
}
},
{
@@ -29684,7 +32219,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R56",
- "date": "2023-10-23 14:42:28"
+ "date": "2023-10-31 08:27:00"
}
}
]
@@ -29723,7 +32258,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:29"
+ "date": "2023-10-31 08:27:01"
}
},
{
@@ -29748,7 +32283,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:29"
+ "date": "2023-10-31 08:27:01"
}
},
{
@@ -29775,7 +32310,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R56",
- "date": "2023-10-23 14:42:29"
+ "date": "2023-10-31 08:27:01"
}
}
]
@@ -29814,7 +32349,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:29"
+ "date": "2023-10-31 08:27:02"
}
},
{
@@ -29839,7 +32374,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:29"
+ "date": "2023-10-31 08:27:02"
}
},
{
@@ -29866,7 +32401,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R56",
- "date": "2023-10-23 14:42:29"
+ "date": "2023-10-31 08:27:02"
}
}
]
@@ -29905,7 +32440,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:30"
+ "date": "2023-10-31 08:27:02"
}
},
{
@@ -29930,7 +32465,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:30"
+ "date": "2023-10-31 08:27:02"
}
},
{
@@ -29957,7 +32492,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R56",
- "date": "2023-10-23 14:42:30"
+ "date": "2023-10-31 08:27:02"
}
}
]
@@ -29989,7 +32524,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:42:32"
+ "date": "2023-10-31 08:27:04"
}
},
{
@@ -30007,7 +32542,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:42:32"
+ "date": "2023-10-31 08:27:04"
}
},
{
@@ -30034,7 +32569,7 @@
}
],
"description": "No test targets found.",
- "date": "2023-10-23 14:42:32"
+ "date": "2023-10-31 08:27:04"
}
}
]
@@ -30073,7 +32608,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:34"
+ "date": "2023-10-31 08:27:04"
}
},
{
@@ -30098,7 +32633,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:34"
+ "date": "2023-10-31 08:27:04"
}
},
{
@@ -30125,7 +32660,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R56",
- "date": "2023-10-23 14:42:34"
+ "date": "2023-10-31 08:27:04"
}
}
]
@@ -30164,7 +32699,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:36"
+ "date": "2023-10-31 08:27:05"
}
},
{
@@ -30189,7 +32724,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:36"
+ "date": "2023-10-31 08:27:05"
}
},
{
@@ -30214,7 +32749,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:36"
+ "date": "2023-10-31 08:27:05"
}
},
{
@@ -30241,7 +32776,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:36"
+ "date": "2023-10-31 08:27:05"
}
},
{
@@ -30270,7 +32805,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R55",
- "date": "2023-10-23 14:42:36"
+ "date": "2023-10-31 08:27:05"
}
}
]
@@ -30309,7 +32844,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:37"
+ "date": "2023-10-31 08:27:06"
}
},
{
@@ -30334,7 +32869,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:37"
+ "date": "2023-10-31 08:27:06"
}
},
{
@@ -30359,7 +32894,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:37"
+ "date": "2023-10-31 08:27:06"
}
},
{
@@ -30386,7 +32921,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:37"
+ "date": "2023-10-31 08:27:06"
}
},
{
@@ -30415,7 +32950,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R55",
- "date": "2023-10-23 14:42:37"
+ "date": "2023-10-31 08:27:06"
}
}
]
@@ -30454,7 +32989,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:38"
+ "date": "2023-10-31 08:27:07"
}
},
{
@@ -30479,7 +33014,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:38"
+ "date": "2023-10-31 08:27:07"
}
},
{
@@ -30504,7 +33039,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:38"
+ "date": "2023-10-31 08:27:07"
}
},
{
@@ -30531,7 +33066,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:38"
+ "date": "2023-10-31 08:27:07"
}
},
{
@@ -30560,7 +33095,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R55",
- "date": "2023-10-23 14:42:38"
+ "date": "2023-10-31 08:27:07"
}
}
]
@@ -30599,7 +33134,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:39"
+ "date": "2023-10-31 08:27:08"
}
},
{
@@ -30624,7 +33159,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:39"
+ "date": "2023-10-31 08:27:08"
}
},
{
@@ -30649,7 +33184,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:39"
+ "date": "2023-10-31 08:27:08"
}
},
{
@@ -30676,7 +33211,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:39"
+ "date": "2023-10-31 08:27:08"
}
},
{
@@ -30705,7 +33240,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R55",
- "date": "2023-10-23 14:42:39"
+ "date": "2023-10-31 08:27:08"
}
}
]
@@ -30744,7 +33279,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:41"
+ "date": "2023-10-31 08:27:09"
}
},
{
@@ -30769,7 +33304,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:41"
+ "date": "2023-10-31 08:27:09"
}
},
{
@@ -30794,7 +33329,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:41"
+ "date": "2023-10-31 08:27:09"
}
},
{
@@ -30821,7 +33356,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:41"
+ "date": "2023-10-31 08:27:09"
}
},
{
@@ -30850,7 +33385,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R55",
- "date": "2023-10-23 14:42:41"
+ "date": "2023-10-31 08:27:09"
}
}
]
@@ -30889,7 +33424,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:42"
+ "date": "2023-10-31 08:27:10"
}
},
{
@@ -30914,7 +33449,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:42"
+ "date": "2023-10-31 08:27:10"
}
},
{
@@ -30939,7 +33474,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:42"
+ "date": "2023-10-31 08:27:10"
}
},
{
@@ -30966,7 +33501,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:42"
+ "date": "2023-10-31 08:27:10"
}
},
{
@@ -30995,7 +33530,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R55",
- "date": "2023-10-23 14:42:42"
+ "date": "2023-10-31 08:27:10"
}
}
]
@@ -31034,7 +33569,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:43"
+ "date": "2023-10-31 08:27:11"
}
},
{
@@ -31059,7 +33594,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:43"
+ "date": "2023-10-31 08:27:11"
}
},
{
@@ -31084,7 +33619,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:43"
+ "date": "2023-10-31 08:27:11"
}
},
{
@@ -31111,7 +33646,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:43"
+ "date": "2023-10-31 08:27:11"
}
},
{
@@ -31140,7 +33675,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R55",
- "date": "2023-10-23 14:42:43"
+ "date": "2023-10-31 08:27:11"
}
}
]
@@ -31179,7 +33714,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:44"
+ "date": "2023-10-31 08:27:12"
}
},
{
@@ -31204,7 +33739,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:44"
+ "date": "2023-10-31 08:27:12"
}
},
{
@@ -31229,7 +33764,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:44"
+ "date": "2023-10-31 08:27:12"
}
},
{
@@ -31256,7 +33791,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:44"
+ "date": "2023-10-31 08:27:12"
}
},
{
@@ -31285,7 +33820,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R55",
- "date": "2023-10-23 14:42:44"
+ "date": "2023-10-31 08:27:12"
}
}
]
@@ -31317,7 +33852,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:42:45"
+ "date": "2023-10-31 08:27:13"
}
},
{
@@ -31335,7 +33870,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:42:45"
+ "date": "2023-10-31 08:27:13"
}
},
{
@@ -31353,7 +33888,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:42:45"
+ "date": "2023-10-31 08:27:13"
}
},
{
@@ -31373,7 +33908,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:42:45"
+ "date": "2023-10-31 08:27:13"
}
},
{
@@ -31402,7 +33937,7 @@
}
],
"description": "No test targets found.",
- "date": "2023-10-23 14:42:45"
+ "date": "2023-10-31 08:27:13"
}
}
]
@@ -31441,7 +33976,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:46"
+ "date": "2023-10-31 08:27:14"
}
}
]
@@ -31480,7 +34015,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:47"
+ "date": "2023-10-31 08:27:14"
}
}
]
@@ -31519,7 +34054,46 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:42:48"
+ "date": "2023-10-31 08:27:15"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ab4d13/9837335a808b170a2a0ccf3bfc285b0e7629cea1.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/ab4d13",
+ "@type": "TestCase",
+ "title": "video element content is media alternative for text",
+ "description": "This rule checks non-streaming video is a media alternative for text on the page.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(2)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Can't collect data from the test target.",
+ "date": "2023-10-31 08:27:16"
}
}
]
@@ -31558,7 +34132,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:43:49"
+ "date": "2023-10-31 08:27:17"
}
}
]
@@ -31597,7 +34171,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:43:50"
+ "date": "2023-10-31 08:27:17"
}
}
]
@@ -31629,7 +34203,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:43:51"
+ "date": "2023-10-31 08:27:19"
}
}
]
@@ -31668,7 +34242,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:43:52"
+ "date": "2023-10-31 08:27:20"
}
}
]
@@ -31707,7 +34281,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:43:56"
+ "date": "2023-10-31 08:27:21"
}
}
]
@@ -31746,7 +34320,46 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:43:57"
+ "date": "2023-10-31 08:27:22"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/1ea59c/4095c53d7b6550e5af6a9edf43ec7c803bc1e462.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/1ea59c",
+ "@type": "TestCase",
+ "title": "video element visual content has audio description",
+ "description": "This rule checks that non-streaming video elements have all visual information also contained in the audio.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Can't collect data from the test target.",
+ "date": "2023-10-31 08:27:23"
}
}
]
@@ -31785,7 +34398,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:44:59"
+ "date": "2023-10-31 08:27:24"
}
}
]
@@ -31824,14 +34437,319 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:45:00"
+ "date": "2023-10-31 08:27:25"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/1ea59c/1b605662e74aa7411e29dc56dfa4530efe95ae67.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/1ea59c",
+ "@type": "TestCase",
+ "title": "video element visual content has audio description",
+ "description": "This rule checks that non-streaming video elements have all visual information also contained in the audio.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:27:26"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/f51b46/107f5b9199edada98041895374e27e3c51fc6a3d.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/f51b46",
+ "@type": "TestCase",
+ "title": "video element auditory content has captions",
+ "description": "This rule checks that captions are available for audio information in non-streaming video elements.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Can't collect data from the test target.",
+ "date": "2023-10-31 08:27:27"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/f51b46/80bae3524849f9516dfdcdb647ecc44c6d439ac3.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/f51b46",
+ "@type": "TestCase",
+ "title": "video element auditory content has captions",
+ "description": "This rule checks that captions are available for audio information in non-streaming video elements.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Can't collect data from the test target.",
+ "date": "2023-10-31 08:27:28"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/f51b46/af732f8f4e215ef60d49f6ada1f513e8d9776aa1.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/f51b46",
+ "@type": "TestCase",
+ "title": "video element auditory content has captions",
+ "description": "This rule checks that captions are available for audio information in non-streaming video elements.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Can't collect data from the test target.",
+ "date": "2023-10-31 08:27:29"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/f51b46/b489643151f44cfeda7ad8356c1e46893c3d962c.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/f51b46",
+ "@type": "TestCase",
+ "title": "video element auditory content has captions",
+ "description": "This rule checks that captions are available for audio information in non-streaming video elements.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Can't collect data from the test target.",
+ "date": "2023-10-31 08:27:29"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/f51b46/7a21303822a22edb9384d8956b95bcfe0c01a1fb.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/f51b46",
+ "@type": "TestCase",
+ "title": "video element auditory content has captions",
+ "description": "This rule checks that captions are available for audio information in non-streaming video elements.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(2)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Can't collect data from the test target.",
+ "date": "2023-10-31 08:27:30"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/f51b46/a4bf1f36113b22a1c9d34d7155269b72cf5721fc.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/f51b46",
+ "@type": "TestCase",
+ "title": "video element auditory content has captions",
+ "description": "This rule checks that captions are available for audio information in non-streaming video elements.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(2)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Can't collect data from the test target.",
+ "date": "2023-10-31 08:27:31"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/f51b46/38d4f61c98b1fe90c7e9c3d3eddd8d82f0596b53.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/f51b46",
+ "@type": "TestCase",
+ "title": "video element auditory content has captions",
+ "description": "This rule checks that captions are available for audio information in non-streaming video elements.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Can't collect data from the test target.",
+ "date": "2023-10-31 08:27:32"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/1ea59c/1b605662e74aa7411e29dc56dfa4530efe95ae67.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/f51b46/85f831671b50b4472c1a08a9108612c5d39571c2.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -31844,10 +34762,10 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/1ea59c",
+ "@id": "https://act-rules.github.io/rules/f51b46",
"@type": "TestCase",
- "title": "video element visual content has audio description",
- "description": "This rule checks that non-streaming video elements have all visual information also contained in the audio.",
+ "title": "video element auditory content has captions",
+ "description": "This rule checks that captions are available for audio information in non-streaming video elements.",
"isPartOf": []
},
"mode": "earl:automatic",
@@ -31856,14 +34774,14 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:45:01"
+ "date": "2023-10-31 08:27:33"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/f51b46/107f5b9199edada98041895374e27e3c51fc6a3d.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/c3232f/ce350e33e78f587703aa35b78fa319b9efe9291d.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -31876,10 +34794,10 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/f51b46",
+ "@id": "https://act-rules.github.io/rules/fd26cf",
"@type": "TestCase",
- "title": "video element auditory content has captions",
- "description": "This rule checks that captions are available for audio information in non-streaming video elements.",
+ "title": "video element visual-only content is media alternative for text",
+ "description": "This rule checks non-streaming silent video is a media alternative for text on the page.",
"isPartOf": []
},
"mode": "earl:automatic",
@@ -31895,30 +34813,34 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:45:03"
+ "date": "2023-10-31 08:27:34"
}
- }
- ]
- },
- {
- "@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/f51b46/80bae3524849f9516dfdcdb647ecc44c6d439ac3.html",
- "assertor": {
- "@id": "QualWeb",
- "@type": "Software",
- "title": "QualWeb",
- "description": "QualWeb is an automatic accessibility evaluator for webpages.",
- "hasVersion": "3.0.0",
- "homepage": "http://www.qualweb.di.fc.ul.pt/"
- },
- "assertions": [
+ },
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/f51b46",
+ "@id": "https://act-rules.github.io/rules/ac7dc6",
"@type": "TestCase",
- "title": "video element auditory content has captions",
- "description": "This rule checks that captions are available for audio information in non-streaming video elements.",
+ "title": "video element visual-only content has description track",
+ "description": "This rule checks that description tracks that come with non-streaming video elements, without audio, are descriptive.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:27:34"
+ }
+ },
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/ee13b5",
+ "@type": "TestCase",
+ "title": "video element visual-only content has transcript",
+ "description": "Non-streaming video elements without audio must have all visual information available in a transcript.",
"isPartOf": []
},
"mode": "earl:automatic",
@@ -31934,30 +34856,16 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:45:04"
+ "date": "2023-10-31 08:27:34"
}
- }
- ]
- },
- {
- "@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/f51b46/af732f8f4e215ef60d49f6ada1f513e8d9776aa1.html",
- "assertor": {
- "@id": "QualWeb",
- "@type": "Software",
- "title": "QualWeb",
- "description": "QualWeb is an automatic accessibility evaluator for webpages.",
- "hasVersion": "3.0.0",
- "homepage": "http://www.qualweb.di.fc.ul.pt/"
- },
- "assertions": [
+ },
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/f51b46",
+ "@id": "https://act-rules.github.io/rules/d7ba54",
"@type": "TestCase",
- "title": "video element auditory content has captions",
- "description": "This rule checks that captions are available for audio information in non-streaming video elements.",
+ "title": "video element visual-only content has audio track alternative",
+ "description": "Non-streaming video elements without audio must have an audio alternative.",
"isPartOf": []
},
"mode": "earl:automatic",
@@ -31973,14 +34881,41 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:45:05"
+ "date": "2023-10-31 08:27:34"
+ }
+ },
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/c3232f",
+ "@type": "TestCase",
+ "title": "Video element visual-only content has accessible alternative",
+ "description": "This rule checks that video elements without audio have an alternative available.",
+ "isPartOf": [
+ "WCAG2:audio-only-and-video-only-prerecorded"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "The rule can't tell because of the rule QW-ACT-R51",
+ "date": "2023-10-31 08:27:34"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/f51b46/b489643151f44cfeda7ad8356c1e46893c3d962c.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/c3232f/634bb07611c5d126e49caf4bfce8b6d50c872fce.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -31993,10 +34928,10 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/f51b46",
+ "@id": "https://act-rules.github.io/rules/fd26cf",
"@type": "TestCase",
- "title": "video element auditory content has captions",
- "description": "This rule checks that captions are available for audio information in non-streaming video elements.",
+ "title": "video element visual-only content is media alternative for text",
+ "description": "This rule checks non-streaming silent video is a media alternative for text on the page.",
"isPartOf": []
},
"mode": "earl:automatic",
@@ -32012,30 +34947,34 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:45:06"
+ "date": "2023-10-31 08:27:35"
}
- }
- ]
- },
- {
- "@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/f51b46/7a21303822a22edb9384d8956b95bcfe0c01a1fb.html",
- "assertor": {
- "@id": "QualWeb",
- "@type": "Software",
- "title": "QualWeb",
- "description": "QualWeb is an automatic accessibility evaluator for webpages.",
- "hasVersion": "3.0.0",
- "homepage": "http://www.qualweb.di.fc.ul.pt/"
- },
- "assertions": [
+ },
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/f51b46",
+ "@id": "https://act-rules.github.io/rules/ac7dc6",
"@type": "TestCase",
- "title": "video element auditory content has captions",
- "description": "This rule checks that captions are available for audio information in non-streaming video elements.",
+ "title": "video element visual-only content has description track",
+ "description": "This rule checks that description tracks that come with non-streaming video elements, without audio, are descriptive.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:inapplicable",
+ "source": [],
+ "description": "No test targets found.",
+ "date": "2023-10-31 08:27:35"
+ }
+ },
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/ee13b5",
+ "@type": "TestCase",
+ "title": "video element visual-only content has transcript",
+ "description": "Non-streaming video elements without audio must have all visual information available in a transcript.",
"isPartOf": []
},
"mode": "earl:automatic",
@@ -32045,36 +34984,22 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > video:nth-child(2)",
+ "pointer": "html > body:nth-child(2) > video:nth-child(1)",
"outcome": "earl:cantTell"
}
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:45:07"
+ "date": "2023-10-31 08:27:35"
}
- }
- ]
- },
- {
- "@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/f51b46/a4bf1f36113b22a1c9d34d7155269b72cf5721fc.html",
- "assertor": {
- "@id": "QualWeb",
- "@type": "Software",
- "title": "QualWeb",
- "description": "QualWeb is an automatic accessibility evaluator for webpages.",
- "hasVersion": "3.0.0",
- "homepage": "http://www.qualweb.di.fc.ul.pt/"
- },
- "assertions": [
+ },
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/f51b46",
+ "@id": "https://act-rules.github.io/rules/d7ba54",
"@type": "TestCase",
- "title": "video element auditory content has captions",
- "description": "This rule checks that captions are available for audio information in non-streaming video elements.",
+ "title": "video element visual-only content has audio track alternative",
+ "description": "Non-streaming video elements without audio must have an audio alternative.",
"isPartOf": []
},
"mode": "earl:automatic",
@@ -32084,20 +35009,47 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > video:nth-child(2)",
+ "pointer": "html > body:nth-child(2) > video:nth-child(1)",
"outcome": "earl:cantTell"
}
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:45:08"
+ "date": "2023-10-31 08:27:35"
+ }
+ },
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/c3232f",
+ "@type": "TestCase",
+ "title": "Video element visual-only content has accessible alternative",
+ "description": "This rule checks that video elements without audio have an alternative available.",
+ "isPartOf": [
+ "WCAG2:audio-only-and-video-only-prerecorded"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "The rule can't tell because of the rule QW-ACT-R51",
+ "date": "2023-10-31 08:27:35"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/f51b46/38d4f61c98b1fe90c7e9c3d3eddd8d82f0596b53.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/c3232f/481e55b81376491b363aab5c622e58fe6b63bace.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -32110,10 +35062,10 @@
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/f51b46",
+ "@id": "https://act-rules.github.io/rules/fd26cf",
"@type": "TestCase",
- "title": "video element auditory content has captions",
- "description": "This rule checks that captions are available for audio information in non-streaming video elements.",
+ "title": "video element visual-only content is media alternative for text",
+ "description": "This rule checks non-streaming silent video is a media alternative for text on the page.",
"isPartOf": []
},
"mode": "earl:automatic",
@@ -32123,36 +35075,22 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > video:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > video:nth-child(2)",
"outcome": "earl:cantTell"
}
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:45:09"
+ "date": "2023-10-31 08:27:35"
}
- }
- ]
- },
- {
- "@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/f51b46/85f831671b50b4472c1a08a9108612c5d39571c2.html",
- "assertor": {
- "@id": "QualWeb",
- "@type": "Software",
- "title": "QualWeb",
- "description": "QualWeb is an automatic accessibility evaluator for webpages.",
- "hasVersion": "3.0.0",
- "homepage": "http://www.qualweb.di.fc.ul.pt/"
- },
- "assertions": [
+ },
{
"@type": "Assertion",
"test": {
- "@id": "https://act-rules.github.io/rules/f51b46",
+ "@id": "https://act-rules.github.io/rules/ac7dc6",
"@type": "TestCase",
- "title": "video element auditory content has captions",
- "description": "This rule checks that captions are available for audio information in non-streaming video elements.",
+ "title": "video element visual-only content has description track",
+ "description": "This rule checks that description tracks that come with non-streaming video elements, without audio, are descriptive.",
"isPartOf": []
},
"mode": "earl:automatic",
@@ -32161,14 +35099,91 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:45:10"
+ "date": "2023-10-31 08:27:35"
+ }
+ },
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/ee13b5",
+ "@type": "TestCase",
+ "title": "video element visual-only content has transcript",
+ "description": "Non-streaming video elements without audio must have all visual information available in a transcript.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(2)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Can't collect data from the test target.",
+ "date": "2023-10-31 08:27:35"
+ }
+ },
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/d7ba54",
+ "@type": "TestCase",
+ "title": "video element visual-only content has audio track alternative",
+ "description": "Non-streaming video elements without audio must have an audio alternative.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(2)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Can't collect data from the test target.",
+ "date": "2023-10-31 08:27:35"
+ }
+ },
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/c3232f",
+ "@type": "TestCase",
+ "title": "Video element visual-only content has accessible alternative",
+ "description": "This rule checks that video elements without audio have an alternative available.",
+ "isPartOf": [
+ "WCAG2:audio-only-and-video-only-prerecorded"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(2)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "The rule can't tell because of the rule QW-ACT-R51",
+ "date": "2023-10-31 08:27:35"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/c3232f/ce350e33e78f587703aa35b78fa319b9efe9291d.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/c3232f/5ed3a98f771c2069c1d4581ff5f85cc38d9b5ec0.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -32200,7 +35215,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:45:12"
+ "date": "2023-10-31 08:27:36"
}
},
{
@@ -32218,7 +35233,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:45:12"
+ "date": "2023-10-31 08:27:36"
}
},
{
@@ -32243,7 +35258,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:45:12"
+ "date": "2023-10-31 08:27:36"
}
},
{
@@ -32268,7 +35283,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:45:12"
+ "date": "2023-10-31 08:27:36"
}
},
{
@@ -32295,14 +35310,14 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R51",
- "date": "2023-10-23 14:45:12"
+ "date": "2023-10-31 08:27:36"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/c3232f/634bb07611c5d126e49caf4bfce8b6d50c872fce.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/c3232f/2e9bff37ba69e76a995b6339748eaad2f7a30aca.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -32334,7 +35349,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:45:13"
+ "date": "2023-10-31 08:27:37"
}
},
{
@@ -32352,7 +35367,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:45:13"
+ "date": "2023-10-31 08:27:37"
}
},
{
@@ -32377,7 +35392,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:45:13"
+ "date": "2023-10-31 08:27:37"
}
},
{
@@ -32402,7 +35417,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:45:13"
+ "date": "2023-10-31 08:27:37"
}
},
{
@@ -32429,14 +35444,14 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R51",
- "date": "2023-10-23 14:45:13"
+ "date": "2023-10-31 08:27:37"
}
}
]
},
{
"@type": "TestSubject",
- "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/c3232f/5ed3a98f771c2069c1d4581ff5f85cc38d9b5ec0.html",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/c3232f/0f884e5935b0e6b1bd809d550738772e32f439c5.html",
"assertor": {
"@id": "QualWeb",
"@type": "Software",
@@ -32462,13 +35477,13 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > video:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > video:nth-child(2)",
"outcome": "earl:cantTell"
}
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:46:14"
+ "date": "2023-10-31 08:27:38"
}
},
{
@@ -32486,7 +35501,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:46:14"
+ "date": "2023-10-31 08:27:38"
}
},
{
@@ -32505,13 +35520,13 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > video:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > video:nth-child(2)",
"outcome": "earl:cantTell"
}
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:46:14"
+ "date": "2023-10-31 08:27:38"
}
},
{
@@ -32530,13 +35545,13 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > video:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > video:nth-child(2)",
"outcome": "earl:cantTell"
}
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:46:14"
+ "date": "2023-10-31 08:27:38"
}
},
{
@@ -32557,13 +35572,13 @@
"source": [
{
"result": {
- "pointer": "html > body:nth-child(2) > video:nth-child(1)",
+ "pointer": "html > body:nth-child(2) > video:nth-child(2)",
"outcome": "earl:cantTell"
}
}
],
"description": "The rule can't tell because of the rule QW-ACT-R51",
- "date": "2023-10-23 14:46:14"
+ "date": "2023-10-31 08:27:38"
}
}
]
@@ -32602,7 +35617,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:48:16"
+ "date": "2023-10-31 08:27:39"
}
},
{
@@ -32627,7 +35642,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:48:16"
+ "date": "2023-10-31 08:27:39"
}
},
{
@@ -32652,7 +35667,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:48:16"
+ "date": "2023-10-31 08:27:39"
}
},
{
@@ -32677,7 +35692,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:48:16"
+ "date": "2023-10-31 08:27:39"
}
},
{
@@ -32704,7 +35719,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R51",
- "date": "2023-10-23 14:48:16"
+ "date": "2023-10-31 08:27:39"
}
}
]
@@ -32743,7 +35758,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:48:17"
+ "date": "2023-10-31 08:27:40"
}
},
{
@@ -32761,7 +35776,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:48:17"
+ "date": "2023-10-31 08:27:40"
}
},
{
@@ -32786,7 +35801,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:48:17"
+ "date": "2023-10-31 08:27:40"
}
},
{
@@ -32811,7 +35826,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:48:17"
+ "date": "2023-10-31 08:27:40"
}
},
{
@@ -32838,7 +35853,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R51",
- "date": "2023-10-23 14:48:17"
+ "date": "2023-10-31 08:27:40"
}
}
]
@@ -32870,7 +35885,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:48:18"
+ "date": "2023-10-31 08:27:41"
}
},
{
@@ -32888,7 +35903,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:48:18"
+ "date": "2023-10-31 08:27:41"
}
},
{
@@ -32906,7 +35921,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:48:18"
+ "date": "2023-10-31 08:27:41"
}
},
{
@@ -32924,7 +35939,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:48:18"
+ "date": "2023-10-31 08:27:41"
}
},
{
@@ -32951,7 +35966,46 @@
}
],
"description": "No test targets found.",
- "date": "2023-10-23 14:48:18"
+ "date": "2023-10-31 08:27:41"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd26cf/481e55b81376491b363aab5c622e58fe6b63bace.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/fd26cf",
+ "@type": "TestCase",
+ "title": "video element visual-only content is media alternative for text",
+ "description": "This rule checks non-streaming silent video is a media alternative for text on the page.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(2)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Can't collect data from the test target.",
+ "date": "2023-10-31 08:27:42"
}
}
]
@@ -32990,7 +36044,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:49:19"
+ "date": "2023-10-31 08:27:42"
}
}
]
@@ -33029,7 +36083,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:49:20"
+ "date": "2023-10-31 08:27:43"
}
}
]
@@ -33068,7 +36122,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:49:21"
+ "date": "2023-10-31 08:27:44"
}
}
]
@@ -33107,7 +36161,46 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:49:22"
+ "date": "2023-10-31 08:27:45"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/fd26cf/91f5189004dff8c702eefb7214486bd18868fee1.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/fd26cf",
+ "@type": "TestCase",
+ "title": "video element visual-only content is media alternative for text",
+ "description": "This rule checks non-streaming silent video is a media alternative for text on the page.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(2)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Can't collect data from the test target.",
+ "date": "2023-10-31 08:27:45"
}
}
]
@@ -33139,7 +36232,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:50:24"
+ "date": "2023-10-31 08:27:47"
}
}
]
@@ -33178,7 +36271,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:50:25"
+ "date": "2023-10-31 08:27:47"
}
}
]
@@ -33217,7 +36310,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:50:26"
+ "date": "2023-10-31 08:27:48"
}
}
]
@@ -33256,7 +36349,46 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:50:27"
+ "date": "2023-10-31 08:27:49"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/d7ba54/b0ac8ea6b081f130102db50c239cc7e44ea47ec8.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/d7ba54",
+ "@type": "TestCase",
+ "title": "video element visual-only content has audio track alternative",
+ "description": "Non-streaming video elements without audio must have an audio alternative.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Can't collect data from the test target.",
+ "date": "2023-10-31 08:27:50"
}
}
]
@@ -33288,7 +36420,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:51:29"
+ "date": "2023-10-31 08:27:51"
}
}
]
@@ -33327,7 +36459,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:51:30"
+ "date": "2023-10-31 08:27:52"
}
}
]
@@ -33366,7 +36498,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:51:31"
+ "date": "2023-10-31 08:27:53"
}
}
]
@@ -33405,7 +36537,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:51:32"
+ "date": "2023-10-31 08:27:54"
}
}
]
@@ -33444,7 +36576,46 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:51:33"
+ "date": "2023-10-31 08:27:55"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/ee13b5/2c65fa349cb946546f44966db62c0664cf94fffd.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/ee13b5",
+ "@type": "TestCase",
+ "title": "video element visual-only content has transcript",
+ "description": "Non-streaming video elements without audio must have all visual information available in a transcript.",
+ "isPartOf": []
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Can't collect data from the test target.",
+ "date": "2023-10-31 08:27:56"
}
}
]
@@ -33483,7 +36654,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:34"
+ "date": "2023-10-31 08:27:57"
}
}
]
@@ -33522,7 +36693,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:36"
+ "date": "2023-10-31 08:27:58"
}
}
]
@@ -33554,7 +36725,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:52:37"
+ "date": "2023-10-31 08:27:59"
}
}
]
@@ -33593,7 +36764,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:38"
+ "date": "2023-10-31 08:28:00"
}
},
{
@@ -33618,7 +36789,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:38"
+ "date": "2023-10-31 08:28:00"
}
},
{
@@ -33643,7 +36814,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:38"
+ "date": "2023-10-31 08:28:00"
}
},
{
@@ -33670,7 +36841,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R55",
- "date": "2023-10-23 14:52:38"
+ "date": "2023-10-31 08:28:00"
}
}
]
@@ -33709,7 +36880,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:39"
+ "date": "2023-10-31 08:28:01"
}
},
{
@@ -33734,7 +36905,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:39"
+ "date": "2023-10-31 08:28:01"
}
},
{
@@ -33759,7 +36930,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:39"
+ "date": "2023-10-31 08:28:01"
}
},
{
@@ -33786,7 +36957,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R55",
- "date": "2023-10-23 14:52:39"
+ "date": "2023-10-31 08:28:01"
}
}
]
@@ -33825,7 +36996,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:40"
+ "date": "2023-10-31 08:28:02"
}
},
{
@@ -33850,7 +37021,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:40"
+ "date": "2023-10-31 08:28:02"
}
},
{
@@ -33875,7 +37046,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:40"
+ "date": "2023-10-31 08:28:02"
}
},
{
@@ -33902,7 +37073,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R55",
- "date": "2023-10-23 14:52:40"
+ "date": "2023-10-31 08:28:02"
}
}
]
@@ -33941,7 +37112,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:42"
+ "date": "2023-10-31 08:28:03"
}
},
{
@@ -33966,7 +37137,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:42"
+ "date": "2023-10-31 08:28:03"
}
},
{
@@ -33991,7 +37162,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:42"
+ "date": "2023-10-31 08:28:03"
}
},
{
@@ -34018,7 +37189,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R55",
- "date": "2023-10-23 14:52:42"
+ "date": "2023-10-31 08:28:03"
}
}
]
@@ -34057,7 +37228,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:43"
+ "date": "2023-10-31 08:28:04"
}
},
{
@@ -34082,7 +37253,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:43"
+ "date": "2023-10-31 08:28:04"
}
},
{
@@ -34107,7 +37278,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:43"
+ "date": "2023-10-31 08:28:04"
}
},
{
@@ -34134,7 +37305,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R55",
- "date": "2023-10-23 14:52:43"
+ "date": "2023-10-31 08:28:04"
}
}
]
@@ -34173,7 +37344,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:44"
+ "date": "2023-10-31 08:28:05"
}
},
{
@@ -34198,7 +37369,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:44"
+ "date": "2023-10-31 08:28:05"
}
},
{
@@ -34223,7 +37394,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:52:44"
+ "date": "2023-10-31 08:28:05"
}
},
{
@@ -34250,7 +37421,7 @@
}
],
"description": "The rule can't tell because of the rule QW-ACT-R55",
- "date": "2023-10-23 14:52:44"
+ "date": "2023-10-31 08:28:05"
}
}
]
@@ -34282,7 +37453,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:52:45"
+ "date": "2023-10-31 08:28:06"
}
},
{
@@ -34300,7 +37471,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:52:45"
+ "date": "2023-10-31 08:28:06"
}
},
{
@@ -34318,7 +37489,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:52:45"
+ "date": "2023-10-31 08:28:06"
}
},
{
@@ -34345,7 +37516,48 @@
}
],
"description": "No test targets found.",
- "date": "2023-10-23 14:52:45"
+ "date": "2023-10-31 08:28:06"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/1a02b0/8ebc51b6599b22345051dc57d2c7649724f58f0b.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/1a02b0",
+ "@type": "TestCase",
+ "title": "Audio and visuals of video element have transcript",
+ "description": "This rule checks that non-streaming video elements have all audio and visual information available in a transcript.",
+ "isPartOf": [
+ "WCAG2:media-alternative-prerecorded"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > video:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Can't collect data from the test target.",
+ "date": "2023-10-31 08:28:07"
}
}
]
@@ -34386,7 +37598,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:53:47"
+ "date": "2023-10-31 08:28:08"
}
}
]
@@ -34427,7 +37639,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:53:48"
+ "date": "2023-10-31 08:28:09"
}
}
]
@@ -34468,7 +37680,7 @@
}
],
"description": "Can't collect data from the test target.",
- "date": "2023-10-23 14:53:49"
+ "date": "2023-10-31 08:28:10"
}
}
]
@@ -34502,7 +37714,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:53:50"
+ "date": "2023-10-31 08:28:11"
}
}
]
@@ -34543,7 +37755,7 @@
}
],
"description": "The complete visible text content of the test target either matches or is contained within its accessible name.",
- "date": "2023-10-23 14:53:53"
+ "date": "2023-10-31 08:28:13"
}
}
]
@@ -34584,7 +37796,7 @@
}
],
"description": "The complete visible text content of the test target either matches or is contained within its accessible name.",
- "date": "2023-10-23 14:53:55"
+ "date": "2023-10-31 08:28:15"
}
}
]
@@ -34625,7 +37837,7 @@
}
],
"description": "The complete visible text content of the test target either matches or is contained within its accessible name.",
- "date": "2023-10-23 14:53:57"
+ "date": "2023-10-31 08:28:18"
}
}
]
@@ -34666,7 +37878,7 @@
}
],
"description": "The complete visible text content of the test target either matches or is contained within its accessible name.",
- "date": "2023-10-23 14:54:00"
+ "date": "2023-10-31 08:28:20"
}
}
]
@@ -34707,7 +37919,7 @@
}
],
"description": "The complete visible text content of the test target either matches or is contained within its accessible name.",
- "date": "2023-10-23 14:54:02"
+ "date": "2023-10-31 08:28:22"
}
}
]
@@ -34748,7 +37960,7 @@
}
],
"description": "The complete visible text content of the test target either matches or is contained within its accessible name.",
- "date": "2023-10-23 14:54:04"
+ "date": "2023-10-31 08:28:24"
}
}
]
@@ -34789,7 +38001,7 @@
}
],
"description": "The complete visible text content of the test target neither matches or is contained within its accessible name.",
- "date": "2023-10-23 14:54:07"
+ "date": "2023-10-31 08:28:26"
}
}
]
@@ -34830,7 +38042,7 @@
}
],
"description": "The complete visible text content of the test target neither matches or is contained within its accessible name.",
- "date": "2023-10-23 14:54:09"
+ "date": "2023-10-31 08:28:29"
}
}
]
@@ -34871,7 +38083,7 @@
}
],
"description": "The complete visible text content of the test target neither matches or is contained within its accessible name.",
- "date": "2023-10-23 14:54:12"
+ "date": "2023-10-31 08:28:31"
}
}
]
@@ -34905,7 +38117,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:54:14"
+ "date": "2023-10-31 08:28:33"
}
}
]
@@ -34939,7 +38151,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:54:16"
+ "date": "2023-10-31 08:28:35"
}
}
]
@@ -34973,7 +38185,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:54:19"
+ "date": "2023-10-31 08:28:37"
}
}
]
@@ -35007,7 +38219,48 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:54:21"
+ "date": "2023-10-31 08:28:40"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/59br37/bf6c2877d53f69c82720898bfe0417e37a01cd53.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/59br37",
+ "@type": "TestCase",
+ "title": "Zoomed text node is not clipped with CSS overflow",
+ "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
+ "isPartOf": [
+ "WCAG2:resize-text"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > div:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Check if each ancestor or the text node is not clipped by overflow.",
+ "date": "2023-10-31 08:28:42"
}
}
]
@@ -35048,7 +38301,7 @@
}
],
"description": "Check if each ancestor or the text node is not clipped by overflow.",
- "date": "2023-10-23 14:55:24"
+ "date": "2023-10-31 08:28:44"
}
}
]
@@ -35089,7 +38342,48 @@
}
],
"description": "Check if each ancestor or the text node is not clipped by overflow.",
- "date": "2023-10-23 14:55:26"
+ "date": "2023-10-31 08:28:46"
+ }
+ }
+ ]
+ },
+ {
+ "@type": "TestSubject",
+ "source": "https://www.w3.org/WAI/content-assets/wcag-act-rules/testcases/59br37/b17a15385fc63a75363c56ea30ff402056c1da8f.html",
+ "assertor": {
+ "@id": "QualWeb",
+ "@type": "Software",
+ "title": "QualWeb",
+ "description": "QualWeb is an automatic accessibility evaluator for webpages.",
+ "hasVersion": "3.0.0",
+ "homepage": "http://www.qualweb.di.fc.ul.pt/"
+ },
+ "assertions": [
+ {
+ "@type": "Assertion",
+ "test": {
+ "@id": "https://act-rules.github.io/rules/59br37",
+ "@type": "TestCase",
+ "title": "Zoomed text node is not clipped with CSS overflow",
+ "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
+ "isPartOf": [
+ "WCAG2:resize-text"
+ ]
+ },
+ "mode": "earl:automatic",
+ "result": {
+ "@type": "TestResult",
+ "outcome": "earl:cantTell",
+ "source": [
+ {
+ "result": {
+ "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1)",
+ "outcome": "earl:cantTell"
+ }
+ }
+ ],
+ "description": "Check if each ancestor or the text node is not clipped by overflow.",
+ "date": "2023-10-31 08:28:48"
}
}
]
@@ -35130,7 +38424,7 @@
}
],
"description": "Check if each ancestor or the text node is not clipped by overflow.",
- "date": "2023-10-23 14:56:29"
+ "date": "2023-10-31 08:28:50"
}
}
]
@@ -35171,7 +38465,7 @@
}
],
"description": "Check if each ancestor or the text node is not clipped by overflow.",
- "date": "2023-10-23 14:56:31"
+ "date": "2023-10-31 08:28:53"
}
}
]
@@ -35212,7 +38506,7 @@
}
],
"description": "Check if each ancestor or the text node is not clipped by overflow.",
- "date": "2023-10-23 14:56:33"
+ "date": "2023-10-31 08:28:55"
}
}
]
@@ -35253,7 +38547,7 @@
}
],
"description": "Check if each ancestor or the text node is not clipped by overflow.",
- "date": "2023-10-23 14:56:36"
+ "date": "2023-10-31 08:28:57"
}
}
]
@@ -35294,7 +38588,7 @@
}
],
"description": "Check if each ancestor or the text node is not clipped by overflow.",
- "date": "2023-10-23 14:56:38"
+ "date": "2023-10-31 08:28:59"
}
}
]
@@ -35328,7 +38622,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:56:41"
+ "date": "2023-10-31 08:29:01"
}
}
]
@@ -35362,7 +38656,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:56:43"
+ "date": "2023-10-31 08:29:04"
}
}
]
@@ -35396,7 +38690,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:56:45"
+ "date": "2023-10-31 08:29:06"
}
}
]
@@ -35430,7 +38724,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:56:48"
+ "date": "2023-10-31 08:29:08"
}
}
]
@@ -35464,7 +38758,7 @@
"outcome": "earl:inapplicable",
"source": [],
"description": "No test targets found.",
- "date": "2023-10-23 14:56:50"
+ "date": "2023-10-31 08:29:10"
}
}
]