zoglo / contao-accessibility
Collection of A11y features and backports for the Contao CMS
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:CSS
Type:contao-bundle
Requires
- php: ^8.1
- contao/core-bundle: ^5.3
- symfony/http-kernel: ^6.4 || ^7.0
Requires (Dev)
- contao/contao-rector: @dev
- contao/easy-coding-standard: ^6.13
- contao/manager-plugin: ^2.3.1
- phpstan/phpstan: ^2.1
- phpstan/phpstan-doctrine: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- phpstan/phpstan-symfony: ^2.0
- shipmonk/composer-dependency-analyser: ^1.8
- shipmonk/dead-code-detector: ^0.12
- slam/phpstan-extensions: ^6.6
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
- zoglo/contao-legacy-templates: *
This package is auto-updated.
Last update: 2025-07-10 23:40:04 UTC
README
Collection of A11y features and backports for the Contao CMS
About
Includes Backports and accessibility features to the Contao CMS, notably the following:
Since Contao 5.4
- Adds the
ARIA label
to the navigation module (contao/contao#7209)
Since Contao 5.5
- Add a
title
attribute to theyoutube
andvimeo
element (contao/contao#7572) - Add the
autocomplete
attribute to form fields (contao/contao#7473) - Implement subtitles and CC functionality for videos (contao/contao#7604)
Since Contao 5.6
- Provide a template for an accessible navigation (contao/contao#8012)
Disclaimer
Note
The features rely on the current twig templates to be used and will not work with the legacy HTML5 templates. Please understand that there will not be backports for Contao-Versions prior to Contao 5.3. Please consider updating to the newest Contao-Version instead.