mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
HTMLMediaElement playing attribute
This commit is contained in:
parent
5da1069491
commit
f98da2e7b7
4 changed files with 27 additions and 19 deletions
|
@ -44,7 +44,7 @@ interface HTMLMediaElement : HTMLElement {
|
|||
readonly attribute boolean paused;
|
||||
// attribute double defaultPlaybackRate;
|
||||
// attribute double playbackRate;
|
||||
// readonly attribute TimeRanges played;
|
||||
readonly attribute TimeRanges played;
|
||||
// readonly attribute TimeRanges seekable;
|
||||
// readonly attribute boolean ended;
|
||||
[CEReactions] attribute boolean autoplay;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue