mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
Implement iframe.srcdoc trusted type sink (#36960)
Part of https://github.com/servo/servo/issues/36258 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com> Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
committed by
GitHub
parent
9f6a40e6aa
commit
c985c08737
@@ -9,8 +9,8 @@ interface HTMLIFrameElement : HTMLElement {
|
||||
|
||||
[CEReactions]
|
||||
attribute USVString src;
|
||||
[CEReactions]
|
||||
attribute DOMString srcdoc;
|
||||
[CEReactions, SetterThrows]
|
||||
attribute (TrustedHTML or DOMString) srcdoc;
|
||||
|
||||
[CEReactions]
|
||||
attribute DOMString name;
|
||||
|
||||
Reference in New Issue
Block a user