LibWeb: Add method HTMLInputElement::is_single_line()

This commit is contained in:
rmg-x 2024-07-07 11:05:13 -05:00 committed by Andreas Kling
commit b36a78a798
Notes: sideshowbarker 2024-07-16 22:26:05 +09:00
2 changed files with 17 additions and 0 deletions

View file

@ -168,6 +168,8 @@ public:
// https://html.spec.whatwg.org/multipage/forms.html#concept-submit-button
virtual bool is_submit_button() const override;
bool is_single_line() const;
virtual void reset_algorithm() override;
virtual void form_associated_element_was_inserted() override;