[TYPO3-project-formidable] revision 75: xhtml valid

Jerome Schneider j.schneider at ameos.com
Tue Jul 3 16:33:54 CEST 2007


Hello,

Starting with SVN revision 75, formidable renders xhtml 1.1 strict.

You can check it out there:

http://www.ameos.com/formidable/features/xhtml-11-strict-validation.html

Please test and feedback, as it's not a minor modification to the API.


Reminder: to use xhtml 1.1 strict as a doctype with typo3, place this 
typoscript in your template:

page.config {
	xmlprologue = none
	doctype = xhtml_11
	xhtmlDoctype = xhtml_11
}

and for xhtml 1.0 strict, use:

page.config {
	xmlprologue = none
	doctype = xhtml_strict
	xhtmlDoctype = xhtml_strict
}

Best regards,
Jerome Schneider


More information about the TYPO3-project-formidable mailing list