mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
LibWeb: Use FIXME extended attribute where possible
This commit is contained in:
committed by
Andreas Kling
parent
4d02bfc722
commit
68a1a78a1a
Notes:
sideshowbarker
2024-07-17 03:59:29 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/68a1a78a1a Pull-request: https://github.com/SerenityOS/serenity/pull/24381
@@ -10,13 +10,13 @@ interface HTMLIFrameElement : HTMLElement {
|
||||
[CEReactions, Reflect] attribute DOMString src;
|
||||
[CEReactions, Reflect] attribute DOMString srcdoc;
|
||||
[CEReactions, Reflect] attribute DOMString name;
|
||||
// FIXME: [SameObject, PutForwards=value] readonly attribute DOMTokenList sandbox;
|
||||
[FIXME, SameObject, PutForwards=value] readonly attribute DOMTokenList sandbox;
|
||||
[CEReactions, Reflect] attribute DOMString allow;
|
||||
[CEReactions, Reflect=allowfullscreen] attribute boolean allowFullscreen;
|
||||
[CEReactions, Reflect] attribute DOMString width;
|
||||
[CEReactions, Reflect] attribute DOMString height;
|
||||
// FIXME: [CEReactions] attribute DOMString referrerPolicy;
|
||||
// FIXME: [CEReactions] attribute DOMString loading;
|
||||
[FIXME, CEReactions] attribute DOMString referrerPolicy;
|
||||
[FIXME, CEReactions] attribute DOMString loading;
|
||||
readonly attribute Document? contentDocument;
|
||||
readonly attribute WindowProxy? contentWindow;
|
||||
Document? getSVGDocument();
|
||||
@@ -25,7 +25,7 @@ interface HTMLIFrameElement : HTMLElement {
|
||||
[CEReactions, Reflect] attribute DOMString align;
|
||||
[CEReactions, Reflect] attribute DOMString scrolling;
|
||||
[CEReactions, Reflect=frameborder] attribute DOMString frameBorder;
|
||||
// FIXME: [CEReactions] attribute USVString longDesc;
|
||||
[FIXME, CEReactions] attribute USVString longDesc;
|
||||
|
||||
[CEReactions, LegacyNullToEmptyString, Reflect=marginheight] attribute DOMString marginHeight;
|
||||
[CEReactions, LegacyNullToEmptyString, Reflect=marginwidth] attribute DOMString marginWidth;
|
||||
|
||||
Reference in New Issue
Block a user