html5/spec Overview.html,1.3063,1.3064

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4061

Modified Files:
	Overview.html 
Log Message:
Cleanup in the parser. (whatwg r3902)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3063
retrieving revision 1.3064
diff -u -d -r1.3063 -r1.3064
--- Overview.html	18 Sep 2009 08:54:45 -0000	1.3063
+++ Overview.html	18 Sep 2009 09:02:33 -0000	1.3064
@@ -61102,10 +61102,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>
@@ -61419,13 +61418,7 @@
     <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>
-
-
-  <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>
+  </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>
 
   <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>
@@ -61570,13 +61563,6 @@
   </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
@@ -67233,7 +67219,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>

Received on Friday, 18 September 2009 09:02:46 UTC