- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 26 Jun 2009 10:44:25 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7011 --- Comment #12 from Simon Pieters <simonp@opera.com> 2009-06-26 10:44:24 --- (In reply to comment #11) > So can you append an element? Sure. > I tried this > newp = document.createElement("p"); > document.getElementById('myCanvas').appendChild(newp); > > but didn't work. Works for me. http://software.hixie.ch/utilities/js/live-dom-viewer/saved/155 -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Friday, 26 June 2009 10:44:34 UTC