mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement HTMLMediaElement defaultPlaybackRate and playbackRate attributes
This commit is contained in:
parent
44344452e2
commit
deb02ab6d7
6 changed files with 126 additions and 57 deletions
|
@ -42,8 +42,8 @@ interface HTMLMediaElement : HTMLElement {
|
|||
readonly attribute unrestricted double duration;
|
||||
// Date getStartDate();
|
||||
readonly attribute boolean paused;
|
||||
// attribute double defaultPlaybackRate;
|
||||
// attribute double playbackRate;
|
||||
[Throws] attribute double defaultPlaybackRate;
|
||||
[Throws] attribute double playbackRate;
|
||||
readonly attribute TimeRanges played;
|
||||
// readonly attribute TimeRanges seekable;
|
||||
// readonly attribute boolean ended;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue