- From: Manu Sporny via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Jun 2010 23:41:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/rdfa/drafts/WD-rdfa-in-html-20100624
In directory hutz:/tmp/cvs-serv31240
Modified Files:
Overview.html
Log Message:
Fixed two validation errors in HTML+RDFa 1.1 WD spec.
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/rdfa/drafts/WD-rdfa-in-html-20100624/Overview.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Overview.html 23 Jun 2010 21:52:01 -0000 1.1
+++ Overview.html 23 Jun 2010 23:41:17 -0000 1.2
@@ -369,13 +369,13 @@
<p>Similarly, compound document elements that reside in different
namespaces must have their namespaces declarations preserved:</p>
<pre class="example" title="Namespace preservation for compound document elements"><p xmlns:ex="http://example.org/vocab#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- <span class="hilite">xmlns:fb="http://www.facebook.com/2008/fbml"</span>>
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <span class="hilite">xmlns:fb="http://www.facebook.com/2008/fbml"</span>
This is how you markup a user in FBML:
<span property="ex:markup" datatype="rdf:XMLLiteral">
→<p><fb:user uid="12345">The User</fb:user></p>
→</span>
-<p></p></pre>
+</p></pre>
<p>The markup above <em class="rfc2119" title="should">should</em> produce the following triple, which preserves the
<code>fb</code> namespace in the corresponding triple:</p>
@@ -661,7 +661,8 @@
Step #4 through Step #9:</p>
<ol>
- <li>For each RDFa attribute in the [<a href="%3Ca%20href=" http:="">Node.attributes</a>] list that has a [<a href="http://www.w3.org/TR/DOM-Level-2-Core/glossary.html#dt-namespaceprefix">namespace
+ <li>For each RDFa attribute in the [<a href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-1950641247">Node.attributes</a>]
+ list that has a [<a href="http://www.w3.org/TR/DOM-Level-2-Core/glossary.html#dt-namespaceprefix">namespace
prefix</a>] that is null, extract and use [<a href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-F68D080">Node.nodeValue</a>]
as the value.</li>
</ol>
Received on Wednesday, 23 June 2010 23:41:21 UTC