[html5] r1695 - /

whatwg at whatwg.org whatwg at whatwg.org
Sat May 24 02:28:17 PDT 2008


Author: ianh
Date: 2008-05-24 02:28:16 -0700 (Sat, 24 May 2008)
New Revision: 1695

Modified:
   index
   source
Log:
[e] (0) Make things more consistent wrt 'create an element for the token' algorithm invocations.

Modified: index
===================================================================
--- index	2008-05-24 09:26:20 UTC (rev 1694)
+++ index	2008-05-24 09:28:16 UTC (rev 1695)
@@ -44943,7 +44943,8 @@
 
   <ol>
    <li>
-    <p><a href="#create">Create an element for the token</a>.
+    <p><a href="#create">Create an element for the token</a> in the <a
+     href="#html-namespace0">HTML namespace</a>.
 
    <li>
     <p>Append the new element to the <a href="#current5">current node</a>.
@@ -45368,7 +45369,7 @@
    <dt>A start tag whose tag name is "html"
 
    <dd>
-    <p><a href="#create">Create an element for the token</a>, using the <a
+    <p><a href="#create">Create an element for the token</a> in the <a
      href="#html-namespace0">HTML namespace</a>. Append it to the
      <code>Document</code> object. Put this element in the <a
      href="#stack">stack of open elements</a>.</p>
@@ -46736,7 +46737,7 @@
    <dt>A start tag whose tag name is "textarea"
 
    <dd>
-    <p><a href="#create">Create an element for the token</a>, in the <a
+    <p><a href="#create">Create an element for the token</a> in the <a
      href="#html-namespace0">HTML namespace</a>. Append the new element to
      the <a href="#current5">current node</a>.</p>
 

Modified: source
===================================================================
--- source	2008-05-24 09:26:20 UTC (rev 1694)
+++ source	2008-05-24 09:28:16 UTC (rev 1695)
@@ -42177,7 +42177,8 @@
 
   <ol>
 
-   <li><p><span>Create an element for the token</span>.</p></li>
+   <li><p><span>Create an element for the token</span> in the
+   <span>HTML namespace</span>.</p></li>
 
    <li><p>Append the new element to the <span>current
    node</span>.</p></li>
@@ -42463,10 +42464,10 @@
    <dt>A start tag whose tag name is "html"</dt>
    <dd>
 
-    <p><span>Create an element for the token</span>, using the
-    <span>HTML namespace</span>. Append it to the
-    <code>Document</code> object. Put this element in the <span>stack
-    of open elements</span>.</p>
+    <p><span>Create an element for the token</span> in the <span>HTML
+    namespace</span>. Append it to the <code>Document</code>
+    object. Put this element in the <span>stack of open
+    elements</span>.</p>
 
     <p id="parser-appcache">If the token has an attribute "manifest",
     then run the <span
@@ -43932,9 +43933,9 @@
    <dt>A start tag whose tag name is "textarea"</dt>
    <dd>
 
-    <p><span>Create an element for the token</span>, in the
-    <span>HTML namespace</span>. Append the new element to the
-    <span>current node</span>.</p>
+    <p><span>Create an element for the token</span> in the <span>HTML
+    namespace</span>. Append the new element to the <span>current
+    node</span>.</p>
 
     <p>If the <span><code title="">form</code> element pointer</span>
     is not null, then <span>associate</span><!--XXX xref! --> the




More information about the Commit-Watchers mailing list