- From: Özer Kavak <ozerkavak@gmail.com>
- Date: Tue, 10 Jan 2012 16:32:14 +0200
- To: public-vocabs@w3.org
- Message-ID: <CANJoW01oLMwcyF7fQ7R+K9V4jxT0xDV6ALEn86t9PZHuNNCDyw@mail.gmail.com>
(Correction of previous e-mail) Hi, I've remembered an issue for rich snippet testing tool. I was confused on those days about wrong(!) placement of itemscope. I've tried again: When itemscope is at the end: <div id="rat" itemtype="http://schema.org/Product" itemscope> <div itemtype="http://data-vocabulary.org/Review-aggregate" itemscope> . . </div> </div> Rich snippet testing tool does not parse and generate snippet properly. Attached screenshot: s1.png (http://www.freeimagehosting.net/4ngob) ----- when the code is: <div id="rat" itemscope itemtype="http://schema.org/Product"> <div itemscope itemtype="http://data-vocabulary.org/Review-aggregate"> . . </div> </div> Rich snippet testing tool parses and generates snippet properly. Attached sceenshot: s2.png (http://www.freeimagehosting.net/gtbod) Ozer Kavak (example page is from local playground site. It contains sseveral other errors)
Received on Wednesday, 11 January 2012 07:03:42 UTC