我使用的是: Version: Mars.2版本(4.5.2),用于JSP / HTML5开发,目前正在收到关于微数据属性的警告,例如:
在这一行中找到多个注释:
itemtype)。itemscope)。我知道可以禁用警告,但我喜欢其他属性。Eclipse中是否有错误阻止它正确地识别微数据?
示例:
<article class="col-sm-4">
<h4><i class="fa fa-envelope text-accent"></i> Mail</h4>
<address>
<span itemscope="" itemtype="http://schema.org/Organization">
<span itemprop="name">Customer Service</span><br>
<span itemprop="name">Company Name</span><br>
<span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
<span itemprop="street-address">P.O. Box 555</span><br>
<span itemprop="addressLocality">Union</span>, <span itemprop="ddressRegion">NJ</span> <span itemprop="postalCode">07083</span><br>
</span>
</span>
</address>
</article>发布于 2016-04-30 14:06:40
https://stackoverflow.com/questions/36898063
复制相似问题