html - 为什么我看不到 Firefox 的日期选择器?

标签 html google-chrome firefox datepicker

以下 HTML 在 chrome 上生成一个日期选择器:

<html>
<head> <title> </title> </head>
<body>
    <form>
      <input type="date" />
    </form>
</body>

enter image description here

但它在 firefox 19.0.2 上显示了一个简单的文本字段。这是为什么 ?是不是 firefox 不支持 HTML 5 的所有特性?

最佳答案

Why is that ? Is it that firefox doesn't support all the featurs of HTML 5 ?

是的,FireFox 不支持所有 HTML 5 功能。例如 FireFox 19 不支持 date 字段。

这里是关于浏览器支持date 输入字段的更多详细信息:http://caniuse.com/input-datetime

关于html - 为什么我看不到 Firefox 的日期选择器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15459257/

相关文章:

html - 如何让滚动条始终从 CSS 的底部开始?

html - css中的悬停变化效果

javascript - Console.log 仅显示打印对象的更新版本

javascript - 为什么 console.log(true, '\t' ) 打印 true " "?

html - 用单类 css 覆盖多类 css

google-chrome - 如何检测浏览器是否支持 contenteditable 参数中的 "plaintext-only"值?

linux - 是什么原因导致 "Xclients"在系统启动时被执行两次?

javascript语法错误预期表达式,得到 '<'

css - 外部 CSS 字体仅在 Chrome 中显示(没有 IE 和 Firefox)

javascript - 动态添加 9000 个选项以在 javascript 中选择在 IE 上花费太长时间