mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
LibWeb: Add stub reset algorithm for HTMLOutputElement
This commit is contained in:
committed by
Andreas Kling
parent
119e58a8c1
commit
56efd60755
@@ -41,6 +41,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;
|
||||
|
||||
private:
|
||||
HTMLOutputElement(DOM::Document&, DOM::QualifiedName);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user