Skip to content

Commit

Permalink
Fix #486: Fix 'get the parent' for relatedTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatoito committed Jun 1, 2016
1 parent f113e26 commit b1433e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/shadow/index.html
Expand Up @@ -753,10 +753,10 @@ <h3>get the parent</h3>
Otherwise, if all of the following conditions are satisfied, let <var>PARENT</var> be null:
<ol>
<li>
<var>TARGET</var>'s <a>root</a> is a <a>shadow root</a>
<var>EVENT</var> has a <code>relatedTarget</code> property whose value is non-null
</li>
<li>
<var>EVENT</var> has a <code>relatedTarget</code> property whose value is non-null
Either <var>TARGET</var>'s <a>root</a> is a <a>shadow root</a> or <var>EVENT</var>'s <code>relatedTarget</code>'s <a>root</a> is a <a>shadow root</a>
</li>
<li>
The <a>relative target</a> and the <a>relative related target</a> are the same, where:
Expand Down

0 comments on commit b1433e5

Please sign in to comment.