RESOLVED FIXED 115641
DocumentFragment should be constructable
https://bugs.webkit.org/show_bug.cgi?id=115641
Summary DocumentFragment should be constructable
Erik Arvidsson
Reported 2013-05-06 07:24:37 PDT
http://dom.spec.whatwg.org/#interface-text Make DocumentFragment constructable so that one can do "new DocumentFragment" instead of "document.createDocumentFragment()"
Attachments
Patch (13.57 KB, patch)
2014-01-13 06:35 PST, László Langó
no flags
patch for landing (13.49 KB, patch)
2014-01-14 00:05 PST, László Langó
no flags
Erik Arvidsson
Comment 1 2013-05-06 07:26:09 PDT
László Langó
Comment 2 2014-01-13 06:35:27 PST
Ryosuke Niwa
Comment 3 2014-01-13 08:29:34 PST
Comment on attachment 221036 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=221036&action=review > Source/WebCore/ChangeLog:8 > + http://dom.spec.whatwg.org/#documentfragment Could you refer to http://www.w3.org/TR/2013/WD-dom-20131107/#interface-documentfragment instead so that we know exactly what the specification looked like at the time this patch is committed? This helps when the live specification gets modified in the future.
László Langó
Comment 4 2014-01-14 00:05:50 PST
Created attachment 221112 [details] patch for landing
WebKit Commit Bot
Comment 5 2014-01-15 02:10:00 PST
Comment on attachment 221112 [details] patch for landing Clearing flags on attachment: 221112 Committed r162062: <http://trac.webkit.org/changeset/162062>
WebKit Commit Bot
Comment 6 2014-01-15 02:10:07 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.