So you think authors prefer creating new nodes using markup than explicitly constructing them via createElement, etc...
I feel like if we implemented new chaining syntax we've been talking about, authors would use that instead of constructing & parsing a markup. - Ryosuke On Sep 30, 2011 10:00 AM, "Erik Arvidsson" <[email protected]> wrote: > On Thu, Sep 29, 2011 at 16:10, Ryosuke Niwa <[email protected]> wrote: >> >> Can't authors use createElement? Or are you specifically concerne the case where authors want to use createContextualFragment? > > No. createElement only takes a tagName. createContextualFragment takes > an arbitrary HTML fragment. > > -- > erik
