Skip to content

Commit

Permalink
xref
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed May 26, 2014
1 parent fd69cc7 commit 3f8b236
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -5807,12 +5807,12 @@ <h3>Interface <code>Element</code></h3>
method must run these steps:

<ol>
<li><p>Let <var>elements</var> be <span>context object</span>'s
<li><p>Let <var title>elements</var> be <span>context object</span>'s
<span title=concept-tree-inclusive-ancestor>inclusive ancestor</span> that are
<span title=concept-element>elements</span>, in reverse
<span title=concept-tree-order>tree order</span>.

<li><p>For each <var title>element</var> in <var>elements</var>, return
<li><p>For each <var title>element</var> in <var title>elements</var>, return
<var title>element</var> if <var title>element</var> is in the result of running
<span>match a selectors string</span> <var>selectors</var> against a set consisting
of <var title>element</var>.
Expand Down
4 changes: 2 additions & 2 deletions dom-core.html
Original file line number Diff line number Diff line change
Expand Up @@ -5881,12 +5881,12 @@ <h3 id="interface-element"><span class="secno">5.8 </span>Interface <code><a hre
method must run these steps:

<ol>
<li><p>Let <var><a href="#elements">elements</a></var> be <a href="#context-object">context object</a>'s
<li><p>Let <var title="">elements</var> be <a href="#context-object">context object</a>'s
<a href="#concept-tree-inclusive-ancestor" title="concept-tree-inclusive-ancestor">inclusive ancestor</a> that are
<a href="#concept-element" title="concept-element">elements</a>, in reverse
<a href="#concept-tree-order" title="concept-tree-order">tree order</a>.

<li><p>For each <var title="">element</var> in <var><a href="#elements">elements</a></var>, return
<li><p>For each <var title="">element</var> in <var title="">elements</var>, return
<var title="">element</var> if <var title="">element</var> is in the result of running
<a href="#match-a-selectors-string">match a selectors string</a> <var>selectors</var> against a set consisting
of <var title="">element</var>.
Expand Down

0 comments on commit 3f8b236

Please sign in to comment.