VERIFIED FIXED 4806
REGRESSION <area> elements misnested inside <div> elements not working
https://bugs.webkit.org/show_bug.cgi?id=4806
Summary REGRESSION <area> elements misnested inside <div> elements not working
mitz
Reported 2005-09-02 08:18:01 PDT
Looks like Safari completely ignores the imagemap at http://alt.ngs.noaa.gov/katrina/KATRINA0000.HTM Might be related to bug 4788.
Attachments
Add back the special case for <map> elements in the HTML parser (5.90 KB, patch)
2005-09-04 12:19 PDT, Darin Adler
mjs: review+
testcase (420 bytes, text/html)
2005-09-09 01:08 PDT, mitz
no flags
Stuart Morgan
Comment 1 2005-09-03 19:34:03 PDT
Confirmed in 9/2 ToT; works fine in 412.2.2
Darin Adler
Comment 2 2005-09-04 11:02:15 PDT
For some reason, we no longer are willing to create <area> elements as children of <div> elements. I presume this regression was caused by the qualified name change.
Darin Adler
Comment 3 2005-09-04 12:15:28 PDT
This was broken when we redid the HTML parser as part of the qualified name work.
Darin Adler
Comment 4 2005-09-04 12:19:03 PDT
Created attachment 3756 [details] Add back the special case for <map> elements in the HTML parser
Maciej Stachowiak
Comment 5 2005-09-08 22:43:02 PDT
r=me, please create a test case.
mitz
Comment 6 2005-09-09 01:08:07 PDT
Created attachment 3822 [details] testcase
Note You need to log in before you can comment on or make changes to this bug.