今天更新了zencode插件了,n年没更新过了,然后更新过后生成script标签发现没有了type属性了想请问,是否在html中现在已经舍弃使用该属性了?
2 回答
偶然的你
TA贡献1841条经验 获得超3个赞
没有取消。HTML5新增的属性是async。之前被废弃的属性是language,并且type是用来来替代它的。该值为合法的MIME类型,比如说:text/javascripttext/ecmascriptapplication/ecmascriptapplication/javascripttext/vbscript
忽然笑
TA贡献1806条经验 获得超5个赞
看看HTML5的specification就知道有没有cancel掉啦。ClickMe.从specification可知,typeattribute还在。Thetypeattributegivesthelanguageofthescriptorformatofthedata.Iftheattributeispresent,itsvaluemustbeavalidMIMEtype.Thecharsetparametermustnotbespecified.Thedefault,whichisusediftheattributeisabsent,is"text/javascript".typeattribute的Defaultvalue就是text/javascript,所以没有必要写了!!!!
添加回答
举报
0/150
提交
取消