mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-03 17:58:49 +00:00
LibWeb: Implement reset algorithm for HTMLSelectElement
This commit is contained in:
parent
de44e0faf5
commit
b55c9f36dc
Notes:
sideshowbarker
2024-07-17 06:39:26 +09:00
Author: https://github.com/srikavin
Commit: b55c9f36dc
Pull-request: https://github.com/SerenityOS/serenity/pull/16631
2 changed files with 16 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue