What is the getCSSCanvasContext() method of an HTML5 element?

Viewed 6007

What is the getCSSCanvasContext() method? I saw it in Chrome’s debuging console, but I cannot find any decent documentation for it.

Does it mean we can draw using canvas commands on any element?

2 Answers
Related