onimamy / tinycimm

Automatically exported from code.google.com/p/tinycimm
0 stars 0 forks source link

Support for XHTML Strict #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add XHTML Strict doctype using the 'doctype' tinymce setting
2. Add valid XHTML elements to the 'valid_elements' tinymce 
3. (EG:
http://www.newmediacampaigns.com/page/how-to-produce-xhtml-10-strict-markup-with
-tinymce)

What is the expected output? What do you see instead?
The TinyCIMM image manager relies on images having the width and height
attributes set. If I want to support XHTML Strict markup, I need to make
relevant adjustments.

Is this something that would be required? Should I even bother? How many
people are uing TinyMCE to produce XHTML Strict markup? Does TinyMCE even
have the capacity to product true XHTML Strict markup?
Something to think about.. This issue will probably remain open for a while.

Original issue reported on code.google.com by willis...@gmail.com on 6 Jul 2009 at 9:53