- From: Steve Orvell <sorvell@google.com>
- Date: Fri, 12 Jul 2013 15:49:40 -0700
- To: Anne van Kesteren <annevk@annevk.nl>
- Cc: Dimitri Glazkov <dglazkov@google.com>, public-webapps <public-webapps@w3.org>
Received on Friday, 12 July 2013 22:50:06 UTC
These callbacks specifically mean the element has entered or left the *document*. We felt that entered/leftDocument was better than insertedInto/removedFromDocument but the key bit is *Document. This has caused enough confusion in discussion that being explicit seems justified. On Fri, Jul 12, 2013 at 3:43 PM, Anne van Kesteren <annevk@annevk.nl> wrote: > On Fri, Jul 12, 2013 at 6:23 PM, Dimitri Glazkov <dglazkov@google.com> > wrote: > > Excellent question. Is the terminology we use in DOM exposed to web > > developers in any way? If it is, then we should stay with it. If it's > > not, then we should listen to web developers. > > Yes (insertBefore/remove). added/removed could also work, it seems we > use that for mutation observers (should've been inserted/removed in > retrospect :/). Definitely not using entered/left anywhere. > > > -- > http://annevankesteren.nl/ > >
Received on Friday, 12 July 2013 22:50:06 UTC