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