#504: hook up valueAsDate to correct pref

This commit is contained in:
Cameron Kaiser 2018-07-07 11:20:02 -07:00
parent a87d157ba6
commit 80c343933f
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ interface HTMLInputElement : HTMLElement {
attribute DOMString defaultValue;
[Pure, TreatNullAs=EmptyString, SetterThrows]
attribute DOMString value;
[Throws, Pref="dom.experimental_forms"]
[Throws, Pref="tenfourfox.dom.forms.date"]
attribute Date? valueAsDate;
[Pure, SetterThrows]
attribute unrestricted double valueAsNumber;