Bug 97234 - Implement new DOM4 mutation methods
Summary: Implement new DOM4 mutation methods
Status: RESOLVED DUPLICATE of bug 74648
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-20 10:44 PDT by Ojan Vafai
Modified: 2012-09-20 10:45 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***