S
Spartaco
I think that the use of the treeview control built on asp.net 2.0 makes the
page non xhtml 1.0 transitional compliant, in fact this control renders this
html:
<script>
<!--
function TreeView_PopulateNodeDoCallBack(context,param) {
WebForm_DoCallback(context.data.treeViewID,param,TreeView_ProcessNodeData,context,TreeView_ProcessNodeData,false);
}
// -->
</script>
as you can see the script tag misses the type attribute as showed by using
the w3c validator at http://validator.w3.org/check
Spa.-
page non xhtml 1.0 transitional compliant, in fact this control renders this
html:
<script>
<!--
function TreeView_PopulateNodeDoCallBack(context,param) {
WebForm_DoCallback(context.data.treeViewID,param,TreeView_ProcessNodeData,context,TreeView_ProcessNodeData,false);
}
// -->
</script>
as you can see the script tag misses the type attribute as showed by using
the w3c validator at http://validator.w3.org/check
Spa.-