-
Notifications
You must be signed in to change notification settings - Fork 5
/
implementations.yml
62 lines (53 loc) · 3.12 KB
/
implementations.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Implementations
- organisation: 'Access42'
toolName: 'RGAA 3.0'
jsonReports: ./node_modules/act-rules-implementation-rgaa/reports/*.json
testcases: ./_data/testcases/testcases.json
output: ./_data/implementations/rgaa.json
- organisation: 'Deque Systems'
toolName: 'axe-core'
jsonReports: ./_data/reports/axe-core-report.json
testcases: ./_data/testcases/testcases.json
output: ./_data/implementations/axe.json
description: |
ACT rules are tested using a canary version of axe-core, which can be accessed by installing `axe-core@next` from NPM.
For these results, all rules including “experimental” rules are enabled.
Checks with “unsupported” in its ID are disabled, which deal with issues of accessibility support issues which ACT rules do not account for, often by design.
- organisation: 'IBM Accessibility'
toolName: 'Equal Access Accessibility Checker'
jsonReports: https://cdn.jsdelivr.net/npm/accessibility-checker-engine@next/earlResult.json
testcases: ./_data/testcases/testcases.json
output: ./_data/implementations/accessibility-checker.json
description: |
ACT rule results were generated using the latest `accessibility-checker`
from NPM using the [ACT test driver](https://github.com/IBMa/equal-access/tree/master/accessibility-checker/test-act).
Results were created using the `preview` archive and the `IBM_Accessibility` policy.
Mappings from ACT rules to Accessibility Checker rule ids and reason codes can be
found in the `ace` property of the [relevant rule files](https://github.com/IBMa/equal-access/tree/master/accessibility-checker-engine/src/v4/rules.
Results indicate the rule ids and reason codes related to the ACT rule are generated in the following format:
`RuleId1:ReasonCode1,ReasonCode2|RuleId2:ReasonCode3,ReasonCode4`.
- organisation: 'LASIGE, Faculdade de Ciências da Universidade de Lisboa'
toolName: 'QualWeb'
jsonReports: https://raw.githubusercontent.com/act-rules/act-rules-implementation-qualweb/master/reports/qualweb-report.json
testcases: ./_data/testcases/testcases.json
output: ./_data/implementations/qualweb.json
- organisation: 'Level Access'
toolName: 'Access Engine'
jsonReports: ./node_modules/act-rules-implementation-access-engine/reports/*.json
testcases: ./_data/testcases/testcases.json
output: ./_data/implementations/access-engine.json
- organisation: 'PowerMapper'
toolName: 'SortSite'
jsonReports: https://raw.githubusercontent.com/act-rules/act-rules-implementation-sortsite/master/report.json
testcases: ./_data/testcases/testcases.json
output: ./_data/implementations/sortsite.json
- organisation: 'Siteimprove'
toolName: 'Alfa'
jsonReports: https://raw.githubusercontent.com/Siteimprove/alfa-act-r/main/reports/alfa-report-old-test-cases.json
testcases: ./_data/testcases/testcases.json
output: ./_data/implementations/alfa.json
- organisation: 'Trusted Tester'
toolName: 'Trusted Tester'
jsonReports: https://raw.githubusercontent.com/Section508Coordinators/act-tt/main/old-act-trusted-tester.json
testcases: ./_data/testcases/testcases.json
output: ./_data/implementations/trusted-tester.json