【发布时间】:2014-11-19 23:56:13
【问题描述】:
在使用 w3cvalidator 检查我的网站时
它显示了这个错误Attribute data-ls not allowed on svg element at this point并且结束标签svg与当前打开元素的名称不匹配(使用)。强>
这是我使用的示例代码。
<svg class="ls-l" style="top:320px;left:30%;white-space: nowrap;"
data-ls="offsetxin:-15; offsetyin:10; delayin:6854; offsetxout:-15; offsetyout:10; durationout:500; showuntil:1000; easingout:easeInOutQuart; scalexin:0; scaleyin:0; scalexout:0; scaleyout:0;"
width="50" height="50" viewBox="0 0 64 64" >
<use xlink:href="#location-pin">
</svg>
谢谢....
【问题讨论】:
-
请不要以使答案不再有意义的方式更改问题。
标签: html svg w3c w3c-validation svg-animate