Your IP : 216.73.216.220


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-core/Documentation/Changelog/7.1/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/typo3/cms-core/Documentation/Changelog/7.1/Deprecation-24387-Xhtml2.rst

.. 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