-
Notifications
You must be signed in to change notification settings - Fork 49
AccessibilityCollector
Maciej Laskowski edited this page Sep 20, 2016
·
4 revisions
! Beta Version |
---|
This AET Plugin is currently in BETA version. |
Accessibility Collector is responsible for collecting validation result containing violations of a defined coding standard found on a page. It uses HTML_CodeSniffer tool to find violations.
Module name: accessibility
Parameter | Value | Description | Mandatory |
---|---|---|---|
standard |
WCAG2A WCAG2AA (default) WCAG2AAA |
Parameter specifies a standard against which the page is validated. More information on standards: WCAG2 | no |
<?xml version="1.0" encoding="UTF-8" ?>
<suite name="test-suite" company="cognifide" project="project">
<test name="source-test">
<collect>
...
<accessibility standard="WCAG2AAA" />
...
</collect>
<compare>
...
</compare>
<urls>
...
</urls>
</test>
...
<reports>
...
</reports>
</suite>
-
How To Use
-
Releases