Updates:
        Labels: YUI

Comment #28 on issue 933 by lucas.e.smith: jQuery expects "expando" attributes
http://code.google.com/p/google-caja/issues/detail?id=933

This is also impacting YUI, but in a different capacity. Particularly when writing innerHTML and attempting to get defined expandos from the generated DOM subtree.

el.innerHTML = '<a page="1" href="#">1</a><a page="2" href="#">2</a>';

el.addEventListener('click', function (e) {
    cajita.log(e.currentTarget.getAttribute('page'));
}, false);

There may be a few other cases where expandos are used as well.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to