Bug 4806 - REGRESSION <area> elements misnested inside <div> elements not working
Summary: REGRESSION <area> elements misnested inside <div> elements not working
Status: VERIFIED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Darin Adler
URL: http://alt.ngs.noaa.gov/katrina/KATRI...
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-02 08:18 PDT by mitz
Modified: 2005-09-10 16:22 PDT (History)
0 users

See Also:


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+
Details | Formatted Diff | Diff
testcase (420 bytes, text/html)
2005-09-09 01:08 PDT, mitz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 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.
Comment 1 Stuart Morgan 2005-09-03 19:34:03 PDT
Confirmed in 9/2 ToT; works fine in 412.2.2
Comment 2 Darin Adler 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.
Comment 3 Darin Adler 2005-09-04 12:15:28 PDT
This was broken when we redid the HTML parser as part of the qualified name work.
Comment 4 Darin Adler 2005-09-04 12:19:03 PDT
Created attachment 3756 [details]
Add back the special case for <map> elements in the HTML parser
Comment 5 Maciej Stachowiak 2005-09-08 22:43:02 PDT
r=me, please create a test case.
Comment 6 mitz 2005-09-09 01:08:07 PDT
Created attachment 3822 [details]
testcase