Search for ‘createElement’ and you’ll notice that it
creates a lot of uppercase elements. This does NOT work
in XHTML served as application/xhtml+xml because in
XHTML the element names are case-sensitive, and they
must be lowercase.
It also searches for elements with
‘getElementsByTagName’ in uppercase in a few places.
These all need to be changed to lowercase.
We have done this in our local copy, but submit a patch
on the YUI library for this.
~Grauw
Logged In: YES
user_id=798154
I’ve submitted a patch against YUI 0.11.2 to the
ydn-javascript mailinglist.
See: http://groups.yahoo.com/group/ydn-javascript/message/3473
Let’s hope it’ll be approved and checked in soon.
~Grauw