自动化可访问性测试pa11y.zip

时间:2022-08-06 22:16:07
【文件属性】:

文件名称:自动化可访问性测试pa11y.zip

文件大小:123KB

文件格式:ZIP

更新时间:2022-08-06 22:16:07

开源项目

pa11y 是自动化可访问性测试工具,在命令行运行 HTML CodeSniffer 来生成程序化可访问性报告。在线演示pa11y nature.comvar pa11y = require('pa11y'); pa11y(options, function (error, test, exit) {     test('nature.com', function (error, results) {         /* ... */     }); });pa11y 要求 Node.js 0.10 和 PhantomJS to run.在 Mac 使用 Homebrew 安装:$ brew install node $ brew install phantomjs命令行工具Usage: pa11y [options]    Options:     -h, --help                 output usage information     -V, --version              output the version number     -s, --standard       the accessibility standard to use: Section508, WCAG2A, WCAG2AA (default), WCAG2AAA     -r, --reporter   the reporter to use: cli (default), csv, html, json     -l, --level         the level of message to fail on (exit with code 2): error, warning, notice     -i, --ignore       types and codes of messages to ignore separated by semi-colons     -c, --config         a JSON config file     -p, --port           the port to run PhantomJS on     -t, --timeout          the timeout in milliseconds     -d, --debug                output debug messages 标签:pa11y


网友评论