mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibWeb: Implement the width and height attributes where missing
This change adds the `width` and `height` properties to `HTMLVideoElement` and `HTMLSourceElement`. These properties reflect their respective content attribute values.
This commit is contained in:
committed by
Andreas Kling
parent
9f9aa62128
commit
2a7cf1c588
@@ -11,7 +11,7 @@ interface HTMLSourceElement : HTMLElement {
|
||||
[CEReactions, Reflect] attribute DOMString srcset;
|
||||
[CEReactions, Reflect] attribute DOMString sizes;
|
||||
[CEReactions, Reflect] attribute DOMString media;
|
||||
[FIXME, CEReactions, Reflect] attribute unsigned long width;
|
||||
[FIXME, CEReactions, Reflect] attribute unsigned long height;
|
||||
[CEReactions, Reflect] attribute unsigned long width;
|
||||
[CEReactions, Reflect] attribute unsigned long height;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user