This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
site is based on ASP .NET. Under WinXP with IE7 and Linux with Firefox 3.0.4 output is <body> <form method="post" action="default.aspx" id="aspnetForm"> <div> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE3OTA2NzE4NzhkZNfmNwEXXdZH1+AqEfOHXBehT/kY" /> </div> BUT when try to check, validator shows errors in this region: # <body> # <form name="aspnetForm" method="post" action="default.aspx" id="aspnetForm"> # <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE3OTA2NzE4NzhkZNfmNwEXXdZH1+AqEfOHXBehT/kY" /> Where 'strict' mode is lost? p.s. Once it was o.k., but after some days another check is wrong... non-sense __ Yurii
(In reply to comment #0) > site is based on ASP .NET. ASP.NET does not play well with the validator: it serves awful markup to the validator while serving OK markup to browsers. You may want to read more at: http://www.w3.org/Bugs/Public/show_bug.cgi?id=3734#c1 *** This bug has been marked as a duplicate of bug 3734 ***
Created attachment 605 [details] validator browser id
You can also place this file into ~/App_Browsers directory of your ASP .NET application.