NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 879 - Test uniqueness of name attributes on <map> elements
Test uniqueness of name attributes on <map> elements
Status: NEW
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Nobody
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-11-13 00:48 CET by Jukka K. Korpela
Modified: 2011-11-13 00:48 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jukka K. Korpela 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."