https://issues.apache.org/bugzilla/show_bug.cgi?id=46934
--- Comment #1 from Richard Frovarp <[email protected]> 2009-04-30 08:12:49 PST --- The underscore tag is not supported in XHTML, which is why it doesn't show up. The cleanup code that runs after you submit just removes it, I believe. Center justify is most likely done with the center tag, which also is not supported in XHTML. Instead of removing, it appears to blow up. You can use styles to support both of these features. The problem is making it work on save and on load into Kupu. You could also hack the validating rng to support those options. The compatibility issue probably will never be fixed. Getting two different editors to play nicely on the same content is quite difficult. The suggestion is to pick one editor and stick with it. If you need to support multiple editors for different users, make sure there is no overlap in the pages they edit. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
