prototype: Update the list of officially supported browsers in the README.

This commit is contained in:
Sam Stephenson 2008-01-25 22:54:14 +00:00
parent 25f1a4f0b1
commit 765cba2204
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
*SVN*
* Update the list of officially supported browsers in the README. [sam]
* Add tests for Element#descendantOf that deal with dynamically-created elements. [Andrew Dupont]
* Ensure positionedOffset properly considers "position: fixed" elements. Also ensures IE reports offsets correctly by triggering hasLayout when a "static" element has a "fixed" element as an offset parent. Closes #10644. [heygrady, kangax, Andrew Dupont]

5
README
View File

@ -10,8 +10,9 @@ Ajax support, higher-order programming constructs, and easy DOM manipulation.
Prototype currently targets the following platforms:
* Microsoft Internet Explorer for Windows, version 6.0 and higher
* Mozilla Firefox 1.0/Mozilla 1.7 and higher
* Apple Safari 1.2 and higher
* Mozilla Firefox 1.5 and higher
* Apple Safari 2.0 and higher
* Opera 9.25 and higher
== Using Prototype