1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 11:57:35 +00:00

LibWeb: Add input stepUp and stepDown functions

This commit is contained in:
Bastiaan van der Plaat 2023-12-07 19:35:45 +01:00 committed by Tim Flynn
parent 1a63639518
commit 1b9a961fb0
5 changed files with 305 additions and 2 deletions

View file

@ -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;