LibWeb: Implement HTMLIFrameElement.sandbox

This commit is contained in:
Shannon Booth
2024-11-18 07:16:26 +13:00
committed by Andreas Kling
parent a4b43cae9a
commit 634823d5b4
Notes: github-actions[bot] 2024-11-17 21:13:47 +00:00
5 changed files with 19 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ interface HTMLIFrameElement : HTMLElement {
[CEReactions, Reflect, URL] attribute USVString src;
[CEReactions, Reflect] attribute DOMString srcdoc;
[CEReactions, Reflect] attribute DOMString name;
[FIXME, SameObject, PutForwards=value] readonly attribute DOMTokenList sandbox;
[SameObject, PutForwards=value] readonly attribute DOMTokenList sandbox;
[CEReactions, Reflect] attribute DOMString allow;
[CEReactions, Reflect=allowfullscreen] attribute boolean allowFullscreen;
[CEReactions, Reflect] attribute DOMString width;