HTML5 compatibility on mobile and tablet browsers
mobilehtml5.org
HTML5 compatibility on mobile and tablet browsers
1–10 of 15 posts
Re: HTML5 compatibility on mobile and tablet browsers
#2Edit: The colouring of the column headers messes with my eyes. They ignore the white and focus on the gray.
Edit 2: position: fixed is hardly HTML5, even if it's something quite a few mobile browsers didn't support in the past.
Re: HTML5 compatibility on mobile and tablet browsers
#3Re: HTML5 compatibility on mobile and tablet browsers
#4Re: HTML5 compatibility on mobile and tablet browsers
#5Also, Chrome support for IndexedDB should have an asterisks as it implements an outdated version of the spec.
Re: HTML5 compatibility on mobile and tablet browsers
#6WebSQL should not be used under any circumstances. Instead use IndexedDB with this shim: http://nparashuram.com/IndexedDBShim/ Also, Chrome support for IndexedDB should have an asterisks as it implements an outdated version of the spec.
Don't get me wrong, I know what you're saying and why. Just the juxtaposition of the two statements is noteworthy.
Re: HTML5 compatibility on mobile and tablet browsers
#7(Disclosure: I'm a mobile Firefox developer.)
Re: HTML5 compatibility on mobile and tablet browsers
#8Re: HTML5 compatibility on mobile and tablet browsers
#9is there a similar list for regular desktop browsers, i.e. non-mobile ?