microdata; hixie: Fix some pubrules problems. (only affects the W3C variants of the specs) (whatwg r4819)

microdata; hixie: Fix some pubrules problems. (only affects the W3C
variants of the specs) (whatwg r4819)

http://dev.w3.org/cvsweb/html5/md/Overview.html?r1=1.47&r2=1.48&f=h
http://html5.org/tools/web-apps-tracker?from=4818&to=4819

===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- Overview.html 2 Mar 2010 21:57:00 -0000 1.47
+++ Overview.html 3 Mar 2010 23:55:13 -0000 1.48
@@ -1277,11 +1277,11 @@
  <body>
   <h1>My photos</h1>
   <figure itemscope itemtype="http://n.whatwg.org/work" itemref="licenses">
-   <img itemprop="work" src="http://dev.w3.org/html5/spec/images/house.jpeg" alt="A white house, boarded up, sits in a forest.">
+   <img itemprop="work" src="images/house.jpeg" alt="A white house, boarded up, sits in a forest.">
    <figcaption itemprop="title">The house I found.</figcaption>
   </figure>
   <figure itemscope itemtype="http://n.whatwg.org/work" itemref="licenses">
-   <img itemprop="work" src="http://dev.w3.org/html5/spec/images/mailbox.jpeg" alt="Outside the house is a mailbox. It has a leaflet inside.">
+   <img itemprop="work" src="images/mailbox.jpeg" alt="Outside the house is a mailbox. It has a leaflet inside.">
    <figcaption itemprop="title">The mailbox.</figcaption>
   </figure>
   <footer>
@@ -1903,7 +1903,7 @@
 
    <pre>&lt;dl itemscope
     itemtype="http://purl.org/vocab/frbr/core#Work"
-    itemid="http://purl.oreilly.com/works/45U8QJGZSQKDH8N"&gt;
+    itemid="http://books.example.com/works/45U8QJGZSQKDH8N"&gt;
  &lt;dt&gt;Title&lt;/dt&gt;
  &lt;dd&gt;&lt;cite itemprop="http://purl.org/dc/terms/title"&gt;Just a Geek&lt;/cite&gt;&lt;/dd&gt;
  &lt;dt&gt;By&lt;/dt&gt;
@@ -1912,15 +1912,15 @@
  &lt;dd itemprop="http://purl.org/vocab/frbr/core#realization"
      itemscope
      itemtype="http://purl.org/vocab/frbr/core#Expression"
-     itemid="http://purl.oreilly.com/products/9780596007683.BOOK"&gt;
-  &lt;link itemprop="http://purl.org/dc/terms/type" href="http://purl.oreilly.com/product-types/BOOK"&gt;
+     itemid="http://books.example.com/products/9780596007683.BOOK"&gt;
+  &lt;link itemprop="http://purl.org/dc/terms/type" href="http://books.example.com/product-types/BOOK"&gt;
   Print
  &lt;/dd&gt;
  &lt;dd itemprop="http://purl.org/vocab/frbr/core#realization"
      itemscope
      itemtype="http://purl.org/vocab/frbr/core#Expression"
-     itemid="http://purl.oreilly.com/products/9780596802189.EBOOK"&gt;
-  &lt;link itemprop="http://purl.org/dc/terms/type" href="http://purl.oreilly.com/product-types/EBOOK"&gt;
+     itemid="http://books.example.com/products/9780596802189.EBOOK"&gt;
+  &lt;link itemprop="http://purl.org/dc/terms/type" href="http://books.example.com/product-types/EBOOK"&gt;
   Ebook
  &lt;/dd&gt;
 &lt;/dl&gt;</pre>
@@ -1930,17 +1930,17 @@
   <pre class="turtle">@prefix dc: &lt;http://purl.org/dc/terms/&gt; .
  @prefix frbr: &lt;http://purl.org/vocab/frbr/core#&gt; .
 
-&lt;http://purl.oreilly.com/works/45U8QJGZSQKDH8N&gt; a frbr:Work ;
+&lt;http://books.example.com/works/45U8QJGZSQKDH8N&gt; a frbr:Work ;
      dc:creator "Wil Wheaton"@en ;
      dc:title "Just a Geek"@en ;
-     frbr:realization &lt;http://purl.oreilly.com/products/9780596007683.BOOK&gt;,
-         &lt;http://purl.oreilly.com/products/9780596802189.EBOOK&gt; . 
+     frbr:realization &lt;http://books.example.com/products/9780596007683.BOOK&gt;,
+         &lt;http://books.example.com/products/9780596802189.EBOOK&gt; . 
 
-&lt;http://purl.oreilly.com/products/9780596007683.BOOK&gt; a frbr:Expression ;
-     dc:type &lt;http://purl.oreilly.com/product-types/BOOK&gt; . 
+&lt;http://books.example.com/products/9780596007683.BOOK&gt; a frbr:Expression ;
+     dc:type &lt;http://books.example.com/product-types/BOOK&gt; . 
 
-&lt;http://purl.oreilly.com/products/9780596802189.EBOOK&gt; a frbr:Expression ;
-     dc:type &lt;http://purl.oreilly.com/product-types/EBOOK&gt; .</pre>
+&lt;http://books.example.com/products/9780596802189.EBOOK&gt; a frbr:Expression ;
+     dc:type &lt;http://books.example.com/product-types/EBOOK&gt; .</pre>
 
   </div>

Received on Wednesday, 3 March 2010 23:55:56 UTC