mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
LibWeb: Add HTMLAnchorElement.text getter and setter
And a FIXME for the missing `referrerPolicy` property.
This commit is contained in:
parent
888efe367e
commit
0c19d3aa58
Notes:
sideshowbarker
2024-07-17 10:05:47 +09:00
Author: https://github.com/AtkinsSJ
Commit: 0c19d3aa58
Pull-request: https://github.com/SerenityOS/serenity/pull/18086
Reviewed-by: https://github.com/linusg
3 changed files with 19 additions and 0 deletions
|
@ -15,6 +15,8 @@ interface HTMLAnchorElement : HTMLElement {
|
|||
[CEReactions, Reflect] attribute DOMString hreflang;
|
||||
[CEReactions, Reflect] attribute DOMString type;
|
||||
|
||||
[CEReactions] attribute DOMString text;
|
||||
|
||||
// Obsolete
|
||||
[CEReactions, Reflect] attribute DOMString coords;
|
||||
[CEReactions, Reflect] attribute DOMString charset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue