Ticket #960 (closed Task: fixed)
Change default doctype in the config so it triggers standards mode
| Reported by: | alfonsoml | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | |
| Keywords: | Confirmed | Cc: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.