mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 15:49:11 +00:00
LibWeb: Add input stepUp and stepDown functions
This commit is contained in:
parent
1a63639518
commit
1b9a961fb0
Notes:
sideshowbarker
2024-07-17 09:56:35 +09:00
Author: https://github.com/bplaat
Commit: 1b9a961fb0
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 ✅
5 changed files with 305 additions and 2 deletions
|
@ -44,8 +44,8 @@ interface HTMLInputElement : HTMLElement {
|
|||
attribute unrestricted double valueAsNumber;
|
||||
// FIXME: [CEReactions] attribute unsigned long width;
|
||||
|
||||
// FIXME: undefined stepUp(optional long n = 1);
|
||||
// FIXME: undefined stepDown(optional long n = 1);
|
||||
undefined stepUp(optional long n = 1);
|
||||
undefined stepDown(optional long n = 1);
|
||||
|
||||
// FIXME: readonly attribute boolean willValidate;
|
||||
// FIXME: readonly attribute ValidityState validity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue