mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Implement HTMLAreaElement.referrerPolicy
This commit is contained in:
parent
64eadab181
commit
8f2cb6755b
Notes:
sideshowbarker
2024-07-17 05:02:42 +09:00
Author: https://github.com/jamierocks
Commit: 8f2cb6755b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/23
7 changed files with 18 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
#import <Fetch/Request.idl>
|
||||
#import <HTML/HTMLElement.idl>
|
||||
#import <HTML/HTMLHyperlinkElementUtils.idl>
|
||||
|
||||
|
@ -15,7 +16,7 @@ interface HTMLAreaElement : HTMLElement {
|
|||
[CEReactions, Reflect] attribute USVString ping;
|
||||
[CEReactions, Reflect] attribute DOMString rel;
|
||||
[SameObject, PutForwards=value] readonly attribute DOMTokenList relList;
|
||||
[FIXME, CEReactions] attribute DOMString referrerPolicy;
|
||||
[CEReactions, Reflect=referrerpolicy, Enumerated=ReferrerPolicy] attribute DOMString referrerPolicy;
|
||||
|
||||
// Obsolete
|
||||
[Reflect=nohref] attribute boolean noHref;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue