https://bugzilla.wikimedia.org/show_bug.cgi?id=16459

--- Comment #11 from [email protected] 2010-08-08 00:49:39 UTC ---
Robert Nyman has released a new version at
http://robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/
that fixes the NodeList vs. Array issue. However,

* (elm, tag, className) is reversed to (className, tag, elm),
* calls like getElementsByClassName (elm, '*', 'wp\\S*') don't work and can't
work with the native API,
* calls like getElementsByClassName (elm, '*', ['class1', 'class2']) don't
work, but className can be "class1 class2", as in the native API,
* tag = "*" is broken in browsers with a native implementation
(http://robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-430876),
* IE 5.0 is broken
(http://robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/#comment-289524).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to