Bug 97234

Summary: Implement new DOM4 mutation methods
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: abarth, adamk, arv, esprehn, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Ojan Vafai 2012-09-20 10:44:31 PDT
DOM4 defines a number of new mutation methods that we've held off on implementing due to compatibility concerns. I think we should commit these in the tree behind a flag and ship these in Chrome. If we hit compat issues, we might need to change the spec, otherwise we remove the flag.

http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#mutation-methods
Comment 1 Ojan Vafai 2012-09-20 10:45:46 PDT
Whoops, already had a bug for this.

*** This bug has been marked as a duplicate of bug 74648 ***