testilo 17.2.7 → 17.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
</table>
|
|
31
31
|
</header>
|
|
32
32
|
<h2>Introduction</h2>
|
|
33
|
-
<p>How <a href="https://www.w3.org/WAI/">accessible</a> is the __org__ web page at <a href="
|
|
33
|
+
<p>How <a href="https://www.w3.org/WAI/">accessible</a> is the __org__ web page at <a href="__url__"><code>__url__</code></a>?</p>
|
|
34
34
|
<p>This digest can help answer that question. Nine different tools (Alfa, ASLint, Axe, Equal Access, HTML CodeSniffer, Nu Html Checker, QualWeb, Testaro, and WAVE) tested the page to check its compliance with their accessibility rules. In all, the tools define about 960 rules, which are classified here into about 290 accessibility issues. The results were interpreted to yield a score. If the page passed every test, its score would be 0. The score for this page was __total__.</p>
|
|
35
35
|
<h2>Total score</h2>
|
|
36
36
|
<p>The total score is the sum of five components.</p>
|
|
@@ -37,7 +37,7 @@ const populateQuery = (report, query) => {
|
|
|
37
37
|
query.org = target.what;
|
|
38
38
|
query.url = target.which;
|
|
39
39
|
query.requester = requester;
|
|
40
|
-
query.reportURL =
|
|
40
|
+
query.reportURL = `report?jobID=${report.id}`;
|
|
41
41
|
// Add values for the score-summary table to the query.
|
|
42
42
|
const rows = {
|
|
43
43
|
summaryRows: [],
|