html5/spec Overview.html,1.1097,1.1098

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

Modified Files:
	Overview.html 
Log Message:
Change how elements are treated in the after after frameset insertion mode. (Bug 5858) (credit: as) (whatwg r1909)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1097
retrieving revision 1.1098
diff -u -d -r1.1097 -r1.1098
--- Overview.html	23 Jul 2008 02:28:06 -0000	1.1097
+++ Overview.html	23 Jul 2008 07:41:52 -0000	1.1098
@@ -50952,12 +50952,17 @@
    <dd>
     <p><a href="#stops">Stop parsing</a>.</p>
 
+   <dt>A start tag whose tag name is "noframes"
+
+   <dd>
+    <p>Process the token <a href="#using10">using the rules for</a> the "<a
+     href="#in-head" title="insertion mode: in head">in head</a>"
+     <span>insertion mode</span>.</p>
+
    <dt>Anything else
 
    <dd>
-    <p><a href="#parse2">Parse error</a>. Switch the <span>insertion
-     mode</span> to "<a href="#in-frameset" title="insertion mode: in
-     frameset">in frameset</a>" and reprocess the token.</p>
+    <p><a href="#parse2">Parse error</a>. Ignore the token.</p>
   </dl>
 
   <h4 id=the-end><span class=secno>8.2.6 </span>The end</h4>

Received on Wednesday, 23 July 2008 07:42:28 UTC