Home | History | Annotate | Download | only in accessibility
      1 <!--
      2 @WIN-DENY:name*
      3 -->
      4 <html>
      5 <body>
      6 <canvas width=100 height=100 alt="Image">Static fallback</canvas>
      7 <canvas width=100 height=100><a href="#">Interactive fallback</a></canvas>
      8 </body>
      9 </html>
     10