mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
LibWeb: Move logic to check if valueAsNumber applies to its own function
This commit is contained in:
committed by
Tim Flynn
parent
c0751b2a49
commit
1a63639518
Notes:
sideshowbarker
2024-07-17 06:40:35 +09:00
Author: https://github.com/bplaat Commit: https://github.com/SerenityOS/serenity/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 ✅
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user