Hi,
this is the first time I'm having a look at FCKeditor. I like the interface, but I don't like the HTML that's output. Note I only tried the online demo.
1. The underline tag is LONG deprecated.
2. For flash, the embed tag is used. It is deprecated, like the applet tag. Instead the object tag is to be used.
3. The name attribute for anchors is deprecated in favor of ID.
4. The style attribute is deprecated (haven't found that in FCKeditor so far, this is just for your info).
FCKeditor doesn't seem to produce XHTML. I wanted to integrate FCKeditor in my CMS, but since I strive for absolute XHTML 1.1 compliance, FCKeditor is too unclean.
Is it possible to customize the code that's output by the buttons?
Karsten
this is the first time I'm having a look at FCKeditor. I like the interface, but I don't like the HTML that's output. Note I only tried the online demo.
1. The underline tag is LONG deprecated.
2. For flash, the embed tag is used. It is deprecated, like the applet tag. Instead the object tag is to be used.
3. The name attribute for anchors is deprecated in favor of ID.
4. The style attribute is deprecated (haven't found that in FCKeditor so far, this is just for your info).
FCKeditor doesn't seem to produce XHTML. I wanted to integrate FCKeditor in my CMS, but since I strive for absolute XHTML 1.1 compliance, FCKeditor is too unclean.
Is it possible to customize the code that's output by the buttons?
Karsten
Re: No XHTML compliance?
Re: No XHTML compliance?
The underline tag is not XHTML 1.0... bug! It is deprecated since HTML 4.01! It should be removed from the GUI (button).
BTW there should ideally be a dropdown box to select HTML compliance level. If someone chooses HTML 4.x or XHTML 1.0 then the flash button still produces the embed tag, but for XHTML 1.1 it generates an object tag... same for applets, images, ...
Can I change the output strings/tags myself?
Karsten
Re: No XHTML compliance?
Re: No XHTML compliance?
Hello,
I want to use OBJECT in place of EMBED to include SWF-Flash Movies. So I start to hack the File fckeditor/editor/dialog/fck_flash.html
Ok It is working but if I reload the content containing the SWF-Flash Movie the Editor does not show the Preview/Fake-Image. Everything works if I include the Preview/Fake-Image for the first time! Perhaps anyone can help me...
Thanx
fckeditor/editor/dialog/fck_flash.html Code marked with MODIFIED