Re: [whatwg/dom] Make Attr inherit from Node again (#299)

Wow, compareDocumentPosition is so weird. @cdumez, care to review those bits for sanity?

In Blink (and WebKit still I presume), if both nodes attributes attached to different elements, things  behave as if the attribute nodes are children of their elements, where attributes are considered to be before the real child nodes:
https://software.hixie.ch/utilities/js/live-dom-viewer/saved/4402

-- 
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/pull/299#issuecomment-240875443

Received on Thursday, 18 August 2016 22:24:24 UTC