mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
LibWeb/HTML: Implement <input> element valueAsNumber for 'month'
This commit is contained in:
committed by
Sam Atkins
parent
ea880ec8b5
commit
6c2ad49ed2
Notes:
github-actions[bot]
2025-02-22 19:11:04 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/6c2ad49ed2a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3485 Reviewed-by: https://github.com/AtkinsSJ ✅ Reviewed-by: https://github.com/gmta Reviewed-by: https://github.com/trflynn89
@@ -32,7 +32,7 @@ url threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
||||
email threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
||||
password threw exception: InvalidStateError: valueAsNumber: Invalid input type used
|
||||
date did not throw: NaN
|
||||
month did not throw: NaN
|
||||
month did not throw: 100
|
||||
week did not throw: NaN
|
||||
time did not throw: NaN
|
||||
datetime-local did not throw: NaN
|
||||
|
||||
Reference in New Issue
Block a user