mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +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 {
|
interface HTMLIFrameElement : HTMLElement {
|
||||||
attribute DOMString src;
|
attribute DOMString src;
|
||||||
// attribute DOMString srcdoc;
|
// attribute DOMString srcdoc;
|
||||||
// attribute DOMString name;
|
|
||||||
|
// https://github.com/servo/servo/issues/14453
|
||||||
|
// attribute DOMString name;
|
||||||
|
|
||||||
[SameObject, PutForwards=value]
|
[SameObject, PutForwards=value]
|
||||||
readonly attribute DOMTokenList sandbox;
|
readonly attribute DOMTokenList sandbox;
|
||||||
// attribute boolean seamless;
|
// attribute boolean seamless;
|
||||||
|
|
|
@ -9,7 +9,10 @@
|
||||||
[Unforgeable] readonly attribute WindowProxy window;
|
[Unforgeable] readonly attribute WindowProxy window;
|
||||||
[BinaryName="Self_", Replaceable] readonly attribute WindowProxy self;
|
[BinaryName="Self_", Replaceable] readonly attribute WindowProxy self;
|
||||||
[Unforgeable] readonly attribute Document document;
|
[Unforgeable] readonly attribute Document document;
|
||||||
// attribute DOMString name;
|
|
||||||
|
// https://github.com/servo/servo/issues/14453
|
||||||
|
// attribute DOMString name;
|
||||||
|
|
||||||
[/*PutForwards=href, */Unforgeable] readonly attribute Location location;
|
[/*PutForwards=href, */Unforgeable] readonly attribute Location location;
|
||||||
readonly attribute History history;
|
readonly attribute History history;
|
||||||
//[Replaceable] readonly attribute BarProp locationbar;
|
//[Replaceable] readonly attribute BarProp locationbar;
|
||||||
|
@ -35,7 +38,9 @@
|
||||||
//WindowProxy open(optional DOMString url = "about:blank", optional DOMString target = "_blank",
|
//WindowProxy open(optional DOMString url = "about:blank", optional DOMString target = "_blank",
|
||||||
// optional DOMString features = "", optional boolean replace = false);
|
// optional DOMString features = "", optional boolean replace = false);
|
||||||
//getter WindowProxy (unsigned long index);
|
//getter WindowProxy (unsigned long index);
|
||||||
//getter object (DOMString name);
|
|
||||||
|
// https://github.com/servo/servo/issues/14453
|
||||||
|
// getter object (DOMString name);
|
||||||
|
|
||||||
// the user agent
|
// the user agent
|
||||||
readonly attribute Navigator navigator;
|
readonly attribute Navigator navigator;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue