- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 26 Jun 2009 10:08:06 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7011
--- Comment #8 from steve faulkner <faulkner.steve@gmail.com> 2009-06-26 10:08:05 ---
>Isn't canvas.appendChild(document.createTextNode(s)) already such a method?
One of the issues I found when looking into canvas is that when canvas is added
using document.createElement("canvas"), which appears to be quite a common
method, there is not actually a container canvas <canvas></canvas> element
created, just <canvas />, so there is not fallback container.
I have talked about it here:
http://www.paciellogroup.com/blog/?p=299
perhaps this issue is not an issue, just a misunderstanding due to my lack of
expertise.
--
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:08:15 UTC