[Webkit-unassigned] [Bug 91228] imagemap without a "name" attribute doesn't work (affects xkcd.com)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 11 02:17:15 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=91228





--- Comment #28 from Chen Zhixiang <chenzx at cn.fujitsu.com>  2013-07-11 02:19:15 PST ---
http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#the-map-element

The name attribute gives the map a name so that it can be referenced. The attribute must be present and must have a non-empty value with no space characters. 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. If the id attribute is also specified, both attributes must have the same value.



More information about the webkit-unassigned mailing list