Re: Microdata: The Itemref element

On Sun, Oct 18, 2009 at 9:18 PM, Nicholas Stimpson
<nicholas.stimpson@ntlworld.com> wrote:
> Take this example from the draft:
>
> <div itemscope>
> <itemref refid="x">
> <p itemprop="b">test</p>
> <p itemprop="a">2</p>
> </div>
> <div id="x">
> <p itemprop="a">1</p>
> </div>

Ho, I have an even more problematic example in mind :

<table>
  <tbody>
    <tr>
      <itemref refid="x">
        <td itemprop="b">test</td>
        <td itemprop="a">2</td>
      </itemref>
    </tr>
    <!-- repeat scheme -->
  </tbody>
</table>
<div id="x"><p itemprop="a">1</p></div>
<!-- repeat scheme -->

-- 
Olivier G.
http://identi.ca/lespacedunmatin
http://www.lespacedunmatin.info/blog/

Received on Monday, 19 October 2009 11:21:01 UTC