[TYPO3-core] RFC #8160: invalidate xHTML in Backend

Martin Kutschker martin.kutschker-n0spam at no5pam-blackbox.net
Sat Apr 19 16:44:27 CEST 2008


Hauke Mehrtens schrieb:
> This is an SVN patch request.
> 
> Type: Bugfix
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=8160
> 
> Branches:
> TYPO3_4-2
> 
> Problem:
> The Typo3 Backend is not validate xHTML.
> 
> <?xml version="1.0" encoding="utf-8"?>
> must be in the first line of the xHTML file and there must be an
> namespace declaration in the html tag like this:
> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

Beware: The order of the docype and the xmlprologue makes a signifcant 
difference in IE6 when it comes to it's rendering mode: quirks vs 
standard compliant.

We're late now for 4.2, so I don't recommend such a change as it mean to 
test all pages again for IE6!

And I wouldn't use the strict DTD without reason. As TYPO3 is likely to 
use eg the target attribute transitional or frameset will be much more 
practical.

Masi


More information about the TYPO3-team-core mailing list