mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Adding Name and SetName functions for window
This commit is contained in:
parent
b1d3d6f632
commit
b9f7aa4686
11 changed files with 76 additions and 39 deletions
|
@ -10,9 +10,8 @@ interface HTMLIFrameElement : HTMLElement {
|
|||
// [CEReactions]
|
||||
// attribute DOMString srcdoc;
|
||||
|
||||
// https://github.com/servo/servo/issues/14453
|
||||
// [CEReactions]
|
||||
// attribute DOMString name;
|
||||
[CEReactions]
|
||||
attribute DOMString name;
|
||||
|
||||
[SameObject, PutForwards=value]
|
||||
readonly attribute DOMTokenList sandbox;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue