Different WYSIWYG editors use different HTML - sometimes radically different - to represent the same content. For example, TinyMCE inserts
<p> <
on every blank line, wherease Kupu is smart enough just to use <p />. The translator should be smart enough to convert these horrors to valid TML, without requiring editor-specific HTML post-processing in the JS. Most especially, it should get paragraphs right. Right now it can foul up depending on what sort of HTML element borders the P.
We need many examples of valid HTML and the TMl it should convert to for use in testcases.
--
TWiki:Main/CrawfordCurrie
- 06 Aug 2007
Fixed, subject to testing feedback.
CC
No negative feedback, and it seems to be bahving well, so closing this.
CC