Grooveshark 小部件的 HTML5 验证
我似乎无法找到一种方法来修复验证而不破坏小部件。 我的元素缺少“数据”和“类型”属性。
第 769 行,第 38 列:元素对象缺少以下一个或多个属性:数据、类型。
<object width="250" height="40"> <param name="movie" value="http://listen…
我添加了 type="application/x-shockwave-flash" 但这似乎也破坏了它。
这是完整的小部件:
<object width="250" height="40"> <param name="movie" value="http://listen.grooveshark.com/songWidget.swf" />
<param name="wmode" value="opaque" /> <param name="allowScriptAccess" value="always" /> <param name="flashvars" value="hostname=cowbell.grooveshark.com&widgetID=25014214&style=metal&p=0" /> <embed src="http://listen.grooveshark.com/songWidget.swf" type="application/x-shockwave-flash" width="250" height="40" flashvars="hostname=cowbell.grooveshark.com&widgetID=25014214&style=metal&p=0" allowScriptAccess="always" wmode="window" /></object>
您可以在此处查看正在运行的小部件: http://www.eportfolio.jameswmann.com
I can't seem to find a way to fix the validation without breaking the widget.
My element is missing 'data' and 'type' attributes.
Line 769, Column 38: Element object is missing one or more of the following attributes: data, type.
<object width="250" height="40"> <param name="movie" value="http://listen…
I've added type="application/x-shockwave-flash" but that seems to break it too.
This is the full widget:
<object width="250" height="40"> <param name="movie" value="http://listen.grooveshark.com/songWidget.swf" />
<param name="wmode" value="opaque" /> <param name="allowScriptAccess" value="always" /> <param name="flashvars" value="hostname=cowbell.grooveshark.com&widgetID=25014214&style=metal&p=0" /> <embed src="http://listen.grooveshark.com/songWidget.swf" type="application/x-shockwave-flash" width="250" height="40" flashvars="hostname=cowbell.grooveshark.com&widgetID=25014214&style=metal&p=0" allowScriptAccess="always" wmode="window" /></object>
You can see the widget in action here:
http://www.eportfolio.jameswmann.com
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
和丢弃
Use
and drop