mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 07:49:05 +00:00
LibWeb: Implement HTMLLinkElement.referrerPolicy
This commit is contained in:
parent
469cbe78de
commit
f82c727071
Notes:
sideshowbarker
2024-07-17 00:27:16 +09:00
Author: https://github.com/jamierocks
Commit: f82c727071
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/23
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
#import <CSS/LinkStyle.idl>
|
||||
#import <Fetch/Request.idl>
|
||||
#import <HTML/HTMLElement.idl>
|
||||
#import <HTML/Scripting/Fetching.idl>
|
||||
|
||||
|
@ -20,7 +21,7 @@ interface HTMLLinkElement : HTMLElement {
|
|||
[FIXME, SameObject, PutForwards=value] readonly attribute DOMTokenList sizes;
|
||||
[CEReactions, Reflect=imagesrcset] attribute DOMString imageSrcset;
|
||||
[CEReactions, Reflect=imagesizes] attribute DOMString imageSizes;
|
||||
[FIXME, CEReactions] attribute DOMString referrerPolicy;
|
||||
[CEReactions, Reflect=referrerpolicy, Enumerated=ReferrerPolicy] attribute DOMString referrerPolicy;
|
||||
[FIXME, SameObject, PutForwards=value] readonly attribute DOMTokenList blocking;
|
||||
[CEReactions, Reflect] attribute boolean disabled;
|
||||
[CEReactions, Enumerated=FetchPriorityAttribute, Reflect=fetchpriority] attribute DOMString fetchPriority;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue