- From: Manu Sporny via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 20 Oct 2010 21:31:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/rdfa/drafts/WD-rdfa-in-html-20101019
In directory hutz:/tmp/cvs-serv21833
Modified Files:
Overview.html
Log Message:
Fixed bug for default vocabulary URI specification for HTML+RDFa 1.1.
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/rdfa/drafts/WD-rdfa-in-html-20101019/Overview.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Overview.html 16 Oct 2010 19:38:22 -0000 1.2
+++ Overview.html 20 Oct 2010 21:31:10 -0000 1.3
@@ -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>
Received on Wednesday, 20 October 2010 21:31:14 UTC