Skip to content

Commit

Permalink
Editorial: use associated Document in place of responsible document (#70
Browse files Browse the repository at this point in the history
)
  • Loading branch information
miketaylr authored Mar 14, 2022
1 parent c0cfeec commit 8451593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Get an element algorithm {#sec-get-an-element}
When asked to run the <dfn>get an element</dfn> algorithm with {{Element}} |element| and {{Document}} |document| as inputs, run these steps:
1. If |element| is not <a>connected</a>, return <code>null</code>.
1. Let |settings| be <a>this</a>'s <a>relevant settings object</a>.
1. if |document| is null, let |document| be |settings|'s <a>responsible document</a>.
1. if |document| is null, let |document| be |settings|'s <a>relevant global object</a>'s <a>associated <code>Document</code></a>.
1. If |element|'s <a for="tree">root</a> is not equal to |document| or if |document| is not [=fully active=], return <code>null</code>.
1. Return |element|.
</div>
Expand Down

0 comments on commit 8451593

Please sign in to comment.