[!!!][BUGFIX] Do not render type attribute for style and link tags
It is recommended for <style> and <link> HTML tags to not use the "type" attribute anymore. Details: * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/style The patch drops the attribute from rendering. The patch is marked as a breaking since it changes frontend output. Resolves: #45512 Releases: master Change-Id: I073d7ef6c40a824755768d33fcc71c9f26090801 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65548 Tested-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/adminpanel/Classes/Utility/ResourceUtility.php 2 additions, 2 deletionstypo3/sysext/adminpanel/Classes/Utility/ResourceUtility.php
- typo3/sysext/core/Classes/Page/AssetRenderer.php 0 additions, 1 deletiontypo3/sysext/core/Classes/Page/AssetRenderer.php
- typo3/sysext/core/Classes/Page/PageRenderer.php 3 additions, 3 deletionstypo3/sysext/core/Classes/Page/PageRenderer.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-45512-NoTypeAttributesForStyleAndLinkTags.rst 43 additions, 0 deletions...er/Breaking-45512-NoTypeAttributesForStyleAndLinkTags.rst
- typo3/sysext/core/Tests/Functional/Page/PageRendererTest.php 1 addition, 1 deletiontypo3/sysext/core/Tests/Functional/Page/PageRendererTest.php
- typo3/sysext/core/Tests/Unit/Page/AssetDataProvider.php 12 additions, 12 deletionstypo3/sysext/core/Tests/Unit/Page/AssetDataProvider.php
- typo3/sysext/extbase/Classes/Utility/DebuggerUtility.php 1 addition, 1 deletiontypo3/sysext/extbase/Classes/Utility/DebuggerUtility.php
- typo3/sysext/frontend/Tests/Unit/Controller/Fixtures/renderedPage.html 1 addition, 1 deletion...frontend/Tests/Unit/Controller/Fixtures/renderedPage.html
- typo3/sysext/indexed_search/Tests/Unit/IndexerTest.php 2 additions, 2 deletionstypo3/sysext/indexed_search/Tests/Unit/IndexerTest.php
- typo3/sysext/install/Resources/Private/Templates/Installer/Init.html 1 addition, 1 deletion...t/install/Resources/Private/Templates/Installer/Init.html
- typo3/sysext/install/Resources/Private/Templates/Layout/Init.html 1 addition, 1 deletion...sext/install/Resources/Private/Templates/Layout/Init.html
Loading
Please register or sign in to comment