TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,31 @@
.. include:: /Includes.rst.txt
.. _deprecation-24387:
===================================================================
Deprecation: #24387 - TypoScript option config.xhtmlDoctype=xhtml_2
===================================================================
See :issue:`24387`
Description
===========
The TypoScript option `config.xhtmlDoctype = xhtml_2` is marked for removal in CMS 8, due to the W3C decision to
fully work on HTML5 instead of XHTML2. See http://www.w3.org/MarkUp/ and http://www.w3.org/News/2010.html#entry-8982
for more details.
Affected installations
======================
Any TYPO3 installation with TypoScript that relies on `config.xhtmlDoctype = xhtml_2`.
Migration
=========
Use other doctypes like html5 to render the frontend of the TYPO3 site.
.. index:: TypoScript, Frontend