liquid-theme-a11y

安装量: 624
排名: #1824

安装

npx skills add https://github.com/benjaminsehl/liquid-skills --skill liquid-theme-a11y

Accessibility for Shopify Liquid Themes Core Principle Every interactive component must work with keyboard only, screen readers, and reduced-motion preferences. Start with semantic HTML — add ARIA only when native semantics are insufficient. Decision Table: Which Pattern? Component HTML Element ARIA Pattern Reference Expandable content

/ None needed Accordion Modal/dialog aria-modal="true" Modal Tooltip/popup [popover] attribute role="tooltip" fallback Tooltip Dropdown menu