Skip to content

Commit

Permalink
Merge pull request #131 from miketaylr/remove-responsible-doc
Browse files Browse the repository at this point in the history
Editorial: use associated Document in place of responsible document
  • Loading branch information
dontcallmedom committed Feb 3, 2023
2 parents 9989ef0 + df3f311 commit cb8b1de
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ <h2>Methods</h2>
<p>Let <var>document</var> be the
<a data-cite="!HTML/webappapis.html#current-settings-object">
current settings object</a>'s
<a data-cite="!HTML/webappapis.html#responsible-document">
responsible document</a>.</p>
<a data-cite="!HTML/webappapis.html#concept-relevant-global">
relevant global object</a>'s
<a data-cite="!HTML/window-object.html#concept-document-window">
associated <code>Document</code></a>.</p>
</li>
<li>
<p>If <var>document</var> is not
Expand Down Expand Up @@ -407,8 +409,10 @@ <h3>Obtaining Consent</h3>
<p>Let <var>document</var> be the
<a data-cite="!HTML/webappapis.html#current-settings-object">
current settings object</a>'s
<a data-cite="!HTML/webappapis.html#responsible-document">
responsible document</a>.</p>
<a data-cite="!HTML/webappapis.html#concept-relevant-global">
relevant global object</a>'s
<a data-cite="!HTML/window-object.html#concept-document-window">
associated <code>Document</code></a>.</p>
</li>
<li><p>Let <var>deviceInfo</var> be a new {{MediaDeviceInfo}} object to represent the device.</p></li>
<li>
Expand Down

0 comments on commit cb8b1de

Please sign in to comment.