html5/rdfa/drafts/WD-rdfa-in-html-20100624 Overview.html,1.2,1.3

Update of /sources/public/html5/rdfa/drafts/WD-rdfa-in-html-20100624
In directory hutz:/tmp/cvs-serv32226

Modified Files:
	Overview.html 
Log Message:
Fixed a few broken fragments in links.


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/rdfa/drafts/WD-rdfa-in-html-20100624/Overview.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Overview.html	23 Jun 2010 23:41:17 -0000	1.2
+++ Overview.html	23 Jun 2010 23:52:12 -0000	1.3
@@ -325,7 +325,7 @@
   
   <p>An RDFa Processor that transforms the XML fragment <em class="rfc2119" title="must">must</em> use the <a href="http://www.w3.org/TR/html5/Overview.html#coercing-an-html-dom-into-an-infoset">
   Coercing an HTML DOM into an Infoset</a> algorithm, as specified in the HTML5
-  specification, followed by the algorithm defined in the <a href="http://www.w3.org/TR/html5/Overvxiew.html#serializing-xhtml-fragments">Serializing
+  specification, followed by the algorithm defined in the <a href="http://www.w3.org/TR/html5/Overview.html#serializing-xhtml-fragments">Serializing
   XHTML Fragments</a> section of the HTML5 specification. If an error or
   exception occurs at any point during the transformation, the triple containing
   the XMLLiteral <em class="rfc2119" title="must not">must not</em> be generated.</p>
@@ -545,7 +545,7 @@
   <ol>
     <li>For each attribute in the [<a href="http://www.w3.org/TR/xml-infoset/#infoitem.element">namespace
     attributes</a>] list that has a [<a href="http://www.w3.org/TR/xml-infoset/#infoitem.attribute">prefix</a>] value,
-    create a [<a href="http://www.w3.org/TR/rdfa-core/#T_URI_mapping">URI
+    create a [<a href="http://www.w3.org/TR/rdfa-core/#dfn-uri_mapping">URI
     mapping</a>] by storing the [prefix] as the value to be mapped, and the
     [<a href="http://www.w3.org/TR/xml-infoset/#infoitem.attribute">normalized
     value</a>] as the value to map.</li>
@@ -553,7 +553,7 @@
     <li>For each attribute in the [<a href="http://www.w3.org/TR/xml-infoset/#infoitem.element">attributes</a>] list
     that has no value for [<a href="http://www.w3.org/TR/xml-infoset/#infoitem.attribute">prefix</a>] and a
     [<a href="http://www.w3.org/TR/xml-infoset/#infoitem.attribute">local
-    name</a>] that starts with <code>xmlns:</code>, create a [<a href="http://www.w3.org/TR/rdfa-core/#T_URI_mapping">URI mapping</a>] by
+    name</a>] that starts with <code>xmlns:</code>, create a [<a href="http://www.w3.org/TR/rdfa-core/#dfn-uri_mapping">URI mapping</a>] by
     storing the [local name] part with the <code>xmlns:</code> characters
     removed as the value to be mapped, and the [<a href="http://www.w3.org/TR/xml-infoset/#infoitem.attribute">normalized
     value</a>] as the value to map.
@@ -622,7 +622,7 @@
     <li>For each [<a href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-745549614">Attr</a>]
     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>] value of <code>xmlns</code>, create a [<a href="http://www.w3.org/TR/rdfa-core/#T_URI_mapping">URI mapping</a>] by
+    prefix</a>] value of <code>xmlns</code>, create a [<a href="http://www.w3.org/TR/rdfa-core/#dfn-uri_mapping">URI mapping</a>] by
     storing the [<a href="http://www.w3.org/TR/DOM-Level-2-Core/glossary.html#dt-localname">local
     name</a>] as the value to be mapped, and the [<a href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-F68D080">Node.nodeValue</a>]
     as the value to map.</li>
@@ -631,7 +631,7 @@
     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>] value of null and a [<a href="http://www.w3.org/TR/DOM-Level-2-Core/glossary.html#dt-localname">local
-    name</a>] that starts with <code>xmlns:</code>, create a [<a href="http://www.w3.org/TR/rdfa-core/#T_URI_mapping">URI mapping</a>] by
+    name</a>] that starts with <code>xmlns:</code>, create a [<a href="http://www.w3.org/TR/rdfa-core/#dfn-uri_mapping">URI mapping</a>] by
     storing the [local name] part with the <code>xmlns:</code> characters
     removed as the value to be mapped, and the [<a href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-F68D080">Node.nodeValue</a>]
     as the value to map.

Received on Wednesday, 23 June 2010 23:52:16 UTC