- From: <bugzilla@jessica.w3.org>
- Date: Tue, 11 Jan 2011 12:43:54 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11732
Philip Jgenstedt <philipj@opera.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |philipj@opera.com
Resolution| |INVALID
--- Comment #1 from Philip Jgenstedt <philipj@opera.com> 2011-01-11 12:43:54 UTC ---
Markup is GBK-ish decoded as Latin-1-ish, originally some like:
<div itemscope itemtype="http://data-vocabulary.org/Product">
<span itemprop="brand">惠家</span> <span itemprop="name">镜
园艺剪</span>
<img itemprop="image" src="anvil_executive.jpg" />
<span itemprop="description">惠家镜湓耙占
与其普通款相比更为坚固耐用,
是您修整庭园的最佳选择。
</span>
类别:<span itemprop="category" content="Hardware > Tools >
shears">园艺剪</span>
商品编号 #:<span itemprop="identifier"
content="mpn:925872">
925872</span>
<span itemprop="review" itemscope
itemtype="http://data-vocabulary.org/Review-aggregate">
<span itemprop="rating">4.4</span> 星(来自 <span
itemprop="count">89
</span> 条评论)
</span>
<span itemprop="offerDetails" itemscope
itemtype="http://data-vocabulary.org/Offer">
正常价格:179.99 元
<meta itemprop="currency" content="RMB" />
<span itemprop="price">119.99</span> 元
(促销于 <time itemprop="priceValidUntil"
datetime="2010-11-05">
11 月 5 日结束!</time>)
供货商:<span
itemprop="seller">镜湓耙</span>
新旧程度:<span itemprop="condition"
content="used">二手,
9 成新</span>
<span itemprop="availability"
content="in_stock">有现货!立即订购!</span>
</span>
</div>
(A listing for a second-hand pair of garden scissors for 119.99 RMB.)
Clearly someone has been confused between RDFa and Microdata, as content=""
isn't used to set hidden metadata in Microdata, but is in RDFa. In this
particular case, the metadata does need to be hidden, because e.g. condition:
used shouldn't be exposed to the user, the localized string 二手
should.
Anyway, closing as invalid.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Tuesday, 11 January 2011 12:43:56 UTC