Bugzilla – Bug 716
Validator.nu incorrectly reports Error: Attribute type not allowed on element object at this point
Last modified: 2010-02-05 15:00:12 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
See also: http://krijnhoetmer.nl/irc-logs/whatwg/20100204#l-140
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)