public
Fork of sstephenson/prototype
Description: Prototype JavaScript framework
Homepage: http://prototypejs.org/
Clone URL: git://github.com/foca/prototype.git
prototype: Update the list of officially supported browsers in the README.
sstephenson (author)
Fri Jan 25 14:54:14 -0800 2008
commit  765cba220496fb0698dd1d76fb76b2e5586bd12c
tree    54253f511a960162d4bdb0b05d9a662fcb01f761
parent  25f1a4f0b15aafba55e5b6b46825a124828949fb
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 *SVN*
0
 
0
+* Update the list of officially supported browsers in the README. [sam]
0
+
0
 * Add tests for Element#descendantOf that deal with dynamically-created elements. [Andrew Dupont]
0
 
0
 * 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]
0
...
10
11
12
13
14
 
 
 
15
16
17
...
10
11
12
 
 
13
14
15
16
17
18
0
@@ -10,8 +10,9 @@ Ajax support, higher-order programming constructs, and easy DOM manipulation.
0
 Prototype currently targets the following platforms:
0
 
0
 * Microsoft Internet Explorer for Windows, version 6.0 and higher
0
-* Mozilla Firefox 1.0/Mozilla 1.7 and higher
0
-* Apple Safari 1.2 and higher
0
+* Mozilla Firefox 1.5 and higher
0
+* Apple Safari 2.0 and higher
0
+* Opera 9.25 and higher
0
 
0
 == Using Prototype
0
 

Comments

    No one has commented yet.