Closed
Bug 856629
Opened 11 years ago
Closed 11 years ago
Implement ChildNode.remove()
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
8.16 KB,
patch
|
mounir
:
review+
|
Details | Diff | Splinter Review |
25.74 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Comment 1•11 years ago
|
||
Did you mean Element.remove()? If not, could you link to the spec of ChildNode.remove, please, I'm curious :-)
Assignee | ||
Comment 2•11 years ago
|
||
<http://dom.spec.whatwg.org/#interface-childnode>. That is, Element/CharacterData/DocumentType.
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #734746 -
Flags: review?(mounir)
Comment 5•11 years ago
|
||
Comment on attachment 734744 [details] [diff] [review] Part a: Import test for select.remove Review of attachment 734744 [details] [diff] [review]: ----------------------------------------------------------------- rs=me
Attachment #734744 -
Flags: review?(mounir) → review+
Comment 6•11 years ago
|
||
Comment on attachment 734746 [details] [diff] [review] Part b: Implement ChildNode.remove() I am at the SysApps F2F this week and I will have a hard time to dedicate time for this review. Hopefully Boris can do that before me. Otherwise, bounce this back to me.
Attachment #734746 -
Flags: review?(mounir) → review?(bzbarsky)
![]() |
||
Comment 7•11 years ago
|
||
Comment on attachment 734746 [details] [diff] [review] Part b: Implement ChildNode.remove() The right spec link is http://dom.spec.whatwg.org/#interface-childnode r=me with that, assuming you'll add the other form of remove() on <select> in bug 841488.
Attachment #734746 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 8•11 years ago
|
||
(In reply to Boris Zbarsky (:bz) from comment #7) > assuming you'll add the other form of remove() on <select> in bug 841488. I did, didn't I?
![]() |
||
Comment 9•11 years ago
|
||
I didn't look at the patches; just assumed they contain the change.
Updated•11 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 10•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/942459e50bd0 https://hg.mozilla.org/mozilla-central/rev/9b71c6c95c6c
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Comment 11•10 years ago
|
||
Docs updated: https://developer.mozilla.org/en-US/docs/Web/API/ChildNode https://developer.mozilla.org/en-US/docs/Web/API/ChildNode.remove 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
•