创建一个新的 `` 元素。
这等同于调用 new Element.tag('canvas')。
new Element.tag('canvas')
factory Element.canvas() => new CanvasElement();