LibWeb: Use 'FIXME' extended attribute where possible

This improves the debuggability of many live web pages :^)
This commit is contained in:
Shannon Booth
2024-05-19 22:15:54 +12:00
committed by Andreas Kling
parent 7c69b4737b
commit 4fe0cbcf85
55 changed files with 184 additions and 187 deletions

View File

@@ -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;