Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Affected topics: Video and Audio

git-svn-id: http://svn.whatwg.org/webapps@7118 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 5, 2012
1 parent a5d5b23 commit 6b7b158
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -31802,7 +31802,7 @@ <h6 id=media-controllers><span class=secno>4.8.10.11.2 </span>Media controllers<

<p>Returns the state that the <code><a href=#mediacontroller>MediaController</a></code> was in
the last time it fired events as a result of <a href=#report-the-controller-state title="report
the controller state">reporting teh controller state</a>. The
the controller state">reporting the controller state</a>. The
values of this attribute are the same as for the <code title=dom-media-readyState><a href=#dom-media-readystate>readyState</a></code> attribute of <a href=#media-element title="media element">media elements</a>.</p>

</dd>
Expand Down Expand Up @@ -31868,7 +31868,7 @@ <h6 id=media-controllers><span class=secno>4.8.10.11.2 </span>Media controllers<

<p>Returns the state that the <code><a href=#mediacontroller>MediaController</a></code> was in
the last time it fired events as a result of <a href=#report-the-controller-state title="report
the controller state">reporting teh controller state</a>. The
the controller state">reporting the controller state</a>. The
value of this attribute is either "<code title=dom-MediaController-playing><a href=#dom-mediacontroller-playing>playing</a></code>", indicating
that the media is actively playing, "<code title=dom-MediaController-ended><a href=#dom-mediacontroller-ended>ended</a></code>", indicating that
the media is not playing because playback has reached the end of
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -31802,7 +31802,7 @@ interface <dfn id=mediacontroller>MediaController</dfn> {

<p>Returns the state that the <code><a href=#mediacontroller>MediaController</a></code> was in
the last time it fired events as a result of <a href=#report-the-controller-state title="report
the controller state">reporting teh controller state</a>. The
the controller state">reporting the controller state</a>. The
values of this attribute are the same as for the <code title=dom-media-readyState><a href=#dom-media-readystate>readyState</a></code> attribute of <a href=#media-element title="media element">media elements</a>.</p>

</dd>
Expand Down Expand Up @@ -31868,7 +31868,7 @@ interface <dfn id=mediacontroller>MediaController</dfn> {

<p>Returns the state that the <code><a href=#mediacontroller>MediaController</a></code> was in
the last time it fired events as a result of <a href=#report-the-controller-state title="report
the controller state">reporting teh controller state</a>. The
the controller state">reporting the controller state</a>. The
value of this attribute is either "<code title=dom-MediaController-playing><a href=#dom-mediacontroller-playing>playing</a></code>", indicating
that the media is actively playing, "<code title=dom-MediaController-ended><a href=#dom-mediacontroller-ended>ended</a></code>", indicating that
the media is not playing because playback has reached the end of
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -34715,7 +34715,7 @@ interface <dfn>MediaController</dfn> {

<p>Returns the state that the <code>MediaController</code> was in
the last time it fired events as a result of <span title="report
the controller state">reporting teh controller state</span>. The
the controller state">reporting the controller state</span>. The
values of this attribute are the same as for the <code
title="dom-media-readyState">readyState</code> attribute of <span
title="media element">media elements</span>.</p>
Expand Down Expand Up @@ -34784,7 +34784,7 @@ interface <dfn>MediaController</dfn> {

<p>Returns the state that the <code>MediaController</code> was in
the last time it fired events as a result of <span title="report
the controller state">reporting teh controller state</span>. The
the controller state">reporting the controller state</span>. The
value of this attribute is either "<code
title="dom-MediaController-playing">playing</code>", indicating
that the media is actively playing, "<code
Expand Down

0 comments on commit 6b7b158

Please sign in to comment.