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)
IE can't add properties on an attribute-node element, thus we handle it
like text-/comment-nodes.


No differences found