Skip to content

Commit

Permalink
[Shadow DOM] (Bug 26642) Remove deepContains.
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatoito committed Aug 25, 2014
1 parent 15a5f29 commit 463916e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions spec/shadow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1246,15 +1246,6 @@ <h3>Extensions to <code>Element</code> Interface</h3>
</dl>
</section>

<section>
<h3>Extensions to <code>Node</code> Interface</h3>

<dl class="idl" title="partial interface Node">
<dt>boolean deepContains(Node? other)</dt>
<dd>When invoked, the method <strong>must</strong> return true if <var>other</var> is an <a>inclusive deep descendant</a> of the <a>context object</a>, and false otherwise (including when <var>other</var> is null).</dd>
</dl>
</section>

<section>
<h3>The <code>content</code> element</h3>

Expand Down

0 comments on commit 463916e

Please sign in to comment.