mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibWeb: Implement HTMLSelectElement.type
This commit is contained in:
parent
c247fefee7
commit
c4ee43c5b4
Notes:
sideshowbarker
2024-07-17 10:08:28 +09:00
Author: https://github.com/Lubrsi
Commit: c4ee43c5b4
Pull-request: https://github.com/SerenityOS/serenity/pull/15964
Reviewed-by: https://github.com/awesomekling
3 changed files with 17 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; }
|
||||
|
||||
String const& type() const;
|
||||
|
||||
private:
|
||||
HTMLSelectElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue