LibWeb: Implement HTMLFrameElement.marginHeight
This commit is contained in:
parent
2dbd71d54b
commit
4edc946aed
Notes:
sideshowbarker
2024-07-17 02:05:41 +09:00
Author: https://github.com/jamierocks Commit: https://github.com/LadybirdBrowser/ladybird/commit/4edc946aed Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/608
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ interface HTMLFrameElement : HTMLElement {
|
|||
[FIXME] readonly attribute Document? contentDocument;
|
||||
[FIXME] readonly attribute WindowProxy? contentWindow;
|
||||
|
||||
[FIXME, CEReactions, LegacyNullToEmptyString] attribute DOMString marginHeight;
|
||||
[CEReactions, LegacyNullToEmptyString, Reflect=marginheight] attribute DOMString marginHeight;
|
||||
[FIXME, CEReactions, LegacyNullToEmptyString] attribute DOMString marginWidth;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue