Skip to content

Commit

Permalink
Fix #494: Fix the retargeting algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatoito committed Jun 10, 2016
1 parent 9c41e5b commit a9a0f95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/shadow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,8 @@ <h3>Event <code>target</code> Retargeting</h3>
in from-descendants-to-ancestors order:
<ol>
<li>
If <var>ANCESTOR</var>'s <a>root</a> is <var>BASE</var>'s <a>shadow-including inclusive ancestor</a>, return <var>ANCESTOR</var>.
If <var>ANCESTOR</var>'s <a>root</a> is not a <a>shadow root</a> or <var>ANCESTOR</var>'s <a>root</a> is
<var>BASE</var>'s <a>shadow-including inclusive ancestor</a>, return <var>ANCESTOR</var>.
</li>
</ol>
</li>
Expand Down

0 comments on commit a9a0f95

Please sign in to comment.