Bug 23344

Summary: HTMLFormElement magic differs from HTML5
Product: WebKit Reporter: Ian 'Hixie' Hickson <ian>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ap
Priority: P2 Keywords: NeedsReduction
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   

Description Ian 'Hixie' Hickson 2009-01-15 00:16:34 PST
Further to bug 12595 (ap asked me to file this separately):

Safari doesn't clear the mapping of elements that are removed from the DOM.
Safari stores elements in the map even when there are multiple elements with that name.

IIRC there are demos in the patch to the spec that might clarify what I mean.
Comment 1 Alexey Proskuryakov 2009-01-16 02:42:16 PST
Someone needs to write tests for this bug.