1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:04:57 +00:00

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
parent c0751b2a49
commit 1a63639518
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);