mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb: Add stub reset algorithm for HTMLOutputElement
This commit is contained in:
parent
119e58a8c1
commit
56efd60755
Notes:
sideshowbarker
2024-07-17 02:13:57 +09:00
Author: https://github.com/srikavin
Commit: 56efd60755
Pull-request: https://github.com/SerenityOS/serenity/pull/16631
2 changed files with 10 additions and 0 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue