LibWeb/HTML: Start implementing the download attribute

This commit is contained in:
Chase Knowlden 2024-10-26 21:57:12 -04:00 committed by Andreas Kling
parent 85356094b5
commit 20376adbc3
Notes: github-actions[bot] 2024-10-27 09:36:48 +00:00
2 changed files with 9 additions and 1 deletions

View file

@ -43,6 +43,7 @@ private:
virtual bool has_activation_behavior() const override;
virtual void activation_behavior(Web::DOM::Event const&) override;
virtual bool has_download_preference() const;
// ^DOM::Element
virtual void attribute_changed(FlyString const& name, Optional<String> const& old_value, Optional<String> const& value) override;