- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 29 Aug 2007 03:48:28 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4991
Summary: Validation fails on URL input, passes on direct input
Product: Validator
Version: HEAD
Platform: PC
URL: http://www.roberthenrylowe.com
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Parser
AssignedTo: dave.null@w3.org
ReportedBy: rhlowe@gmail.com
QAContact: www-validator-cvs@w3.org
When I try to validate my site via URL input, it fails. When I view the
generated source and copy/paste that into direct input, I pass validation. I am
pretty sure it should pass because it says I require tags that *are* there and
<div>
<ul>
<li>something</li>
<li>something</li>
<li>something</li>
</ul>
<div>
that is valid xhtml strict, isn't it?
Received on Wednesday, 29 August 2007 03:48:32 UTC