mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Add Sandbox field to HTMLIFrameElement
This commit is contained in:
@@ -7,7 +7,8 @@ interface HTMLIFrameElement : HTMLElement {
|
||||
attribute DOMString src;
|
||||
// attribute DOMString srcdoc;
|
||||
// attribute DOMString name;
|
||||
attribute DOMString sandbox;
|
||||
[SameObject, PutForwards=value]
|
||||
readonly attribute DOMTokenList sandbox;
|
||||
// attribute boolean seamless;
|
||||
// attribute boolean allowFullscreen;
|
||||
attribute DOMString width;
|
||||
|
||||
Reference in New Issue
Block a user