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.