mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Implement HTMLIFrameElement.sandbox
This commit is contained in:
committed by
Andreas Kling
parent
a4b43cae9a
commit
634823d5b4
Notes:
github-actions[bot]
2024-11-17 21:13:47 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/634823d5b4b Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2404
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user