LibWeb: Use Reflect for HTMLAnchorElement.referrerPolicy

This commit is contained in:
Jamie Mansfield 2024-05-31 21:14:26 +01:00 committed by Andreas Kling
commit 469cbe78de
Notes: sideshowbarker 2024-07-16 22:14:49 +09:00
3 changed files with 2 additions and 27 deletions

View file

@ -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); }