Skip to content

Commit

Permalink
fix internal links
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Feb 11, 2015
1 parent 0129481 commit f5436d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions getusermedia.html
Expand Up @@ -395,7 +395,7 @@ <h2>MediaStream</h2>
<li>
<p>If <var>stream</var>'s <a href="#track-set">track set</a> is
empty or only contains <a href="#track-ended">ended</a> tracks, set <var>stream</var>'s <code>
<a href="#dom-mediastream-active">active</a>
<a href="#stream-active">active</a>
</code> attribute to <code>false</code>, otherwise set it to
<code>true</code>.</p>
</li>
Expand Down Expand Up @@ -450,15 +450,15 @@ <h2>MediaStream</h2>
<a>MediaStream</a>
</code> goes from being active to inactive, the User Agent MUST
queue a task that sets the object's <code>
<a href="#dom-mediastream-active">active</a>
<a href="#stream-active">active</a>
</code> attribute to <code>false</code> and fire a simple event
named <code>
<a href="#event-mediastream-inactive">inactive</a>
</code> at the object. When a <code>
<a>MediaStream</a>
</code> goes from being inactive to active, the User Agent MUST
queue a task that sets the object's <code>
<a href="#dom-mediastream-active">active</a>
<a href="#stream-active">active</a>
</code> attribute to <code>true</code> and fire a simple event named
<code>
<a href="#event-mediastream-active">active</a>
Expand Down Expand Up @@ -2295,7 +2295,7 @@ <h2>Event summary</h2>
<tr>
<td>

<code>active</code>
<code id="event-mediastream-active">active</code>

</td>

Expand All @@ -2312,7 +2312,7 @@ <h2>Event summary</h2>
<tr>
<td>

<code>inactive</code>
<code id="event-mediastream-inactive">inactive</code>

</td>

Expand Down Expand Up @@ -3960,7 +3960,7 @@ <h2>The Property Registry</h2>
Constrainable pattern. The registry entries
MUST contain the name of each property along with
its set of legal values. The registry entries for MediaStreamTrack are
defined <a href="#sec-constraints">below</a>. The syntax for the
defined <a href="#sec-track-properties">below</a>. The syntax for the
specification of the set of legal values depends on the type of the
values. In addition to the standard atomic types (boolean, long,
double, DOMString), legal values include lists of any of the atomic
Expand Down

0 comments on commit f5436d9

Please sign in to comment.