Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) MediaController IDL oversight
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18518
Affected topics: Video and Audio

git-svn-id: http://svn.whatwg.org/webapps@7366 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 17, 2012
1 parent 65216fc commit 0fc7e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Expand Up @@ -35776,7 +35776,7 @@ interface <dfn>VideoTrack</dfn> {

<pre class="idl">enum <dfn>MediaControllerPlaybackState</dfn> { "<span title="dom-MediaController-waiting">waiting</span>", "<span title="dom-MediaController-playing">playing</span>", "<span title="dom-MediaController-ended">ended</span>" };
[<span title="dom-MediaController">Constructor</span>]
interface <dfn>MediaController</dfn> {
interface <dfn>MediaController</dfn> : <span>EventTarget</span> {
readonly attribute unsigned short <span title="dom-MediaController-readyState">readyState</span>; // uses <span>HTMLMediaElement</span>.<span title="dom-media-readyState">readyState</span>'s values

readonly attribute <span>TimeRanges</span> <span title="dom-MediaController-buffered">buffered</span>;
Expand Down

0 comments on commit 0fc7e15

Please sign in to comment.