DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31501>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31501

html:form focus generates non-XHTML





------- Additional Comments From [EMAIL PROTECTED]  2004-11-01 08:28 -------
I'm incorrect.  The tag is wrapping JS in CDATA, but isn't supplying the JS 
comment and is therefore causing errors in the browser.  Sorry for overlooking 
that.

The documentation correctly reflects usage of this tag.  I'm testing a fix for 
this issue at the moment.  The fix simply prefixes the <![CDATA[ and ]]> with 
JS in-line comment characters, like so:

//<![CDATA[
...
//]]>

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

Reply via email to