html5/rdfa Overview-src.html,1.20,1.21

Update of /sources/public/html5/rdfa
In directory hutz:/tmp/cvs-serv22361

Modified Files:
	Overview-src.html 
Log Message:
[html-rdfa] More internal fragid fixes.


Index: Overview-src.html
===================================================================
RCS file: /sources/public/html5/rdfa/Overview-src.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Overview-src.html	5 Apr 2011 14:59:07 -0000	1.20
+++ Overview-src.html	5 Apr 2011 15:06:07 -0000	1.21
@@ -498,7 +498,7 @@
   <h3>Specifying the language for a literal</h3>
 
   <p>RDFa Core 1.1 allows for the 
-  <tref href="http://www.w3.org/TR/rdfa-core#dfn-current_language">current language</tref>
+  <tref href="http://www.w3.org/TR/rdfa-core#T-current-language">current language</tref>
   to be specified by the Host Language. In order for RDFa Processors to conform
   to this specification, they MUST use the mechanism described in 
   <em>The lang and xml:lang attributes</em> section of the [[!HTML5]] 
@@ -530,9 +530,9 @@
     retain all active namespace information. The currently active attributes 
     declared using <code>xmlns</code> and <code>xmlns:</code> stored in the 
     RDFa Processor's current
-    <tref href="http://www.w3.org/TR/rdfa-core#dfn-evaluation_context">evaluation context</tref>
+    <tref href="http://www.w3.org/TR/rdfa-core#T-evaluation-context">evaluation context</tref>
     in the
-    <tref href="http://www.w3.org/TR/rdfa-core#dfn-list_of_uri_mappings">list of URI mappings</tref>
+    <tref href="http://www.w3.org/TR/rdfa-core#T-list-of-URI-mappings">list of URI mappings</tref>
     MUST be preserved in the generated XMLLiteral. The <em>PREFIX</em> value for 
     <code>xmlns:PREFIX</code> MUST be transformed to all lower-case characters
     when preserving the value in the XMLLiteral. All active namespaces declared

Received on Tuesday, 5 April 2011 15:06:17 UTC