[Bug 6597] New: BUG: Target attribute is allowed in XHTML1.1

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

           Summary: BUG: Target attribute is allowed in XHTML1.1
           Product: Validator
           Version: 0.8.4
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P1
         Component: check
        AssignedTo: dave.null@w3.org
        ReportedBy: fam.lam@live.nl
         QAContact: www-validator-cvs@w3.org


The validator sais that the target attribute is allowed in xhtml 1.1, but it
isn't!

An example code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title></head>
<body><div>
     <form action="..." target="something">
<div><input type="button" name="submit"/></div>
</form></div></body></html>

This document is validated as 'Valid', but it contains target...


-- 
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 Thursday, 19 February 2009 12:10:29 UTC