[html5] r1536 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue May 6 18:04:47 PDT 2008


Author: ianh
Date: 2008-05-06 18:04:46 -0700 (Tue, 06 May 2008)
New Revision: 1536

Modified:
   index
   source
Log:
[e] (0) don't have numbers without the constant names

Modified: index
===================================================================
--- index	2008-05-07 01:00:25 UTC (rev 1535)
+++ index	2008-05-07 01:04:46 UTC (rev 1536)
@@ -2506,8 +2506,10 @@
    href="#refsDOM3EVENTS">[DOM3EVENTS]</a>
 
   <p>The term <dfn id=text-node>text node</dfn> refers to any
-   <code>Text</code> node, including <code>CDATASection</code> nodes (any
-   <code>Node</code> with node type 3 or 4).
+   <code>Text</code> node, including <code>CDATASection</code> nodes;
+   specifically, any <code>Node</code> with node type <code
+   title="">TEXT_NODE</code> (3) or <code title="">CDATA_SECTION_NODE</code>
+   (4). <a href="#refsDOM3CORE">[DOM3CORE]</a>
 
   <p>Some of the algorithms in this specification, for historical reasons,
    require the user agent to <dfn id=pause>pause</dfn> until some condition

Modified: source
===================================================================
--- source	2008-05-07 01:00:25 UTC (rev 1535)
+++ source	2008-05-07 01:04:46 UTC (rev 1536)
@@ -783,8 +783,10 @@
   specifications. <a href="#refsDOM3EVENTS">[DOM3EVENTS]</a></p>
 
   <p>The term <dfn>text node</dfn> refers to any <code>Text</code>
-  node, including <code>CDATASection</code> nodes (any
-  <code>Node</code> with node type 3 or 4).</p>
+  node, including <code>CDATASection</code> nodes; specifically, any
+  <code>Node</code> with node type <code title="">TEXT_NODE</code> (3)
+  or <code title="">CDATA_SECTION_NODE</code> (4). <a
+  href="#refsDOM3CORE">[DOM3CORE]</a></p>
 
   <p>Some of the algorithms in this specification, for historical
   reasons, require the user agent to <dfn>pause</dfn> until some




More information about the Commit-Watchers mailing list