I want to be able to tell users which browsers will support a new feature that involves the canvas. I know all the latest versions of Google Chrome, Internet Explorer, Firefox, Opera, and Safari support the HTML5 canvas as well as the fillText function along with it; however, what versions of these browsers were the canvas element and the fillText function first supported?

The reason I ask about fillText specifically is because, if I remember correctly, it was added to the specs after the canvas element was.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

CanIUse is your friend.

link|improve this answer
Specifically, caniuse.com/canvas. – Jonathan Lonowski Nov 4 '11 at 19:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.