removed some details

This commit is contained in:
Niklas von Hertzen 2011-07-17 00:17:41 +03:00
parent 5c037b67d6
commit 55781c1e5b
2 changed files with 4 additions and 6 deletions

View File

@ -24,7 +24,7 @@
The script is still in a very experimental state, so I don't recommend using it in a production environment nor start building applications with it yet, as there will be still major changes made. However, please do test it out and report your findings, especially if something should be working, but is displaying it incorrectly.
</p>
<p>The minified version of the script is currently less than <b>6kb</b> (less than <b>2.5kb</b> gzipped).</p>
<h2>Browser compatibility</h2>

View File

@ -15,14 +15,12 @@ Additionally, to render <code>iframe</code> content or images situated outside o
The script is still in a very experimental state, so I don't recommend using it in a production environment nor start building applications with it yet, as there will be still major changes made. However, please do test it out and report your findings, especially if something should be working, but is displaying it incorrectly.
The minified version of the script is currently less than <b>6kb</b> (less than <b>2.5kb</b> gzipped).
###Browser compatibility###
The script should work fine on the following browsers:
- Firefox 3.5+
- Google Chrome
- >=IE9 (Older versions compatible with the use of flashcanvas)
* Firefox 3.5+
* Google Chrome
* >=IE9 (Older versions compatible with the use of flashcanvas)
Note that the compatibility will most likely be increased in future builds, as many of the current restrictions have at least partial work arounds, which can be used with older browser versions.