Re: [whatwg/dom] isEqualNode and <template> (#737)

I guess this really depends on what we consider as intrinsic characteristics of an element.

If the template content is an intrinsic characteristic of a template element, then it seems logical that isEqualNode should compare it. On the other hand, if we consider the template content is a part of the tree data structure in which the template element participates in, then it seems okay not to take the template content into account just as we don't take the shadow tree or descendent nodes of an element into account when evaluating the equality of elements.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/737#issuecomment-478207083

Received on Saturday, 30 March 2019 04:48:49 UTC