[html5] r5506 - [e] (0) you can't get here with GET Fixing http://www.w3.org/Bugs/Public/show_bu [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Sep 25 19:33:46 PDT 2010
Author: ianh
Date: 2010-09-25 19:33:43 -0700 (Sat, 25 Sep 2010)
New Revision: 5506
Modified:
complete.html
index
source
Log:
[e] (0) you can't get here with GET
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10557
Modified: complete.html
===================================================================
--- complete.html 2010-09-26 02:22:59 UTC (rev 5505)
+++ complete.html 2010-09-26 02:33:43 UTC (rev 5506)
@@ -46655,11 +46655,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
Modified: index
===================================================================
--- index 2010-09-26 02:22:59 UTC (rev 5505)
+++ index 2010-09-26 02:33:43 UTC (rev 5506)
@@ -46635,11 +46635,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
Modified: source
===================================================================
--- source 2010-09-26 02:22:59 UTC (rev 5505)
+++ source 2010-09-26 02:33:43 UTC (rev 5506)
@@ -52417,11 +52417,11 @@
</dl>
- <p>If <var title="">method</var> is anything but GET or POST,
- and the <span>origin</span> of <var title="">action</var> is not
- the <span>same origin</span> as that of the <code>form</code>
- element's <code>Document</code>, then abort these steps.</p>
- <!-- CORS, one day -->
+ <p>If <var title="">method</var> is anything but <!--GET or-->
+ POST, and the <span>origin</span> of <var title="">action</var>
+ is not the <span>same origin</span> as that of the
+ <code>form</code> element's <code>Document</code>, then abort
+ these steps.</p> <!-- CORS, one day -->
<p>Otherwise, <span>navigate</span> <var title="">target
browsing context</var> to <var title="">action</var> using the
More information about the Commit-Watchers
mailing list