Testing the canvas element

The <canvas> element can be used with either the canvas scripting API or the WebGL API to draw graphics and animations. Is the <canvas> text alternative available to assistive technologies?

Example

This is some fallback text.
<canvas id="myCanvas" width="100" height="100">
  This is some fallback text.
</canvas>