mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Add tracking issues for DOM APIs related to 'browsing context names'.
https://github.com/servo/servo/issues/14453
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user