mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibWeb: Implement reset algorithm for HTMLSelectElement
This commit is contained in:
committed by
Andreas Kling
parent
de44e0faf5
commit
b55c9f36dc
@@ -56,6 +56,8 @@ public:
|
||||
// https://html.spec.whatwg.org/multipage/forms.html#category-label
|
||||
virtual bool is_labelable() const override { return true; }
|
||||
|
||||
virtual void reset_algorithm() override;
|
||||
|
||||
DeprecatedString const& type() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user