- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Mar 2012 14:31:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/rdfa/drafts/WD-rdfa-in-html-20120315
In directory hutz:/tmp/cvs-serv10662
Modified Files:
Overview.html
Log Message:
updated
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/rdfa/drafts/WD-rdfa-in-html-20120315/Overview.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Overview.html 12 Mar 2012 14:20:42 -0000 1.2
+++ Overview.html 12 Mar 2012 14:31:45 -0000 1.3
@@ -791,7 +791,7 @@
<div id="modifying-the-input-document" typeof="bibo:Chapter" about="#modifying-the-input-document" class="section">
<h3><span class="secno">3.2 </span>Modifying the Input Document</h3>
- <p>RDFa's tree-based processing rules, outlined in <a href="http://www.w3.org/TR/rdfa-core#sequence">Section 7.5: Sequence</a> of
+ <p>RDFa's tree-based processing rules, outlined in <a href="http://www.w3.org/TR/rdfa-core#s_sequence">Section 7.5: Sequence</a> of
the RDFa Core 1.1 specification [<cite><a class="bibref" rel="biblioentry" href="#bib-RDFA-CORE">RDFA-CORE</a></cite>], allow an input document to be
automatically corrected, cleaned-up, re-arranged, or modified in any way that
is approved by the host language prior to processing. Element nesting issues
@@ -842,7 +842,7 @@
RDFa Processor's current
<a class="tref" title="evaluation_context" href="http://www.w3.org/TR/rdfa-core#T-evaluation-context">evaluation context</a>
in the
- <a class="tref" title="list_of_URI_mappings" href="http://www.w3.org/TR/rdfa-core#T-list-of-URI-mappings">list of URI mappings</a>
+ <a class="tref" title="list_of_URI_mappings" href="http://www.w3.org/TR/rdfa-core#T-list-of-iri-mappings">list of URI mappings</a>
<em class="rfc2119" title="must">must</em> be preserved in the generated XMLLiteral. The <em>PREFIX</em> value for
<code>xmlns:PREFIX</code> <em class="rfc2119" title="must">must</em> be transformed to all lower-case characters
when preserving the value in the XMLLiteral. All active namespaces declared
@@ -1003,7 +1003,7 @@
<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>,
+ <a href="http://www.w3.org/TR/rdfa-core/#s_sequence">Section 7.5: Sequence</a>,
step #4 <em class="rfc2119" title="must">must</em> be used to process namespace values.</p>
<p>Since CURIE prefix mappings have been specified using
@@ -1098,7 +1098,7 @@
using the following algorithm:</p>
<p>While processing an element as described in [<cite><a class="bibref" rel="biblioentry" href="#bib-RDFA-CORE">RDFA-CORE</a></cite>],
- <a href="http://www.w3.org/TR/rdfa-core#sequence">Section 7.5: Sequence</a>,
+ <a href="http://www.w3.org/TR/rdfa-core#s_sequence">Section 7.5: Sequence</a>,
Step #2:</p>
<ol>
@@ -1141,7 +1141,7 @@
<p>While processing Infoset Attribute Information Items in Element Information
Items as described in [<cite><a class="bibref" rel="biblioentry" href="#bib-RDFA-CORE">RDFA-CORE</a></cite>],
- <a href="http://www.w3.org/TR/rdfa-core#sequence">Section 7.5: Sequence</a>,
+ <a href="http://www.w3.org/TR/rdfa-core#s_sequence">Section 7.5: Sequence</a>,
Step #4 through Step #9:</p>
<ol>
@@ -1190,7 +1190,7 @@
<p>While processing each DOM2 [<a href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-745549614">Element</a>]
as described in [<cite><a class="bibref" rel="biblioentry" href="#bib-RDFA-CORE">RDFA-CORE</a></cite>],
- <a href="http://www.w3.org/TR/rdfa-core#sequence">Section 7.5: Sequence</a>,
+ <a href="http://www.w3.org/TR/rdfa-core#s_sequence">Section 7.5: Sequence</a>,
Step #2:</p>
<ol>
@@ -1232,7 +1232,7 @@
and extract the values of the attributes.</p>
<p>While processing an element as described in [<cite><a class="bibref" rel="biblioentry" href="#bib-RDFA-CORE">RDFA-CORE</a></cite>],
- <a href="http://www.w3.org/TR/rdfa-core/#sequence">Section 5.5: Sequence</a>,
+ <a href="http://www.w3.org/TR/rdfa-core/#s_sequence">Section 5.5: Sequence</a>,
Step #4 through Step #9:</p>
<ol>
Received on Monday, 12 March 2012 14:31:59 UTC