- From: Manu Sporny via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 20 Oct 2010 21:40:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/rdfa
In directory hutz:/tmp/cvs-serv23811
Modified Files:
Overview-src.html Overview.html
Log Message:
Fixed 'default vocabulary URI' setting for HTML+RDFa spec.
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/rdfa/Overview.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Overview.html 19 Oct 2010 14:01:38 -0000 1.31
+++ Overview.html 20 Oct 2010 21:40:39 -0000 1.32
@@ -745,8 +745,7 @@
<p>Documents conforming to the rules in this specification are processed
according to [<cite><a class="bibref" rel="biblioentry" href="#bib-RDFA-CORE">RDFA-CORE</a></cite>] with the following extensions:</p>
<ul>
- <li>The <a class="tref" title="default_vocabulary_URI">default vocabulary URI</a> is
- <code>http://www.w3.org/1999/xhtml/vocab#</code>.</li>
+ <li>The <a class="tref" title="default_vocabulary_URI">default vocabulary URI</a> is undefined.</li>
<li>The <a class="tref" title="default_RDFa_profile">default RDFa profile</a> document is
<code>http://www.w3.org/1999/xhtml/vocab</code>.</li>
<li>The <a class="tref" title="base">base</a> can be set using the <code>base</code> element.</li>
Index: Overview-src.html
===================================================================
RCS file: /sources/public/html5/rdfa/Overview-src.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Overview-src.html 19 Oct 2010 13:59:42 -0000 1.12
+++ Overview-src.html 20 Oct 2010 21:40:39 -0000 1.13
@@ -443,8 +443,7 @@
<p>Documents conforming to the rules in this specification are processed
according to [[!RDFA-CORE]] with the following extensions:</p>
<ul>
- <li>The <tref>default vocabulary URI</tref> is
- <code>http://www.w3.org/1999/xhtml/vocab#</code>.</li>
+ <li>The <tref>default vocabulary URI</tref> is undefined.</li>
<li>The <tref>default RDFa profile</tref> document is
<code>http://www.w3.org/1999/xhtml/vocab</code>.</li>
<li>The <tref>base</tref> can be set using the <code>base</code> element.</li>
Received on Wednesday, 20 October 2010 21:40:43 UTC