[html5] r3902 - [e] (0) Cleanup in the parser.

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 18 02:08:39 PDT 2009


Author: ianh
Date: 2009-09-18 02:08:38 -0700 (Fri, 18 Sep 2009)
New Revision: 3902

Modified:
   index
   source
Log:
[e] (0) Cleanup in the parser.

Modified: index
===================================================================
--- index	2009-09-18 09:00:51 UTC (rev 3901)
+++ index	2009-09-18 09:08:38 UTC (rev 3902)
@@ -67383,10 +67383,9 @@
 
     <p>If, after doing so, the <a href=#insertion-mode>insertion mode</a> is still
     "<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign
-    content</a>", but there is no element in scope that has a
-    namespace other than the <a href=#html-namespace-0>HTML namespace</a><!-- XXX this
-    isn't well-defined; it means check to see if the bottom-most HTML
-    element on the stack is in scope -->, switch the <a href=#insertion-mode>insertion
+    content</a>", but there is no element <a href=#has-an-element-in-scope title="has an
+    element in scope">in scope</a> that has a namespace other than
+    the <a href=#html-namespace-0>HTML namespace</a>, switch the <a href=#insertion-mode>insertion
     mode</a> to the <a href=#secondary-insertion-mode>secondary insertion mode</a>.</p>
 
    </dd>
@@ -67700,14 +67699,8 @@
     <p><a href=#parse-error>Parse error</a>. Ignore the token.</p>
    </dd>
 
-  </dl><p class=XXX>This doesn't handle UAs that don't support
-  frames, or that do support frames but want to show the NOFRAMES
-  content. Supporting the former is easy; supporting the latter is
-  harder.</p>
+  </dl><h5 id=the-after-after-body-insertion-mode><span class=secno>9.2.5.25 </span>The "<dfn title="insertion mode: after after body">after after body</dfn>" insertion mode</h5>
 
-
-  <h5 id=the-after-after-body-insertion-mode><span class=secno>9.2.5.25 </span>The "<dfn title="insertion mode: after after body">after after body</dfn>" insertion mode</h5>
-
   <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#the-after-after-body-insertion-mode title="insertion
   mode: after after body">after after body</a>", tokens must be handled as follows:</p>
 
@@ -67854,14 +67847,7 @@
   </ol><p>The <a href=#task-source>task source</a> for these <span title=concept-tasks>tasks</span> is the <a href=#dom-manipulation-task-source>DOM manipulation
   task source</a>.</p>
 
-  <!-- XXX make sure things "delay the load event", e.g. applet and
-  object element's frame contents -->
 
-  <p class=XXX>delaying the load event for things like image
-  loads allows for intranet port scans (even without
-  javascript!). Should we really encode that into the spec?</p>
-
-
 <!--XXX need to handle
 http://lxr.mozilla.org/mozilla/source/parser/htmlparser/src/CNavDTD.cpp#2354
 2354           // Don't open transient styles if it makes the stack deep, bug 58917.
@@ -73696,7 +73682,7 @@
   represents nothing).</p>
 
   <p>Otherwise, <span class=XXX>define how the element works,
-  if supported</span>.</p>
+  if supported</span>.</p> <!-- remember to delay the laod event -->
 
   <p>The <code><a href=#the-applet-element>applet</a></code> element must implement the
   <code><a href=#htmlappletelement>HTMLAppletElement</a></code> interface.</p>

Modified: source
===================================================================
--- source	2009-09-18 09:00:51 UTC (rev 3901)
+++ source	2009-09-18 09:08:38 UTC (rev 3902)
@@ -82650,10 +82650,9 @@
 
     <p>If, after doing so, the <span>insertion mode</span> is still
     "<span title="insertion mode: in foreign content">in foreign
-    content</span>", but there is no element in scope that has a
-    namespace other than the <span>HTML namespace</span><!-- XXX this
-    isn't well-defined; it means check to see if the bottom-most HTML
-    element on the stack is in scope -->, switch the <span>insertion
+    content</span>", but there is no element <span title="has an
+    element in scope">in scope</span> that has a namespace other than
+    the <span>HTML namespace</span>, switch the <span>insertion
     mode</span> to the <span>secondary insertion mode</span>.</p>
 
    </dd>
@@ -82998,12 +82997,7 @@
 
   </dl>
 
-  <p class="XXX">This doesn't handle UAs that don't support
-  frames, or that do support frames but want to show the NOFRAMES
-  content. Supporting the former is easy; supporting the latter is
-  harder.</p>
 
-
   <h5>The "<dfn title="insertion mode: after after body">after after body</dfn>" insertion mode</h5>
 
   <p>When the <span>insertion mode</span> is "<span title="insertion
@@ -83181,14 +83175,7 @@
   title="concept-tasks">tasks</span> is the <span>DOM manipulation
   task source</span>.</p>
 
-  <!-- XXX make sure things "delay the load event", e.g. applet and
-  object element's frame contents -->
 
-  <p class="XXX">delaying the load event for things like image
-  loads allows for intranet port scans (even without
-  javascript!). Should we really encode that into the spec?</p>
-
-
 <!--XXX need to handle
 http://lxr.mozilla.org/mozilla/source/parser/htmlparser/src/CNavDTD.cpp#2354
 2354           // Don't open transient styles if it makes the stack deep, bug 58917.
@@ -87403,7 +87390,7 @@
   represents nothing).</p>
 
   <p>Otherwise, <span class="XXX">define how the element works,
-  if supported</span>.</p>
+  if supported</span>.</p> <!-- remember to delay the laod event -->
 
   <p>The <code>applet</code> element must implement the
   <code>HTMLAppletElement</code> interface.</p>




More information about the Commit-Watchers mailing list