NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 716 - Validator.nu incorrectly reports Error: Attribute type not allowed on element object at this point
Validator.nu incorrectly reports Error: Attribute type not allowed on element...
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML5 schema
HEAD
All All
: P2 normal
Assigned To: Michael[tm] Smith
http://validator.nu/?profile=polyglot...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-02-04 03:26 CET by Tantek Çelik
Modified: 2010-02-05 15:00 CET (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tantek Çelik 2010-02-04 03:26:05 CET
When validating http://tantek.com, Validator.nu reports:

Error: Attribute type not allowed on element object at this point.
From line 114, column 133; to line 114, column 237
m-010410"><object class="attach" data="http://www.stuffandnonsense.co.uk/build/fabw/img/logo.png" type="image/png">

and

Error: Attribute data not allowed on element object at this point.
From line 118, column 181; to line 118, column 269
seattle/"><object class="attach" type="image/gif" data="http://aneventapart.com/i/09/aea-logo.gif">

when both 'type' and 'data' *are* allowed on <object> per the spec:

http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-object-type
Comment 1 Tantek Çelik 2010-02-04 03:27:34 CET
See also: http://krijnhoetmer.nl/irc-logs/whatwg/20100204#l-140
Comment 2 Michael[tm] Smith 2010-02-05 15:00:12 CET
fixed in the repository source (build r91)

thanks for catching this (it was due to a stupid mistake I made in a change I checked in recently)