- From: Manu Sporny via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Apr 2011 14:54:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/rdfa
In directory hutz:/tmp/cvs-serv19632
Modified Files:
Overview-src.html
Log Message:
[html-rdfa] Fixed two broken internal links to fragments.
Index: Overview-src.html
===================================================================
RCS file: /sources/public/html5/rdfa/Overview-src.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Overview-src.html 5 Apr 2011 14:40:56 -0000 1.18
+++ Overview-src.html 5 Apr 2011 14:54:51 -0000 1.19
@@ -672,7 +672,7 @@
section 4.4.1:
<a href="#extracting-uri-mappings-from-infosets">Extracting URI Mappings from Infosets</a>
for Infoset-based processors, or section 4.5.1:
- <a href="#extracting-uri-mappings-from-doms">Extracting URI Mappings from DOMs</a>
+ <a href="#extracting-uri-mappings-via-dom-level-2">Extracting URI Mappings from DOMs</a>
for DOM Level 2-based processors. For CURIE prefix mappings using the
<code>prefix</code> attribute,
<a href="http://www.w3.org/TR/rdfa-core/#sequence">Section 7.5: Sequence</a>,
@@ -794,7 +794,7 @@
"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/#dfn-uri_mapping">URI mapping</a>] by
+ "http://www.w3.org/TR/rdfa-core/#T-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
Received on Tuesday, 5 April 2011 14:54:54 UTC