[Webkit-unassigned] [Bug 74371] Need data on whether we can implement DOM4 attribute objects
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 13 11:26:01 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=74371
--- Comment #2 from Ojan Vafai <ojan at chromium.org> 2011-12-13 11:26:01 PST ---
The main difference is that they are not Nodes anymore. They are (hopefully) just the minimal interface required by web compat. This makes Attrs a lot lighter-weight (e.g. don't need to have member variables for child nodes) and gets rid of non-sensical APIs (e.g. appendChild to an Attr).
In terms of WebCore implementation, it may eventually allow us to remove the distinction between Attrs and Attributes.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list