I am trying to study the compatibility of current web standards:
- HTML5 > FOUND
- XHTML
- CSS3 > FOUND
- HTML DOM > FOUND
- JavaScript
- XML
- AJAX (I know this is not a standard but I would like to include it in the list to compare)
with current browsers:
- Mozilla Firefox 4.0
- Google Chrome 10.0
- Apple Safari 5.0.4
- Opera 11.01
- Internet Explorer 9.0
Does anyoby have some data about these compatibilities? It's for a thesis and I would like to divide my text into a division for each standard, comparing that standard's features amongst the 5 browsers to see how good those browsers support that standard's features and possibilities. A good example for HTML5 is: HTML5 comparison jpg
Thanks!