mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Move logic to check if valueAsNumber applies to its own function
This commit is contained in:
parent
c0751b2a49
commit
1a63639518
Notes:
sideshowbarker
2024-07-17 06:40:35 +09:00
Author: https://github.com/bplaat
Commit: 1a63639518
Pull-request: https://github.com/SerenityOS/serenity/pull/22166
Reviewed-by: https://github.com/LucasChollet
Reviewed-by: https://github.com/shannonbooth
Reviewed-by: https://github.com/trflynn89 ✅
2 changed files with 20 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue