mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
LibWeb: Implement HTMLVideoElement's video{Width,Height} attributes
This commit is contained in:
committed by
Linus Groh
parent
becd70eccb
commit
725d7c3699
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user