Skip to content

Commit

Permalink
Merge pull request #172 from adam-be/use-exposed
Browse files Browse the repository at this point in the history
Issue #163: Use [Exposed]
  • Loading branch information
alvestrand committed May 28, 2015
2 parents 6baf1bd + 6a479c7 commit 5dbaa1a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions getusermedia.html
Expand Up @@ -410,7 +410,7 @@ <h2>MediaStream</h2>
</li>
</ol>

<dl class="idl" title="interface MediaStream : EventTarget">
<dl class="idl" title="[Exposed=Window] interface MediaStream : EventTarget">
<dt>Constructor()</dt>

<dd>
Expand Down Expand Up @@ -883,7 +883,7 @@ <h3>Tracks and Constraints</h3>
<section id="media-stream-track-interface-definition">
<h3>Interface Definition</h3>

<dl class="idl" title="interface MediaStreamTrack : EventTarget">
<dl class="idl" title="[Exposed=Window] interface MediaStreamTrack : EventTarget">
<dt>readonly attribute DOMString kind</dt>

<dd>
Expand Down Expand Up @@ -1406,7 +1406,7 @@ <h3>MediaStreamTrackEvent</h3>
given target.</p>

<dl class="idl" data-merge="MediaStreamTrackEventInit" title=
"interface MediaStreamTrackEvent : Event">
"[Exposed=Window] interface MediaStreamTrackEvent : Event">
<dt>Constructor(DOMString type, MediaStreamTrackEventInit
eventInitDict)</dt>

Expand Down Expand Up @@ -2033,7 +2033,7 @@ <h3>MediaStreamError</h3>
<p>All errors defined in this specification implement the following
interface:</p>

<dl class="idl" title="[NoInterfaceObject] interface MediaStreamError">
<dl class="idl" title="[Exposed=Window, NoInterfaceObject] interface MediaStreamError">
<dt>readonly attribute DOMString name</dt>

<dd>
Expand Down Expand Up @@ -2068,7 +2068,7 @@ <h3>MediaStreamError</h3>
is raised as an event:</p>

<dl class="idl" data-merge="MediaStreamErrorEventInit" title=
"interface MediaStreamErrorEvent : Event">
"[Exposed=Window] interface MediaStreamErrorEvent : Event">
<dt>Constructor(DOMString type, MediaStreamErrorEventInit
eventInitDict)</dt>

Expand Down Expand Up @@ -2354,7 +2354,7 @@ <h2>Enumerating Local Media Devices</h2>
<section>
<h3>NavigatorUserMedia</h3>

<dl class="idl" title="[NoInterfaceObject] interface NavigatorUserMedia">
<dl class="idl" title="[Exposed=Window, NoInterfaceObject] interface NavigatorUserMedia">
<dt>readonly attribute MediaDevices mediaDevices</dt>

<dd>
Expand All @@ -2377,7 +2377,7 @@ <h3>MediaDevices</h3>
"#event-mediadevices-devicechange">devicechange</a></code> at the
<code><a>MediaDevices</a></code> object.</p>

<dl class="idl" title="interface MediaDevices : EventTarget">
<dl class="idl" title="[Exposed=Window] interface MediaDevices : EventTarget">
<dt>attribute EventHandler ondevicechange</dt>

<dd>
Expand Down Expand Up @@ -2518,7 +2518,7 @@ <h2>Access control model</h2>
<section>
<h2>Device Info</h2>

<dl class="idl" title="interface MediaDeviceInfo">
<dl class="idl" title="[Exposed=Window] interface MediaDeviceInfo">
<dt>readonly attribute DOMString deviceId</dt>

<dd>
Expand Down

0 comments on commit 5dbaa1a

Please sign in to comment.