解决方法
不确定您要完成的是什么,但“输入属性”选项会为以下< input>添加测试.属性:自动完成,自动对焦,列表,占位符,最大,最小,多个,模式,必需和步骤. – 不确定这与< input type =“datetime”...>有什么关系?元素?
“输入类型”选项确实为以下类型的< input>添加了测试.元素:搜索,电话,网址,电子邮件,日期时间,日期,月份,周,时间,日期时间 – 本地,数字,范围和颜色.
但是,从文档中:
These (input) types can enable native datepickers,colorpickers,URL
validation,and so on. If a browser doesn’t support a given type,it
will be rendered as a text field. Modernizr cannot detect that date
inputs create a datepicker,the color input create a colorpicker,and
so on—it will detect that the input values are sanitized based on the
spec.