Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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?