mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibWeb: Fix HTMLFrameElement noresize obsolete property typo
This commit is contained in:
parent
4712f53dd7
commit
e0c8a14fab
Notes:
github-actions[bot]
2024-08-13 12:09:24 +00:00
Author: https://github.com/bplaat
Commit: e0c8a14fab
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1058
2 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ interface HTMLFrameElement : HTMLElement {
|
|||
[CEReactions, Reflect] attribute DOMString src;
|
||||
[CEReactions, Reflect=frameborder] attribute DOMString frameBorder;
|
||||
[CEReactions, Reflect=longdesc] attribute DOMString longDesc;
|
||||
[CEReactions, Reflect=onresize] attribute boolean noResize;
|
||||
[CEReactions, Reflect=noresize] attribute boolean noResize;
|
||||
[FIXME] readonly attribute Document? contentDocument;
|
||||
[FIXME] readonly attribute WindowProxy? contentWindow;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue