Add tracking issues for DOM APIs related to 'browsing context names'.

https://github.com/servo/servo/issues/14453
This commit is contained in:
Corey Farwell 2016-12-03 13:26:38 -05:00
parent bd5eef58a2
commit fe9b3a7831
2 changed files with 11 additions and 3 deletions

View file

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