[Bug 7011] canvas accessible fallback provision is under specified

http://www.w3.org/Bugs/Public/show_bug.cgi?id=7011





--- Comment #13 from steve faulkner <faulkner.steve@gmail.com>  2009-06-26 10:48:02 ---
thanks

(In reply to comment #12)
> (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:48:14 UTC