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
