Document tags which do not produce valid HTML or XHTML
------------------------------------------------------
Key: BEEHIVE-709
URL: http://issues.apache.org/jira/browse/BEEHIVE-709
Project: Beehive
Type: Bug
Components: Documentation
Reporter: Krista Baker
Assigned to: Steve Hanson
Fix For: V1
The following <netui:> tags do not produce valid html/xhtml because of
namespace issues.
<netui:tree runAtClient="true">
The runAtClient feature adds several netui: namespace attributes to the html
tags to be able to process tree actions on the client correctly.
<netui:html idScope="aValue"> OR <netui:html generateIdScope="true">
and <netui:scriptContainer idScope="aValue"> OR <netui:scriptContainer
generateIdScope="true">
The idScope attribute whether user generated or auto generated adds
netui:idScope attributes to the <html> tag, the <div> tag, or both depending on
which of the above tags the idScope is placed.
These items will not validate against HTML-401-Quirks, HTML-401-Loose, or
XHTML-10-Transitional.
I am not sure where this should be documented, maybe in the v1 release notes?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira