mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement HTMLMediaElement poster attribute
This commit is contained in:
parent
b49e7517a3
commit
5c5b5aae0f
8 changed files with 383 additions and 60 deletions
|
@ -11,6 +11,5 @@ interface HTMLVideoElement : HTMLMediaElement {
|
|||
// attribute unsigned long height;
|
||||
readonly attribute unsigned long videoWidth;
|
||||
readonly attribute unsigned long videoHeight;
|
||||
// [CEReactions]
|
||||
// attribute DOMString poster;
|
||||
[CEReactions] attribute DOMString poster;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue