Comment #10 on issue 1131 by mikesamuel: constructClone in bridal.js doesn't account for IE's setAttribute bugs
http://code.google.com/p/google-caja/issues/detail?id=1131
Thanks Diego. HTML attribute names are case-insensitive, so most of the pairs on the list ("tabIndex" -> "tabindex") should be handled by simple case folding as long as
unrecognized names are channeled through 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
