[Bug 6605] New: doesn't accept <input> tag

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6605

           Summary: doesn't accept <input> tag
           Product: Validator
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: check
        AssignedTo: dave.null@w3.org
        ReportedBy: chrisyco@gmail.com
         QAContact: www-validator-cvs@w3.org


I've tried to validate this code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Calculator</title>
</head>
<body>

<form method="get" action="./">

<input type="text" value="" name="ii" />

</form>

</body>
</html>

But it doesn't accept the <input> tag. It says 

Line 10, Column 39: document type does not allow element "input" here; missing
one of ...[a long list of tags]... start-tag

It works in XHTML Transitional, though.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 21 February 2009 05:46:25 UTC