- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Mar 2010 23:55:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv28090
Modified Files:
	Overview.html 
Log Message:
Fix some pubrules problems. (only affects the W3C variants of the specs) (whatwg r4819)
Index: Overview.html
===================================================================
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><dl itemscope
     itemtype="http://purl.org/vocab/frbr/core#Work"
-    itemid="http://purl.oreilly.com/works/45U8QJGZSQKDH8N">
+    itemid="http://books.example.com/works/45U8QJGZSQKDH8N">
  <dt>Title</dt>
  <dd><cite itemprop="http://purl.org/dc/terms/title">Just a Geek</cite></dd>
  <dt>By</dt>
@@ -1912,15 +1912,15 @@
  <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">
-  <link itemprop="http://purl.org/dc/terms/type" href="http://purl.oreilly.com/product-types/BOOK">
+     itemid="http://books.example.com/products/9780596007683.BOOK">
+  <link itemprop="http://purl.org/dc/terms/type" href="http://books.example.com/product-types/BOOK">
   Print
  </dd>
  <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">
-  <link itemprop="http://purl.org/dc/terms/type" href="http://purl.oreilly.com/product-types/EBOOK">
+     itemid="http://books.example.com/products/9780596802189.EBOOK">
+  <link itemprop="http://purl.org/dc/terms/type" href="http://books.example.com/product-types/EBOOK">
   Ebook
  </dd>
 </dl></pre>
@@ -1930,17 +1930,17 @@
   <pre class="turtle">@prefix dc: <http://purl.org/dc/terms/> .
  @prefix frbr: <http://purl.org/vocab/frbr/core#> .
 
-<http://purl.oreilly.com/works/45U8QJGZSQKDH8N> a frbr:Work ;
+<http://books.example.com/works/45U8QJGZSQKDH8N> a frbr:Work ;
      dc:creator "Wil Wheaton"@en ;
      dc:title "Just a Geek"@en ;
-     frbr:realization <http://purl.oreilly.com/products/9780596007683.BOOK>,
-         <http://purl.oreilly.com/products/9780596802189.EBOOK> . 
+     frbr:realization <http://books.example.com/products/9780596007683.BOOK>,
+         <http://books.example.com/products/9780596802189.EBOOK> . 
 
-<http://purl.oreilly.com/products/9780596007683.BOOK> a frbr:Expression ;
-     dc:type <http://purl.oreilly.com/product-types/BOOK> . 
+<http://books.example.com/products/9780596007683.BOOK> a frbr:Expression ;
+     dc:type <http://books.example.com/product-types/BOOK> . 
 
-<http://purl.oreilly.com/products/9780596802189.EBOOK> a frbr:Expression ;
-     dc:type <http://purl.oreilly.com/product-types/EBOOK> .</pre>
+<http://books.example.com/products/9780596802189.EBOOK> a frbr:Expression ;
+     dc:type <http://books.example.com/product-types/EBOOK> .</pre>
 
   </div>
 
Received on Wednesday, 3 March 2010 23:55:16 UTC