html5/spec Overview.html,1.4396,1.4397

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

Modified Files:
	Overview.html 
Log Message:
you can't get here with GET (whatwg r5506)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4396
retrieving revision 1.4397
diff -u -d -r1.4396 -r1.4397
--- Overview.html	26 Sep 2010 02:23:05 -0000	1.4396
+++ Overview.html	26 Sep 2010 02:33:50 -0000	1.4397
@@ -35497,11 +35497,11 @@
 
        <dd>Let <var title="">MIME type</var> be "<code title="">text/plain</code>".</dd>
 
-      </dl><p>If <var title="">method</var> is anything but GET or POST,
-      and the <a href="#origin">origin</a> of <var title="">action</var> is not
-      the <a href="#same-origin">same origin</a> as that of the <code><a href="#the-form-element">form</a></code>
-      element's <code><a href="#document">Document</a></code>, then abort these steps.</p>
-      <!-- CORS, one day -->
+      </dl><p>If <var title="">method</var> is anything but <!--GET or-->
+      POST, and the <a href="#origin">origin</a> of <var title="">action</var>
+      is not the <a href="#same-origin">same origin</a> as that of the
+      <code><a href="#the-form-element">form</a></code> element's <code><a href="#document">Document</a></code>, then abort
+      these steps.</p> <!-- CORS, one day -->
 
       <p>Otherwise, <a href="#navigate">navigate</a> <var title="">target
       browsing context</var> to <var title="">action</var> using the

Received on Sunday, 26 September 2010 02:33:55 UTC