mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add ReferrerPolicy IDL attribute to iframes (#34526)
Signed-off-by: Shane Handley <shanehandley@fastmail.com>
This commit is contained in:
parent
b3977e7f6c
commit
3363e1a261
10 changed files with 29 additions and 206 deletions
|
@ -23,6 +23,8 @@ interface HTMLIFrameElement : HTMLElement {
|
|||
attribute boolean allowFullscreen;
|
||||
[CEReactions]
|
||||
attribute DOMString width;
|
||||
[CEReactions]
|
||||
attribute DOMString referrerPolicy;
|
||||
[CEReactions]
|
||||
attribute DOMString height;
|
||||
readonly attribute Document? contentDocument;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue