Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Sep 11, 2012
1 parent 8a77e6f commit ce51af9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -3337,7 +3337,8 @@ <h3>Interface <code>Node</code></h3>
<dfn title=dom-Node-contains><code>contains(<var title>other</var>)</code></dfn>
method must return true if <var title>other</var> is an
<span title=concept-tree-inclusive-descendant>inclusive descendant</span> of
the <span>context object</span>, or false otherwise.
the <span>context object</span>, or false otherwise (including when
<var title>other</var> is null).

<hr>

Expand Down
3 changes: 2 additions & 1 deletion dom-core.html
Original file line number Diff line number Diff line change
Expand Up @@ -3378,7 +3378,8 @@ <h3 id="interface-node"><span class="secno">5.3 </span>Interface <code><a href="
<dfn id="dom-node-contains" title="dom-Node-contains"><code>contains(<var title="">other</var>)</code></dfn>
method must return true if <var title="">other</var> is an
<a href="#concept-tree-inclusive-descendant" title="concept-tree-inclusive-descendant">inclusive descendant</a> of
the <a href="#context-object">context object</a>, or false otherwise.
the <a href="#context-object">context object</a>, or false otherwise (including when
<var title="">other</var> is null).

<hr>

Expand Down

0 comments on commit ce51af9

Please sign in to comment.