TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Pa11y 2.0 released, automated accessibility testing with PhantomJS

34 点作者 rowanmanning将近 10 年前

1 comment

bphogan将近 10 年前
Well, I for one am interested in this. I perform accessibility audits a few times a year on a contract basis, and I&#x27;m always looking for ways to help my clients do some of the testing themselves. But the problem I run into is that many of the testing software I see out there looks at the code, but often times the code can be fine but the screen reader or other factors interprets things in a goofy way. So a fair amount of my auditing involves testing with real devices.<p>I like that this makes it easy to nail the low-hanging fruit, like making sure your forms have submit buttons (looking at you, Github) or that you put a language attribute in your HTML tags. Something that nags developers to do the basic things is ok in my book.