Bugzilla – Bug 879
Test uniqueness of name attributes on <map> elements
Last modified: 2011-11-13 00:48:49 CET
The following document passes: <!DOCTYPE html><title></title> <MAP name="name"></map> <MAP name="name"></map> It should cause an error message, according to http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-map-name which says: "The value of the name attribute must not be a compatibility-caseless match for the value of the name attribute of another map element in the same document."