The reason it might "look like a form" is you shouldn't be constantly manipulating node placement in the DOM or display list tree during the render cycle. It makes it so it's not mutable till the next render cycle, which is why the DOM and Flash display list is slow.