You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by bu...@apache.org on 2009/04/30 17:12:52 UTC

DO NOT REPLY [Bug 46934] test about Kupu & BXE

https://issues.apache.org/bugzilla/show_bug.cgi?id=46934





--- Comment #1 from Richard Frovarp <rf...@apache.org>  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: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org