Add Sandbox field to HTMLIFrameElement

This commit is contained in:
Nazım Can Altınova 2016-06-11 01:59:59 +03:00
parent 41230fe03d
commit 47984a52c6
3 changed files with 8 additions and 12 deletions

View file

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