[Bug 7729] New: input type image validation error against value attribute

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

           Summary: input type image validation error against value
                    attribute
           Product: Validator
           Version: HEAD
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5
        AssignedTo: dave.null@w3.org
        ReportedBy: kevinpeno@gmail.com
         QAContact: www-validator-cvs@w3.org


<input type="image" name="submit" value="submit" src="/images/ui-login.png"
class="submit"/>

This should be invalid against HTML5 because it contains the value attribute.
This works properly. HOWEVER, the follow also fails:

<input type="image" name="submit" src="/images/ui-login.png" class="submit"/>

the error given is:
"Required attributes missing on element input."

Error #2 does not conform with
http://www.whatwg.org/specs/web-apps/current-work/#image-button-state which
states under "bookkeeping details" that: "The element's value attribute must be
omitted"


-- 
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 Friday, 25 September 2009 20:52:11 UTC