1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:57:45 +00:00

LibWeb: Add HTMLAnchorElement.referrerPolicy property

This commit is contained in:
Sam Atkins 2023-03-29 12:46:50 +01:00 committed by Linus Groh
parent 0c19d3aa58
commit 88d64fcb55
7 changed files with 87 additions and 0 deletions

View file

@ -17,6 +17,8 @@ interface HTMLAnchorElement : HTMLElement {
[CEReactions] attribute DOMString text;
[CEReactions] attribute DOMString referrerPolicy;
// Obsolete
[CEReactions, Reflect] attribute DOMString coords;
[CEReactions, Reflect] attribute DOMString charset;