syradev/html5_patch
最新稳定版本:12.0.1
Composer 安装命令:
composer require syradev/html5_patch
包简介
This extension patches TYPO3 to eliminate non-HTML5-standard self-closing tags.
README 文档
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 installcommand to apply the patch.
Syradev © 2025
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2025-02-16
