﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
960	Change default doctype in the config so it triggers standards mode	Alfonso Martínez de Lizarrondo		"I think that it would be better if by default the content in the editor is rendered using standards mode by setting in the fckconfig.js
{{{
FCKConfig.DocType = '<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 4.01 Transitional//EN""
	""http://www.w3.org/TR/html4/loose.dtd"">' ;
}}}

and removing the td selectors in fck_editorarea.css

Of course anyone can do these changes in their setup, but I think that setting this ones as defaults might help to uncover some problems related to standards rendering and in the end the behavior of the browsers is much more compatible by using standards mode instead of quirks.

And if anyone uses just the online demo it can get standards rendering instead of quirks.
"	Task	closed	Normal	CKEditor 3.0	General		fixed	Confirmed	
