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

> @@ -4175,57 +4157,80 @@ returns as mask:
>   <li><dfn const for=Node>DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC</dfn> (32, 20 in hexadecimal).
>  </ul>
>  
> -The <dfn method for=Node>compareDocumentPosition(<var>other</var>)</dfn>
> -method must run these steps:
> +<p>The <dfn method for=Node><code>compareDocumentPosition(<var>other</var>)</code></dfn> method,

Here or later, wrap `contains(other)` below in `<code>` as well so that it's also orange?

-- 
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#r75387776

Received on Thursday, 18 August 2016 20:57:37 UTC