Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2.
authorAnton M <obhvsbypqghgc@gmail.com>
Tue, 7 Dec 2010 02:17:42 +0000 (03:17 +0100)
committerAnton M <obhvsbypqghgc@gmail.com>
Tue, 7 Dec 2010 02:17:42 +0000 (03:17 +0100)
commitcc9dbd06e5ffa62223e1f2e3dbbdcbbcb2bf5e11
tree5c866cdf8407b3a40d370a1fec07649d7a0355df
parent8943b427f67766fd8d9e8a95b471ff4077213be2
Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2.

IE can't add properties on an attribute-node element, thus we handle it
like text-/comment-nodes.
src/attributes.js
test/unit/attributes.js