Skip to content

Commit

Permalink
Editorial: use associated Document in place of responsible document (#…
Browse files Browse the repository at this point in the history
…230)

Co-authored-by: Marcos Cáceres <marcos@marcosc.com>
  • Loading branch information
miketaylr and marcoscaceres authored Mar 16, 2022
1 parent 7f39e12 commit f993f43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
company: "Google Inc.",
companyURL: "https://google.com",
w3cid: 67534
},
},
{
name: "Marcos Cáceres",
company: "W3C",
Expand Down Expand Up @@ -174,7 +174,7 @@ <h4>
</p>
<ol class="algorithm">
<li>Let |document:Document| be the [=current settings object=]'s
[=environment settings object/responsible document=].
[=relevant global object=]'s [=associated `Document`=].
</li>
<li>If |document| is not [=Document/fully active=], return [=a
promise rejected with=] an {{"InvalidStateError"}}
Expand Down Expand Up @@ -304,7 +304,7 @@ <h3>
</p>
<ol class="algorithm">
<li>Let |document:Document| be the [=current settings object=]'s
[=environment settings object/responsible document=].
[=relevant global object=]'s [=associated `Document`=].
</li>
<li>If |document| is not [=Document/fully active=], return false.
</li>
Expand Down

0 comments on commit f993f43

Please sign in to comment.