This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6246 - wrong server output for request
Summary: wrong server output for request
Status: RESOLVED DUPLICATE of bug 3734
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: HEAD
Hardware: PC Linux
: P1 critical
Target Milestone: 0.8.4
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL: http://resume.ykorotia.eu/
Whiteboard:
Keywords: unclassified
Depends on:
Blocks:
 
Reported: 2008-11-22 21:01 UTC by Yurii
Modified: 2011-07-23 05:52 UTC (History)
2 users (show)

See Also:


Attachments
validator browser id (1.06 KB, application/xml)
2008-11-23 08:53 UTC, Yurii
Details

Description Yurii 2008-11-22 21:01:33 UTC
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
Comment 1 Olivier Thereaux 2008-11-23 03:41:24 UTC
(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 ***
Comment 2 Yurii 2008-11-23 08:53:14 UTC
Created attachment 605 [details]
validator browser id
Comment 3 Yurii 2008-11-23 08:55:53 UTC
You can also place this file into ~/App_Browsers directory of your ASP .NET application.