diff --git a/complete.html b/complete.html index cc2b32b6257..e7d9b213d5e 100644 --- a/complete.html +++ b/complete.html @@ -42291,7 +42291,7 @@

4.10.7 The inputtype; attribute DOMString defaultValue; attribute DOMString value; - attribute Date valueAsDate; + attribute Date? valueAsDate; attribute double valueAsNumber; attribute unsigned long width; diff --git a/index b/index index cc2b32b6257..e7d9b213d5e 100644 --- a/index +++ b/index @@ -42291,7 +42291,7 @@ interface HTMLFormElement : H attribute DOMString type; attribute DOMString defaultValue; attribute DOMString value; - attribute Date valueAsDate; + attribute Date? valueAsDate; attribute double valueAsNumber; attribute unsigned long width; diff --git a/source b/source index 17ed2dc7175..4f85c628a73 100644 --- a/source +++ b/source @@ -49370,7 +49370,7 @@ interface HTMLFormElement : HTMLElement { attribute DOMString type; attribute DOMString defaultValue; attribute DOMString value; - attribute Date valueAsDate; + attribute Date? valueAsDate; attribute double valueAsNumber; attribute unsigned long width;