LibWeb: Add input element valueAsDate property

This commit is contained in:
Bastiaan van der Plaat
2023-12-15 18:23:29 +01:00
committed by Andrew Kaster
parent be511fdcf7
commit cf69fd0a09
10 changed files with 314 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ interface HTMLInputElement : HTMLElement {
[CEReactions] attribute DOMString type;
[CEReactions, Reflect=value] attribute DOMString defaultValue;
[CEReactions, LegacyNullToEmptyString] attribute DOMString value;
// FIXME: attribute object? valueAsDate;
attribute object? valueAsDate;
attribute unrestricted double valueAsNumber;
// FIXME: [CEReactions] attribute unsigned long width;