Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating text on whether context object is allowed to request access. #427

Merged
merged 6 commits into from
Jan 19, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ <h2>Terminology</h2>
<p>The term <dfn><a href="https://www.w3.org/TR/html51/webappapis.html#current-settings-object">
current settings object</a></dfn> is defined in [[!HTML51]].</p>
<p>The term <dfn><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#allowed-to-use">
allowed to use</a></dfn> is defined in WHATWG (note we don't have a proper
ref added, in addition it seems HTML5.1 will(?) add defintion
of this term).</p>
allowed to use</a></dfn> is defined in WHATWG.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably say WHATWG HTML

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, added that.

</dd>
<dt><code><dfn>DOMException</dfn></code></dt>
<dd>
Expand Down