typo3-a11y
Installation
SKILL.md
TYPO3 Accessibility Skill
WCAG 2.1 Level AA compliance standards for TYPO3 v13 and v14.3 LTS sitepackage frontend development.
v14 a11y wins (use as reference):
- Native
<dialog>modal replaces Bootstrap Modal (Breaking #107443) — proper focus trap + Esc-to-close for free. - DocHeader breadcrumb rework (Feature #107875) improves landmark structure.
- CKEditor 5 v47 dark/light context-aware (Breaking #106964) respects
prefers-color-scheme. - Camino theme (v14.1+, Feature #108539) is an alternative to
bootstrap-packagewith configurable nav/footer — validate a11y when opting in.
Accessibility Recommendations
These rules should be followed in every TYPO3 sitepackage:
- Skip links required -- first focusable element on every page
- Links underlined in body text -- color alone is not sufficient for link identification
- Never disable buttons -- validate on click, show error messages
- No
role="menu"for navigation -- use<nav>><ul role="list">><a>