mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
LibWeb: Implement “convert a string to a number” for type=time inputs
This commit is contained in:
committed by
Tim Ledbetter
parent
678f531fe5
commit
8b0f6cb876
Notes:
github-actions[bot]
2025-03-04 12:34:10 +00:00
Author: https://github.com/sideshowbarker Commit: https://github.com/LadybirdBrowser/ladybird/commit/8b0f6cb876b Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3794 Reviewed-by: https://github.com/tcl3 ✅
@@ -278,6 +278,7 @@ private:
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
||||
Optional<double> convert_time_string_to_number(StringView input) const;
|
||||
Optional<double> convert_string_to_number(StringView input) const;
|
||||
String convert_number_to_string(double input) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user