HTML5 Canvas Browser Compatibility

HTML5 is not official and mandated version of HTML and not every browser vendor supports it. You need to be aware of your users and how many of them using browser that supports HTML5. Here is a break down and browsers currently supporting HTML5 and you need to be aware.

  • Chrome – version 1 and up
  • Firefox – version 1.5 and up
  • Internet Explorer – version 9 and up
  • Opera  - version 9 and up
  • Safari – version 1.3 and up

In case browser you are running your application on does not support HTML5 you can always fallback on the 

<canvas>   Change your browser version to support HTML5. </canvas>

Canvas is somewhat limited in terms of alternatives for items residing inside canvas. For example, broken images cannot have alt tag as in regular img tag. While designing your canvas you have to be aware of this issues.

Featured pages

Overview

Learn about HTML5 architecture, design principles and patterns on HTML5 Overview Tutorial. Become …

Tags

Learn about HTML5 tags and discover a new list of HTML5 tags. Find out about HTML5 tags support by…

Welcome

 Learn HTML5 development techniques, tips and tricks on our website. Find out what is required…

Date Time Picker

HTML5 forms use date and time controls regularly. HTML5 date and time controls are used by booking …