syradev / html5_patch
This extension patches TYPO3 to eliminate non-HTML5-standard self-closing tags.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^12.4
Requires (Dev)
README
TYPO3 Extension html5_patch
EN :This extension patches TYPO3 to eliminate non-HTML5-standard self-closing tags. In this way, the W3C validator will skip the validation steps on link, meta and input
tags generated in a non-compliant HTML5 way by TYPO3.
FR : Cette extension patche TYPO3 de sorte à éliminer les balises auto-fermantes non normalisées par le HTML5. Ainsi le validator W3C passera les étapes de validation sur les balises link, meta, input
générées de manière non conformes au HTML5 par TYPO3.
To install this extension you need to run the following command :
composer require syradev/html5_patch
- Then, in your main composer.json you will need to manually add the code below:
"extra": { "patches-file": "vendor/syradev/html5_patch/composer.patches.json" }
- Then issue a
composer install
command to apply the patch.