- From: Manu Sporny via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Apr 2011 14:59:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/rdfa
In directory hutz:/tmp/cvs-serv20642
Modified Files:
Overview-src.html
Log Message:
[html-rdfa] Fixed more internal invalid fragid references.
Index: Overview-src.html
===================================================================
RCS file: /sources/public/html5/rdfa/Overview-src.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Overview-src.html 5 Apr 2011 14:54:51 -0000 1.19
+++ Overview-src.html 5 Apr 2011 14:59:07 -0000 1.20
@@ -782,7 +782,7 @@
"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/#dfn-uri_mapping">URI
+ create a [<a href="http://www.w3.org/TR/rdfa-core/#T-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
@@ -889,7 +889,7 @@
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/#dfn-uri_mapping">URI mapping</a>] by
+ "http://www.w3.org/TR/rdfa-core/#T-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=
@@ -905,7 +905,7 @@
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/#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/DOM-Level-2-Core/core.html#ID-F68D080">Node.nodeValue</a>]
Received on Tuesday, 5 April 2011 14:59:11 UTC