[html5] r1363 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Mar 7 18:17:57 PST 2008


Author: ianh
Date: 2008-03-07 18:17:56 -0800 (Fri, 07 Mar 2008)
New Revision: 1363

Modified:
   index
   source
Log:
[act] (0) The 'in table' fragment case still returned excessive parse errors. Also, fix a bit of the text in contentEditable to be clearer.

Modified: index
===================================================================
--- index	2008-03-08 02:11:26 UTC (rev 1362)
+++ index	2008-03-08 02:17:56 UTC (rev 1363)
@@ -33559,7 +33559,7 @@
    href="#contenteditable0">contenteditable</a></code> attribute set to the
    inherit state and the <code>Document</code> itself has <code
    title=dom-document-designMode><a href="#designMode">designMode</a></code>
-   disabled, and the element is thus not editable.
+   disabled; either way, the element is not editable.
 
   <p>The <dfn id=contenteditable1
    title=dom-contentEditable><code>contentEditable</code></dfn> DOM
@@ -43366,8 +43366,15 @@
    <dt>An end-of-file token
 
    <dd>
-    <p><a href="#parse0">Parse error</a>. <a href="#stops">Stop parsing</a>.</p>
+    <p>If the <a href="#current4">current node</a> is not the root <code><a
+     href="#html">html</a></code> element, then this is a <a
+     href="#parse0">parse error.</a>.</p>
 
+    <p class=note>It can only be the <a href="#current4">current node</a> in
+     the <a href="#fragment">fragment case</a>.</p>
+
+    <p><a href="#stops">Stop parsing.</a></p>
+
    <dt>Anything else
 
    <dd>

Modified: source
===================================================================
--- source	2008-03-08 02:11:26 UTC (rev 1362)
+++ source	2008-03-08 02:17:56 UTC (rev 1363)
@@ -31013,8 +31013,8 @@
   false state, or all its ancestors have their <code
   title="attr-contenteditable">contenteditable</code> attribute set to
   the inherit state and the <code>Document</code> itself has <code
-  title="dom-document-designMode">designMode</code> disabled, and the
-  element is thus not editable.</p>
+  title="dom-document-designMode">designMode</code> disabled; either
+  way, the element is not editable.</p>
 
   <p>The <dfn
   title="dom-contentEditable"><code>contentEditable</code></dfn> DOM
@@ -40537,7 +40537,16 @@
 
    <dt>An end-of-file token</dt>
    <dd>
-    <p><span>Parse error</span>. <span>Stop parsing</span>.</p>
+
+    <p>If the <span>current node</span> is not the root
+    <code>html</code> element, then this is a <span>parse
+    error.</span>.</p>
+
+    <p class="note">It can only be the <span>current node</span> in
+    the <span>fragment case</span>.</p>
+
+    <p><span>Stop parsing.</span></p>
+
    </dd>
 
    <dt>Anything else</dt>




More information about the Commit-Watchers mailing list