mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
LibWeb: Implement HTMLFrameElement.marginWidth
This commit is contained in:
committed by
Andreas Kling
parent
4edc946aed
commit
e363e89189
@@ -16,6 +16,6 @@ interface HTMLFrameElement : HTMLElement {
|
||||
[FIXME] readonly attribute WindowProxy? contentWindow;
|
||||
|
||||
[CEReactions, LegacyNullToEmptyString, Reflect=marginheight] attribute DOMString marginHeight;
|
||||
[FIXME, CEReactions, LegacyNullToEmptyString] attribute DOMString marginWidth;
|
||||
[CEReactions, LegacyNullToEmptyString, Reflect=marginwidth] attribute DOMString marginWidth;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user