Task #86854
closedAllow adding custom attributes on HTML-Tag
0%
Description
We need to be compatible with new html technologies the possibility to add custom attributes to the html tag of the typo3 pagerenderer is nessesary.
The only existing option currently is to rewrite all attributes, but that would also mean that we would loose already existing attributes like "lang".
Example:
<html amp="true" class="no-js" lang="en">
...
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58843
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58843
Updated by Georg Ringer about 6 years ago
- Related to Bug #86872: Add class of html tag to site configuration added
Updated by Gerrit Code Review about 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58843
Updated by Gerrit Code Review about 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58843
Updated by Riccardo De Contardi almost 6 years ago
- Related to Bug #87033: config.htmlTag_setParams overrides all existing attributes added
Updated by Riccardo De Contardi almost 6 years ago
- Status changed from Under Review to Closed
@Benjamin Fischer Kott this one has been solved with https://review.typo3.org/#/c/58976/
I hope you don't mind if I close it; If I am wrong and there is still work to be done here please reopen it or ping me and I'll do.