LibWeb: Move logic to check if valueAsNumber applies to its own function

This commit is contained in:
Bastiaan van der Plaat 2023-12-07 19:31:42 +01:00 committed by Tim Flynn
commit 1a63639518
Notes: sideshowbarker 2024-07-17 06:40:35 +09:00
2 changed files with 20 additions and 2 deletions

View file

@ -160,6 +160,7 @@ public:
bool has_input_activation_behavior() const;
bool change_event_applies() const;
bool value_as_number_applies() const;
private:
HTMLInputElement(DOM::Document&, DOM::QualifiedName);