You are not logged in.
Pages: 1
If i edit with an existing text composed with FF in xhtml with Google Chrome and save it , i have many html errors.
Chrome changes as example <br /> to <br> and kills all endtags from /> to > -> html 4.
Is there any trick to work right with google chrome ?
Offline
It is chrome for linux that doesn't work.
Chrome Windows OK !! Safari 4.04 Windows Ok.
Offline
Hmm. I've been using Chrome Linux ok. What chrome version are you using?
Oh, except that I wouldn't necessarily know if it's producing unclosed style tags if it's not actually causing an error in Xinha, my own systems wouldn't really care (always expect "tag soup" at best, after all, the user can submit whatever they want in HTML view so have to sanitise it anyway).
Are you using TransformInnerHTML or DomWalk for config.getHtmlMethod? Perhaps try the other (domwalk should surely do the right thing with closing).
James Sleeman
Offline
Pages: 1