- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 19 Aug 2016 01:37:37 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Friday, 19 August 2016 08:38:06 UTC
> + <li><p>If <var>node2Attribute</var> <a for=Node>equals</a> <var>attr1</var>, then return the > + result of adding {{Node/DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC}} and > + {{Node/DOCUMENT_POSITION_PRECEDING}}. > + > + <li><p>If <var>node2Attribute</var> <a for=Node>equals</a> <var>attr2</var>, then return the > + result of adding {{Node/DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC}} and > + {{Node/DOCUMENT_POSITION_FOLLOWING}}. > + </ol> > + </ol> > + > + <li><p>If <var>attr2</var>'s <a for=Attr>element</a> is non-null, then set <var>node2</var> to > + <var>attr2</var>'s <a for=Attr>element</a>. > + </ol> > + > + <li> > + <p>If <var>node1</var>'s <a for=tree>root</a> is not <var>node2</var>'s <a for=tree>root</a>, then Well spotted! Let me attempt a fix. -- 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/files/82df412250bd1321562cbe50574219860b976645#r75445818
Received on Friday, 19 August 2016 08:38:06 UTC