mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
LibWeb: Use 'FIXME' extended attribute where possible
This improves the debuggability of many live web pages :^)
This commit is contained in:
committed by
Andreas Kling
parent
7c69b4737b
commit
4fe0cbcf85
Notes:
sideshowbarker
2024-07-17 18:06:52 +09:00
Author: https://github.com/shannonbooth Commit: https://github.com/SerenityOS/serenity/commit/4fe0cbcf85 Pull-request: https://github.com/SerenityOS/serenity/pull/24377 Reviewed-by: https://github.com/tcl3
@@ -12,8 +12,8 @@ interface HTMLFrameElement : HTMLElement {
|
||||
[CEReactions, Reflect=frameborder] attribute DOMString frameBorder;
|
||||
[CEReactions, Reflect=longdesc] attribute DOMString longDesc;
|
||||
// FIXME: [CEReactions] attribute boolean noResize;
|
||||
// FIXME: readonly attribute Document? contentDocument;
|
||||
// FIXME: readonly attribute WindowProxy? contentWindow;
|
||||
[FIXME] readonly attribute Document? contentDocument;
|
||||
[FIXME] readonly attribute WindowProxy? contentWindow;
|
||||
|
||||
// FIXME: [CEReactions] attribute [LegacyNullToEmptyString] DOMString marginHeight;
|
||||
// FIXME: [CEReactions] attribute [LegacyNullToEmptyString] DOMString marginWidth;
|
||||
|
||||
Reference in New Issue
Block a user