RE: Re: Re: asp.net panel browser inconsistencies

Philip--

This is not JavaScript.  It is a simple XML structured file that is read by
.NET Framework that identifies the W3C Validation engine so that when .NET
Framework renders the ASP.NET source code is not downleveled and maintains
the specified DTD Strict model.  This code is never sent to a browser.  It
gets rendered at the server by .NET.

Hope this helps eliminate any confusion.

C. Thacker 

-----Original Message-----
From: Nikita The Spider [mailto:nikitathespider@gmail.com] 
Sent: Saturday, September 16, 2006 10:09 PM
To: craig@cprgltd.com
Cc: www-validator@w3.org
Subject: Re: Re: Re: asp.net panel browser inconsistencies

On 9/16/06, CPRG Limited <craig@cprgltd.com> wrote:
>
> <browsers>
>   <browser id="W3C_Validator" parentID="default">
>     <identification>
>         <userAgent match="^W3C_Validator" />
>     </identification>
>     <capabilities>
>       <capability name="browser"              value="W3C Validator" />
>       <capability name="ecmaScriptVersion"    value="1.2" />
>       <capability name="javascript"           value="true" />
>       <capability name="supportsCss"          value="true" />
>       <capability name="tables"               value="true" />
>       <capability name="tagWriter"
> value="System.Web.UI.HtmlTextWriter" />
>       <capability name="w3cdomversion"        value="1.0" />
>     </capabilities>
>   </browser>
> </browsers>

Hi Craig,
The settings above might work for you, but FYI the W3C Validator doesn't
support Javascript. Very few (if any) non-browser user agents do so.


--
Philip
http://NikitaTheSpider.com/
Whole-site HTML validation, link checking and more

Received on Sunday, 17 September 2006 02:19:20 UTC