On 6/5/05, Gregor J. Rothfuss <[EMAIL PROTECTED]> wrote:
> J. Wolfgang Kaltz wrote:
> > I'm working on a fresh checkout (in Mozilla 1.6), commented out the
> > workaround in strip_namespaces.xsl, adding for example a new user.
> > Are you saying that this html doesn't work in some browsers? Or that
> > there are situations where we generate a <textarea/>, and that that
> > creates a problem ? If so, which situations ?
> the serializer collapses textarea to <textarea/> which causes the
> problem in all browsers. we are now seeing this problem more often since
> we now serialize as xhtml.
> http://www.biglist.com/lists/xsl-list/archives/200211/msg00645.html

Just checked Mozilla1.7.3.  Both <TEXTAREA/> and <I/> are understood
as open (rather than complete but empty) tags.

I prefer the XSL fix.  An extra space for TEXTAREA does not matter,
because all input from should be trimmed (to remove those extra CRs),
but <I/>, <SCRIPT/>, and <STYLE/> tags can really destroy the display.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to