Comment #12 on issue 1131 by felix8a: constructClone in bridal.js doesn't account for IE's setAttribute bugs
http://code.google.com/p/google-caja/issues/detail?id=1131
most of the ie6/7 getAttribute weirdness can be solved by using getAttributeNode instead, and checking the
value of attrNode.specified http://code.google.com/p/google-caja/source/browse/trunk/src/com/google/caja/plugin/bridal.js? spec=svn3890&r=3866#540 -- 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
