mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +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
|
@ -29,9 +29,6 @@ public:
|
|||
String text() const;
|
||||
void set_text(String const&);
|
||||
|
||||
StringView referrer_policy() const;
|
||||
WebIDL::ExceptionOr<void> set_referrer_policy(String const&);
|
||||
|
||||
// ^EventTarget
|
||||
// https://html.spec.whatwg.org/multipage/interaction.html#the-tabindex-attribute:the-a-element
|
||||
virtual bool is_focusable() const override { return has_attribute(HTML::AttributeNames::href); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue