我的HTML5验证出现奇怪的错误
Error: Bad value text for attribute type on element script: Subtype missing.
From line 316, column 1; to line 316, column 40
e="1" />↩↩<script id="viewModel" type="text">↩ {
Syntax of MIME type:
A media-type as defined in RFC 2616; that is, typically, a required type, followed by a "/" character, followed by a required subtype, optionally followed by one or more instances of a ";" character followed by a parameter. Examples: text/css, text/css;charset=utf-8.我需要做什么来修复这个错误,你知道吗?
发布于 2015-03-31 14:16:13
脚本类型不能为纯文本。后面跟着类似下面这样的子类型:
text/javascript
text/vbscript等。
https://stackoverflow.com/questions/29361793
复制相似问题