mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add Sandbox field to HTMLIFrameElement
This commit is contained in:
parent
41230fe03d
commit
47984a52c6
3 changed files with 8 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue