mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
LibWeb: Add input stepUp and stepDown functions
This commit is contained in:
committed by
Tim Flynn
parent
1a63639518
commit
1b9a961fb0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user