Skip to content

Commit

Permalink
Generate files
Browse files Browse the repository at this point in the history
  • Loading branch information
selfthinker committed Apr 13, 2018
1 parent 4044fa2 commit 46ddc5a
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 85 deletions.
76 changes: 38 additions & 38 deletions analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"identified": 0
},
"wave": {
"notfound": 93,
"error": 26,
"notfound": 85,
"error": 25,
"error_paid": 0,
"warning": 13,
"manual": 3,
"identified": 7
"warning": 18,
"manual": 12,
"identified": 2
},
"codesniffer": {
"notfound": 93,
Expand Down Expand Up @@ -107,11 +107,11 @@
},
"totals": {
"total": 142,
"detectable": 121,
"undetectable": 21
"detectable": 122,
"undetectable": 20
},
"percentages": {
"detectable": 85,
"detectable": 86,
"tools": {
"google": {
"detectable": {
Expand All @@ -125,8 +125,8 @@
},
"tenon": {
"detectable": {
"error_warning": 40,
"error_warning_manual": 40
"error_warning": 39,
"error_warning_manual": 39
},
"total": {
"error_warning": 34,
Expand All @@ -135,18 +135,18 @@
},
"wave": {
"detectable": {
"error_warning": 32,
"error_warning_manual": 35
"error_warning": 35,
"error_warning_manual": 45
},
"total": {
"error_warning": 27,
"error_warning_manual": 30
"error_warning": 30,
"error_warning_manual": 39
}
},
"codesniffer": {
"detectable": {
"error_warning": 24,
"error_warning_manual": 40
"error_warning_manual": 39
},
"total": {
"error_warning": 20,
Expand All @@ -156,7 +156,7 @@
"axe": {
"detectable": {
"error_warning": 34,
"error_warning_manual": 36
"error_warning_manual": 35
},
"total": {
"error_warning": 29,
Expand Down Expand Up @@ -226,7 +226,7 @@
"fae": {
"detectable": {
"error_warning": 33,
"error_warning_manual": 59
"error_warning_manual": 58
},
"total": {
"error_warning": 28,
Expand Down Expand Up @@ -267,9 +267,9 @@
},
{
"position": 4,
"name": "siteimprove",
"error_warning": 29,
"error_warning_manual": 36
"name": "wave",
"error_warning": 30,
"error_warning_manual": 39
},
{
"position": 5,
Expand All @@ -279,22 +279,22 @@
},
{
"position": 6,
"name": "siteimprove",
"error_warning": 29,
"error_warning_manual": 36
},
{
"position": 7,
"name": "aslint",
"error_warning": 28,
"error_warning_manual": 35
},
{
"position": 7,
"position": 8,
"name": "fae",
"error_warning": 28,
"error_warning_manual": 50
},
{
"position": 8,
"name": "wave",
"error_warning": 27,
"error_warning_manual": 30
},
{
"position": 9,
"name": "asqatasun",
Expand Down Expand Up @@ -347,46 +347,46 @@
},
{
"position": 4,
"name": "wave",
"error_warning": 30,
"error_warning_manual": 39
},
{
"position": 5,
"name": "siteimprove",
"error_warning": 29,
"error_warning_manual": 36
},
{
"position": 5,
"position": 6,
"name": "aslint",
"error_warning": 28,
"error_warning_manual": 35
},
{
"position": 6,
"position": 7,
"name": "achecker",
"error_warning": 31,
"error_warning_manual": 35
},
{
"position": 7,
"position": 8,
"name": "tenon",
"error_warning": 34,
"error_warning_manual": 34
},
{
"position": 8,
"position": 9,
"name": "codesniffer",
"error_warning": 20,
"error_warning_manual": 34
},
{
"position": 9,
"position": 10,
"name": "axe",
"error_warning": 29,
"error_warning_manual": 30
},
{
"position": 10,
"name": "wave",
"error_warning": 27,
"error_warning_manual": 30
},
{
"position": 11,
"name": "eiii",
Expand Down
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,17 @@ <h3>How did each tool do?</h3>
<td>31%</td>
<td>35%</td>
</tr><tr>
<th><a href="https://siteimprove.com/">Siteimprove</a></th>
<td>29%</td>
<td>36%</td>
<th><a href="http://wave.webaim.org/extension/">WAVE</a></th>
<td>30%</td>
<td>39%</td>
</tr><tr>
<th><a href="https://www.axe-core.org/">aXe</a></th>
<td>29%</td>
<td>30%</td>
</tr><tr>
<th><a href="https://siteimprove.com/">Siteimprove</a></th>
<td>29%</td>
<td>36%</td>
</tr><tr>
<th><a href="https://www.aslint.org/">ASLint</a></th>
<td>28%</td>
Expand All @@ -99,10 +103,6 @@ <h3>How did each tool do?</h3>
<th><a href="https://fae.disability.illinois.edu/"><abbr title="Functional Accessibility Evaluator">FAE</abbr></a></th>
<td>28%</td>
<td>50%</td>
</tr><tr>
<th><a href="http://wave.webaim.org/extension/">WAVE</a></th>
<td>27%</td>
<td>30%</td>
</tr><tr>
<th><a href="http://asqatasun.org/">Asqatasun</a></th>
<td>25%</td>
Expand Down
Loading

0 comments on commit 46ddc5a

Please sign in to comment.