﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3710	CKEditor doesn't support <style> tag in text area.	QinJun	Martin Kou	"When I switch to the ""Code"" view and paste the content inlcuding custome style, like below and then back to ""preview"" view, the below content can NOT be rendered correctly. In FF3, no any content can be rendered and error comes out ""a.htmlParser.cdata is not a constructor"". In IE7, no error but the style definition has been removed. And I have tested in FCKeditor 2.6.4, the below content can be rendered correctly.

Does anybody know how to solve such issue?

<p><style type=""text/css"">td.mystyle h4 {font-size: 1.6667em;color: #f8ae4e;}</style></p>
<table dir=""ltr"">
    <tbody>
        <tr>
            <td class=""mystyle"">
            <h4><strong>Welcome</strong></h4>
            <p>You're at the Welcome page.</p>
            </td>
        </tr>
    </tbody>
</table>"	Bug	closed	Must have (possibly next milestone)	CKEditor 3.0	Core : Styles		fixed	IBM Confirmed Review+	qinjun@… damian.chojna@…
