HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/3902

SVNBugCommentTime (UTC)
3902Cleanup in the parser.2009-09-18 09:08
Index: source
===================================================================
--- source	(revision 3901)
+++ source	(revision 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>

|