This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
prototype
Watch
1
Star
0
Fork
You've already forked prototype
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d6bf5e40ce
prototype
/
test
History
Sam Stephenson
d6bf5e40ce
prototype: Make document.getElementsByClassName match a subset of the WHATWG Web Applications 1.0 specification which was adopted in Firefox 3 (
http://www.whatwg.org/specs/web-apps/current-work/#getelementsbyclassname
). It now supports multiple class names given as a whitespace-separated list in a string. Array argument is not supported. The method will only return the nodes that match all the class names. In browsers that implement the method natively it will not be overwritten.
Closes
#8401
.
2007-06-19 20:59:14 +00:00
..
lib
* Make document.getElementsByClassName match the WHATWG Web Applications 1.0 specification which was adopted in Firefox 3 (
http://www.whatwg.org/specs/web-apps/current-work/#getelementsbyclassname
). It now supports multiple class names given as an array or a space-separated list in a string. The method will only return the nodes that match all the class names. In browsers that implement the method natively it will not be overwritten.
Closes
#8401
. [Mislav Marohnic]
2007-06-17 22:26:46 +00:00
unit
prototype: Make document.getElementsByClassName match a subset of the WHATWG Web Applications 1.0 specification which was adopted in Firefox 3 (
http://www.whatwg.org/specs/web-apps/current-work/#getelementsbyclassname
). It now supports multiple class names given as a whitespace-separated list in a string. Array argument is not supported. The method will only return the nodes that match all the class names. In browsers that implement the method natively it will not be overwritten.
Closes
#8401
.
2007-06-19 20:59:14 +00:00
browser.html
prototype: Reorganize the source tree.
2007-01-18 22:24:27 +00:00
console.html
prototype: Reorganize the source tree.
2007-01-18 22:24:27 +00:00
test.css
prototype: Reorganize the source tree.
2007-01-18 22:24:27 +00:00