summaryrefslogtreecommitdiff
path: root/modules/libpref/init/all.js
diff options
context:
space:
mode:
Diffstat (limited to 'modules/libpref/init/all.js')
-rw-r--r--modules/libpref/init/all.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 26df1c6ae5..e5c2787f33 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -1157,15 +1157,15 @@ pref("dom.forms.number", true);
// platforms which don't have a color picker implemented yet.
pref("dom.forms.color", true);
-// Support for input type=date and type=time. By default, disabled.
-pref("dom.forms.datetime", false);
+// Support for input type=date and type=time.
+pref("dom.forms.datetime", true);
-// Support for input type=month, type=week and type=datetime-local. By default,
-// disabled.
-pref("dom.forms.datetime.others", false);
+// Enable time picker UI.
+pref("dom.forms.datetime.timepicker", true);
-// Enable time picker UI. By default, disabled.
-pref("dom.forms.datetime.timepicker", false);
+// Support for input type=month, type=week and type=datetime-local.
+// TODO: implement/fix these.
+pref("dom.forms.datetime.others", false);
// Support for new @autocomplete values
pref("dom.forms.autocomplete.experimental", false);