Bug 946398 - Flip the pref to enable <input type=number>. r=smaug

This commit is contained in:
Jonathan Watt 2013-12-08 23:26:16 +00:00
parent 9b47b8e150
commit 7a1a801461

View File

@ -868,7 +868,9 @@ pref("dom.min_background_timeout_value", 1000);
// Don't use new input types
pref("dom.experimental_forms", false);
pref("dom.forms.number", false);
// Enable <input type=number>:
pref("dom.forms.number", true);
// Enable <input type=color> by default. It will be turned off for remaining
// platforms which don't have a color picker implemented yet.