mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add tracking issues for DOM APIs related to 'browsing context names'.
https://github.com/servo/servo/issues/14453
This commit is contained in:
parent
bd5eef58a2
commit
fe9b3a7831
2 changed files with 11 additions and 3 deletions
|
@ -6,7 +6,10 @@
|
|||
interface HTMLIFrameElement : HTMLElement {
|
||||
attribute DOMString src;
|
||||
// attribute DOMString srcdoc;
|
||||
// attribute DOMString name;
|
||||
|
||||
// https://github.com/servo/servo/issues/14453
|
||||
// attribute DOMString name;
|
||||
|
||||
[SameObject, PutForwards=value]
|
||||
readonly attribute DOMTokenList sandbox;
|
||||
// attribute boolean seamless;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue