On Fri, Jul 12, 2013 at 6:23 PM, Dimitri Glazkov <[email protected]> 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/
