Php HTML 5表单浏览器与Internet Explorer的兼容性问题

Php HTML 5表单浏览器与Internet Explorer的兼容性问题,php,javascript,jquery,html,Php,Javascript,Jquery,Html,为什么HTML5表单在IE 9上不兼容 我没有看到在Internet explorer 9上验证的表单。 它可以在FF、Chrome和Safari上正常工作,但不能在Internet Explorer上正常工作。Internet Explorer缺少大多数HTML5功能,这就是为什么您在使用它时遇到问题的原因 请访问网站,了解IE9与什么兼容: 表格 input type=text Partial input type=search

为什么HTML5表单在IE 9上不兼容

我没有看到在Internet explorer 9上验证的表单。
它可以在FF、Chrome和Safari上正常工作,但不能在Internet Explorer上正常工作。

Internet Explorer缺少大多数HTML5功能,这就是为什么您在使用它时遇到问题的原因

请访问网站,了解IE9与什么兼容:

表格

input type=text             Partial         
input type=search           No      
input type=tel              No      
input type=url              No      
input type=email            No      
input type=datetime         No      
input type=date             No      
input type=month            No      
input type=week             No      
input type=time             No      
input type=datetime-local   No      
input type=number           No      
input type=range            No      
input type=color            No      
input type=checkbox         Yes         
input type=image            Yes         
input type=file             Partial         
textarea                    Partial         
select                      Partial         
fieldset                    Partial         
datalist                    No      
keygen                      No      
output                      No      
progress                    No      
meter                       No 
Field validation                    No      
Association of controls and forms   No      
Other attributes                    No      
CSS selectors                       No      
Events                              Partial         
字段

input type=text             Partial         
input type=search           No      
input type=tel              No      
input type=url              No      
input type=email            No      
input type=datetime         No      
input type=date             No      
input type=month            No      
input type=week             No      
input type=time             No      
input type=datetime-local   No      
input type=number           No      
input type=range            No      
input type=color            No      
input type=checkbox         Yes         
input type=image            Yes         
input type=file             Partial         
textarea                    Partial         
select                      Partial         
fieldset                    Partial         
datalist                    No      
keygen                      No      
output                      No      
progress                    No      
meter                       No 
Field validation                    No      
Association of controls and forms   No      
Other attributes                    No      
CSS selectors                       No      
Events                              Partial         

似乎直到IE 10.0才支持它


应该有一个允许你实现你想要的东西的方法。

因为可能html5启用码会为你工作检查这个

因为IE9(相对)比较旧,微软对支持新标准持谨慎态度,html5是最前沿的。很多浏览器检查都不支持html5表单的许多功能

检查

及 浏览器支持新的HTML5输入类型

source

在使用html5元素之前,您可以使用它检查浏览器的兼容性。

@Nida Hafeez

看看这个:

我不建议您使用HTML5验证


始终记住,用户可以根据不同的浏览器类型、版本和启用/禁用javascript或其他客户端功能来克服客户端验证。

waaa可能太模糊了。我们需要更多的信息来提供帮助。但是,简单的回答是:IE很糟糕,在功能和支持方面总是落后于其他版本。Mike,他确实提到了什么是HTML5的新功能。IE不支持。任何浏览器都不完全支持HTML5表单。无论脚本是什么,在每个用户输入服务器端都必须进行验证+1对于您的答案…它看起来像是新用户根据声誉接受答案。。你的回答比昆汀更有帮助