wording tweak after feedback from Dominik Tomaszuk
authorRichard Cyganiak <richard@cyganiak.de>
Wed, 09 May 2012 22:02:28 +0100
changeset 332 07859c0c51a1
parent 331 0f9d471ee0a5
child 335 0968f549a95f
child 381 7496e2a2024c
wording tweak after feedback from Dominik Tomaszuk
rdf-concepts/index.html
--- 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>