mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
Implement srcdoc support for iframes.
This commit is contained in:
@@ -9,8 +9,8 @@ interface HTMLIFrameElement : HTMLElement {
|
||||
|
||||
[CEReactions]
|
||||
attribute USVString src;
|
||||
// [CEReactions]
|
||||
// attribute DOMString srcdoc;
|
||||
[CEReactions]
|
||||
attribute DOMString srcdoc;
|
||||
|
||||
[CEReactions]
|
||||
attribute DOMString name;
|
||||
|
||||
Reference in New Issue
Block a user