惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
S
Schneier on Security
The Hacker News
The Hacker News
P
Proofpoint News Feed
Spread Privacy
Spread Privacy
L
LINUX DO - 热门话题
L
Lohrmann on Cybersecurity
I
Intezer
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Schneier on Security
Schneier on Security
Security Latest
Security Latest
AWS News Blog
AWS News Blog
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
有赞技术团队
有赞技术团队
博客园 - 叶小钗
The Last Watchdog
The Last Watchdog
O
OpenAI News
月光博客
月光博客
Hacker News: Ask HN
Hacker News: Ask HN
阮一峰的网络日志
阮一峰的网络日志
S
Security @ Cisco Blogs
Google Online Security Blog
Google Online Security Blog
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Latest news
Latest news
P
Palo Alto Networks Blog
Last Week in AI
Last Week in AI
M
MIT News - Artificial intelligence
Google DeepMind News
Google DeepMind News
P
Proofpoint News Feed
C
CERT Recently Published Vulnerability Notes
Apple Machine Learning Research
Apple Machine Learning Research
U
Unit 42
PCI Perspectives
PCI Perspectives
博客园 - 聂微东
SecWiki News
SecWiki News
宝玉的分享
宝玉的分享
Forbes - Security
Forbes - Security
H
Heimdal Security Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Hugging Face - Blog
Hugging Face - Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Troy Hunt's Blog
博客园 - 三生石上(FineUI控件)
Application and Cybersecurity Blog
Application and Cybersecurity Blog
罗磊的独立博客
WordPress大学
WordPress大学
D
Darknet – Hacking Tools, Hacker News & Cyber Security

AlastairC

AI and Accessibility presentation | AlastairC WCAG 3, increment or overhaul? CSUN 2025 conference notes | AlastairC Cryptocurrency thoughts | AlastairC Why doesn’t AI work for producing accessible code? Accessibility improvements for user-agents | AlastairC Focus Appearance thoughts | AlastairC Overlay comments | AlastairC Accessibility auditing and pushing for more
WCAG – Priority of Constituencies
AlastairC · 2022-12-09 · via AlastairC

There’s a concept, originally from WHATWG I think, that might be worth translating for accessibility in a guidelines context: Priority of Constituencies.

The oldest reference I can find quickly is in the W3C Design principles:

User needs come before the needs of web page authors, which come before the needs of user agent implementors, which come before the needs of specification writers, which come before theoretical purity.

It could almost apply as-is, but at least for the Web Content Accessibility Guidelines (WCAG), we don’t set standards for user-agents to follow.

The nearest equivalent for WCAG would be testing, both people who test sites for accessibility and people who create tools to support that process.

So I think our version would be:

“User needs come before the needs of web page authors, which come before the needs of testers, which come before the needs of test-tool implementers, which come before the needs of specification writers, which come before theoretical purity.”

Or more succinctly: Users > authors > testers > test-tool implementers > specification writers > theoretical purity.

It isn’t all one-way, after all, it is an ecosystem. For example, making something in a guideline easier to implement for a testing-tool could make things easier for testers, then authors, and ultimately benefit users.

Still, it is a thought I wanted to get down. (Not representing the W3C or anyone else, which is why it’s on my personal blog.)