mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibWeb: Use Reflect for HTMLAnchorElement.referrerPolicy
This commit is contained in:
parent
53d7aa53a2
commit
469cbe78de
Notes:
sideshowbarker
2024-07-16 22:14:49 +09:00
Author: https://github.com/jamierocks
Commit: 469cbe78de
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/23
3 changed files with 2 additions and 27 deletions
|
@ -1,3 +1,4 @@
|
|||
#import <Fetch/Request.idl>
|
||||
#import <HTML/HTMLElement.idl>
|
||||
#import <HTML/HTMLHyperlinkElementUtils.idl>
|
||||
|
||||
|
@ -17,7 +18,7 @@ interface HTMLAnchorElement : HTMLElement {
|
|||
|
||||
[CEReactions] attribute DOMString text;
|
||||
|
||||
[CEReactions] attribute DOMString referrerPolicy;
|
||||
[CEReactions, Reflect=referrerpolicy, Enumerated=ReferrerPolicy] attribute DOMString referrerPolicy;
|
||||
|
||||
// Obsolete
|
||||
[CEReactions, Reflect] attribute DOMString coords;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue