Hi All
I am using <igtbar:UltraWebToolbar and when i validate page html at http://validator.w3.org/ then i found that it generates a span for an item like this
<span igtxt="1">test</span>
because igtxt is not a standard attribute of xhtml. I am using these directives at my.aspx
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
I am using NetAdvantage_ASPNET_20073_CLR20.exe .
I also test the http://www.infragistics.com/ site which is using definitly IG control at http://validator.w3.org
But i gives hundreds of error. You can check it at
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.infragistics.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
What is wrong with IG and why they claim for xhtml client.
My client requirement is to compliant site at w3 standard. There also many similar error if i use other IG control. What should i do to complete client requirement.
Regards
Imran