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

12.0.1 2025-02-16 11:32 UTC

This package is auto-updated.

Last update: 2025-03-20 08:49:18 UTC


README

TYPO3 12

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.

W3C validator

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.

Syradev

Syradev © 2025