mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement srcdoc support for iframes.
This commit is contained in:
parent
944c1e9f97
commit
bf69b6fea7
56 changed files with 116 additions and 172 deletions
|
@ -9,8 +9,8 @@ interface HTMLIFrameElement : HTMLElement {
|
|||
|
||||
[CEReactions]
|
||||
attribute USVString src;
|
||||
// [CEReactions]
|
||||
// attribute DOMString srcdoc;
|
||||
[CEReactions]
|
||||
attribute DOMString srcdoc;
|
||||
|
||||
[CEReactions]
|
||||
attribute DOMString name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue