--- a/rdf-concepts/index.html Fri Nov 09 18:11:52 2012 +0000
+++ b/rdf-concepts/index.html Fri Nov 09 18:44:30 2012 +0000
@@ -322,7 +322,7 @@
<p>The RDF data model is <em>atemporal</em>: It does not deal with time,
and does not have a built-in notion of temporal validity of information.
- <a title="RDF graph"</a>RDF graphs</a> are static snapshots of
+ <a title="RDF graph">RDF graphs</a> are static snapshots of
information.</p>
<p>However, <a title="RDF graph">RDF graphs</a> can express information
@@ -746,7 +746,7 @@
<section id="graph-isomorphism">
<h3>Graph Isomorphism</h3>
- <p><a name="section-graph-equality"></a>Two
+ <p id="section-graph-equality">Two
<a title="RDF graph">RDF graphs</a> <var>G</var> and <var>G'</var> are
<dfn title="graph isomorphism">isomorphic</dfn> if there
is a bijection <var>M</var> between the sets of nodes of the two graphs,
@@ -1061,6 +1061,7 @@
<li>Return <code>domfrag.<a href="http://www.w3.org/TR/dom/#dom-node-normalize">normalize</a>()</code></li>
</ul>
</dd>
+ </dl>
<p class="note" id="note-html-context">Any language annotation
(<code>lang="…"</code>) or
@@ -1085,13 +1086,13 @@
<code><dfn>rdf:XMLLiteral</dfn></code>, which is defined as follows:</p>
<dl>
- <dt><a name="XMLLiteral-uri" id="XMLLiteral-uri">An IRI denoting
+ <dt id="XMLLiteral-uri">An IRI denoting
this datatype</a></dt>
<dd>is
<code>http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral</code>.</dd>
- <dt><a name="XMLLiteral-lexical-space" id="XMLLiteral-lexical-space">The lexical space</a></dt>
+ <dt id="XMLLiteral-lexical-space">The lexical space</a></dt>
<dd>is the set of all strings which are well-balanced, self-contained
<a href="http://www.w3.org/TR/2000/REC-xml-20001006#NT-content">XML content</a>
@@ -1100,7 +1101,7 @@
<a href="http://www.w3.org/TR/1999/REC-xml-names-19990114/">XML Namespaces</a>
[[!XML-NAMES]].</dd>
- <dt><a name="XMLLiteral-value-space" id="XMLLiteral-value-space">The value space</a></dt>
+ <dt id="XMLLiteral-value-space">The value space</a></dt>
<dd>is a set of DOM
<a href="http://www.w3.org/TR/dom/#interface-documentfragment"><code>DocumentFragment</code></a>
@@ -1111,7 +1112,7 @@
<code><em>A</em>.<a href="http://www.w3.org/TR/dom/#dom-node-isequalnode">isEqualNode</a>(<em>B</em>)</code>
returns <code>true</code>.</dd>
- <dt><a name="XMLLiteral-mapping" id="XMLLiteral-mapping">The lexical-to-value mapping</a></dt>
+ <dt id="XMLLiteral-mapping">The lexical-to-value mapping</a></dt>
<dd><ul>
<li>Let <code>domfrag</code> be a DOM
@@ -1121,7 +1122,7 @@
<li>Return <code>domfrag.<a href="http://www.w3.org/TR/dom/#dom-node-normalize">normalize</a>()</code></li>
</ul></dd>
- <dt><a name="XMLLiteral-canonical" id="XMLLiteral-canonical">The canonical mapping</a></dt>
+ <dt id="XMLLiteral-canonical">The canonical mapping</a></dt>
<dd>defines a
<a href="http://www.w3.org/TR/xmlschema11-2/#dt-canonical-mapping">canonical lexical form</a>
[[!XMLSCHEMA11-2]] for each member of the value space.