- 授权协议: GPLv3
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://pa11y.org/
- 官方下载: https://github.com/nature/pa11y/releases
软件介绍
pa11y 是自动化可访问性测试工具,在命令行运行 HTML CodeSniffer 来生成程序化可访问性报告。
pa11y nature.com
var 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] <url> Options: -h, --help output usage information -V, --version output the version number -s, --standard <name> the accessibility standard to use: Section508, WCAG2A, WCAG2AA (default), WCAG2AAA -r, --reporter <reporter> the reporter to use: cli (default), csv, html, json -l, --level <level> the level of message to fail on (exit with code 2): error, warning, notice -i, --ignore <ignore> types and codes of messages to ignore separated by semi-colons -c, --config <path> a JSON config file -p, --port <port> the port to run PhantomJS on -t, --timeout <ms> the timeout in milliseconds -d, --debug output debug messages
在你身边,为你设计
腾讯公司用户研究与体验设计部 / 电子工业出版社 / 2013-1 / 69.00元
设计属于所有人,也意在为所有人使用,这既是设计的价值,也是设计的责任。本书内容包括:设计理念、设计方法、用户研究、体验设计、设计流程和工具,以及团队成长与管理等方面的知识与经验分享。一起来看看 《在你身边,为你设计》 这本书的介绍吧!
