Comment #11 on issue 1131 by diego.perini: constructClone in bridal.js doesn't account for IE's setAttribute bugs
http://code.google.com/p/google-caja/issues/detail?id=1131

Yes correct Mike, going through setAttribute avoids the case issue with names.

While on this I will leave a couple of things I have been battling with attributes,
also you maybe already addressed these differences:

- IE6/7 have a predefined set of attributes (82 in IE6), IE8 fixed this
- for these 82 attributes getAttribute will return "string", for others like "rel" it
will return "null", until attribute nodes are created first time
- seems all browsers can get/set "xml:lang" and similar attribute names
- all attributes having URI as value need to be get with the additional ",2"
parameter to getAttribute

Sorry for being a bit out of OP context (setAttribute).


--
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