AgentSkillsCN

design-accessibility

Web UI 的 WCAG 与 ARIA 最佳实践。通过添加专为无障碍设计而设的规则,扩展平台前端的功能。适用于构建任何面向用户的界面时使用。

SKILL.md
--- frontmatter
name: design-accessibility
description: "WCAG and ARIA best practices for web UIs. Extends platform-frontend with accessibility-specific rules. Use when building any user-facing interface."

Principles

  • Use semantic HTML first — ARIA is a last resort, not a first tool
  • Proper heading hierarchy — one h1 per page, never skip levels
  • Alt text on all meaningful images
  • Maintain 4.5:1 minimum color contrast ratio
  • Use <button> for actions, <a> for navigation — never a styled <div>

Rules

See rules/ for detailed patterns.