mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 08:20:44 +00:00
LibWeb/SVG: Implement the SVGAElement.referrerPolicy
attribute
This commit is contained in:
parent
d86f0a1b29
commit
31e8189f9f
Notes:
github-actions[bot]
2025-07-12 09:06:49 +00:00
Author: https://github.com/tcl3
Commit: 31e8189f9f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5412
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/shannonbooth
4 changed files with 19 additions and 6 deletions
|
@ -1,4 +1,5 @@
|
|||
#import <DOM/DOMTokenList.idl>
|
||||
#import <Fetch/Request.idl>
|
||||
#import <HTML/HTMLHyperlinkElementUtils.idl>
|
||||
#import <SVG/SVGURIReference.idl>
|
||||
|
||||
|
@ -14,7 +15,7 @@ interface SVGAElement : SVGGraphicsElement {
|
|||
[Reflect] attribute DOMString hreflang;
|
||||
[Reflect] attribute DOMString type;
|
||||
|
||||
[FIXME] attribute DOMString referrerPolicy;
|
||||
[Reflect=referrerpolicy, Enumerated=ReferrerPolicy] attribute DOMString referrerPolicy;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue