- From: Anne van Kesteren <annevk@opera.com>
- Date: Tue, 08 Nov 2011 15:37:10 -0700
- To: "Jake Verbaten" <raynos2@gmail.com>
- Cc: www-dom@w3.org
On Tue, 08 Nov 2011 16:22:32 -0700, Jake Verbaten <raynos2@gmail.com> wrote: > On Tue, Nov 8, 2011 at 9:30 PM, Anne van Kesteren <annevk@opera.com> > wrote: >> We introduce these methods on Element, DocumentFragment, and >> CharacterData: > >> before(DocumentContent... nodes) >> after(DocumentContent... nodes) > > What does DocumentFragment before and after do? Good point, they should not be on DocumentFragment. >> We introduce this method on Element and CharacterData: >> >> replace(DocumentContent... nodes) >> >> We introduce this method on DocumentType, Element, and CharacterData: >> >> remove() > > Why can we remove a DocumentType but not do anything else with it? That > makes the API anti symmetrical to me Yeah, lets not introduce it on DocumentType. People should not be using DocumentType anyway. -- Anne van Kesteren http://annevankesteren.nl/
Received on Tuesday, 8 November 2011 23:37:53 UTC