--- a/rdf-concepts/index.html Wed May 09 14:43:14 2012 -0400
+++ b/rdf-concepts/index.html Wed May 09 22:02:28 2012 +0100
@@ -853,10 +853,10 @@
<dt><a name="XMLLiteral-value-space" id="XMLLiteral-value-space">The value space</a></dt>
<dd>is a set of DOM
- <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-B63ED1A3"><code>DocumentFragments</code></a>
- [[!DOM-LEVEL-3-CORE]]. Two
- <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-B63ED1A3"><code>DocumentFragments</code></a>
- <em>A</em> and <em>B</em> are considered equal
+ <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-B63ED1A3"><code>DocumentFragment</code></a>
+ nodes [[!DOM-LEVEL-3-CORE]]. Two
+ <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-B63ED1A3"><code>DocumentFragment</code></a>
+ nodes <em>A</em> and <em>B</em> are considered equal
if and only if the DOM method
<code><em>A</em>.<a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-isEqualNode">isEqualNode</a>(<em>B</em>)</code>
returns <code>true</code>.</dd>