Closed
Bug 869002
Opened 11 years ago
Closed 11 years ago
DocumentFragment should be constructable
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: erik, Assigned: baku)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
4.24 KB,
patch
|
Ms2ger
:
review+
|
Details | Diff | Splinter Review |
http://dom.spec.whatwg.org/#interface-text Make DocumentFragment constructable so that one can do "new DocumentFragment" instead of "document.createDocumentFragment()"
Reporter | ||
Comment 1•11 years ago
|
||
http://dom.spec.whatwg.org/#documentfragment
Updated•11 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #753212 -
Flags: review?(Ms2ger)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → amarchesini
Updated•11 years ago
|
Attachment #753212 -
Flags: review?(Ms2ger) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 4•11 years ago
|
||
And https://hg.mozilla.org/integration/mozilla-inbound/rev/92393d40a42a because bug 874923.
Comment 5•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/7684e8d04352 https://hg.mozilla.org/mozilla-central/rev/92393d40a42a
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Comment 6•10 years ago
|
||
Updated doc! https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment.DocumentFragment https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment and https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/24
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•