【发布时间】:2023-03-17 17:30:02
【问题描述】:
以下 HTML 在 chrome 上生成 日期选择器:
<html>
<head> <title> </title> </head>
<body>
<form>
<input type="date" />
</form>
</body>
但它在firefox 19.0.2 上显示了一个简单的文本字段。这是为什么 ?是不是firefox不支持HTML 5的所有功能?
【问题讨论】:
-
你基本上需要检查哪些功能支持或不支持html5test.com
标签: html google-chrome firefox datepicker