[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
Tue Jul 9 23:31:16 PDT 2013


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





--- Comment #27 from Chen Zhixiang <chenzx at cn.fujitsu.com>  2013-07-09 23:33:17 PST ---
My understanding:

1、match name if <map> has name, or else match the id: this should mainly solve the problem!
2、if there are multiple <map> elements with the same name attribute, the spec say match the first?
   Well, i thought match depending on element's stroring order is not very good, the `match` procedure should be combined with 2 parts:

  (1)iterate over once within a (un-ordered?)container; 
  (2)match each element and give a score, the scores should be strict-linear order, that is to say, any 2 scores is not equal, since if permitting euqal, then we have to take position/order info into match consideration.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list