Labs/Apps/Browser Support: Difference between revisions
Jump to navigation
Jump to search
Dwalkowski (talk | contribs) (Created page with "Open Web Applications depend on the performance and features of modern web browsers. In this context, 'modern' means supporting at least the following features: * Consistent an...") |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Open Web Applications depend on the performance and features of modern web browsers. | Open Web Applications depend on the performance and features of modern web browsers. | ||
In this context, 'modern' means supporting at least the following features: | In this context, 'modern' means supporting at least the following features: | ||
* Consistent and W3C standard web page rendering | * Consistent and W3C standard web page rendering | ||
Line 7: | Line 6: | ||
* Fast JavaScript performance | * Fast JavaScript performance | ||
Also, our HTML5 application repository depends on: | |||
* localStorage | |||
* window.postMessage |
Latest revision as of 19:40, 19 October 2010
Open Web Applications depend on the performance and features of modern web browsers. In this context, 'modern' means supporting at least the following features:
- Consistent and W3C standard web page rendering
- Support for advanced HTML5 and CSS3
- Fast JavaScript performance
Also, our HTML5 application repository depends on:
- localStorage
- window.postMessage