mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
LibWeb: Add input element valueAsDate property
This commit is contained in:
committed by
Andrew Kaster
parent
be511fdcf7
commit
cf69fd0a09
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user