mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
LibWeb: Implement HTMLVideoElement's video{Width,Height} attributes
This commit is contained in:
parent
becd70eccb
commit
725d7c3699
4 changed files with 37 additions and 1 deletions
|
@ -6,6 +6,8 @@ interface HTMLVideoElement : HTMLMediaElement {
|
|||
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
readonly attribute unsigned long videoWidth;
|
||||
readonly attribute unsigned long videoHeight;
|
||||
[CEReactions, Reflect] attribute USVString poster;
|
||||
[CEReactions, Reflect=playsinline] attribute boolean playsInline;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue