automerge
authorSandro Hawke <sandro@hawke.org>
Thu, 10 May 2012 07:07:25 -0400
changeset 335 0968f549a95f
parent 334 f966d0c0cdb5 (current diff)
parent 332 07859c0c51a1 (diff)
child 336 42d9c97a692f
automerge
--- a/rdf-concepts/index.html	Thu May 10 07:06:32 2012 -0400
+++ b/rdf-concepts/index.html	Thu May 10 07:07:25 2012 -0400
@@ -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>