If you want that TYPO3 renders the html output in frontend as html5, you have to change the doctype directive.
Put this in the global TYPOSCRIPT setup
config.doctype = html_5
This is valid since TYPO3 version 4.4.
If you want that TYPO3 renders the html output in frontend as html5, you have to change the doctype directive.
Put this in the global TYPOSCRIPT setup
config.doctype = html_5
This is valid since TYPO3 version 4.4.
The correct doctype for HTML5 is “html5″ without the underscore. The html_5 declaration is deprecated.
Hi Thorsten,
thank you for the update.
Kind regards
Erdal