Re: [whatwg/dom] Further Attr node fixes for compareDocumentPosition() (#312)

>   adding {{Node/DOCUMENT_POSITION_CONTAINS}} to {{Node/DOCUMENT_POSITION_PRECEDING}}.
>  
> - <li><p>If <var>node1</var> is a <a>descendant</a> of <var>node2</var>, then return the result of
> + <li><p>If <var>node1</var> is a <a>descendant</a> of <var>node2</var> and <var>attr1</var> is null,

Oops, this one needs to say "and *attr2* is null"

-- 
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/312/files/d90bb5f6077b6611326ec839c5fa2408011b7c4b#r76948024

Received on Wednesday, 31 August 2016 08:51:16 UTC