- From: poot <cvsmail@w3.org>
- Date: Thu, 4 Mar 2010 08:55:26 +0900 (JST)
- To: public-html-diffs@w3.org
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><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:56 UTC