Skip to content

Commit

Permalink
[e] (0) you can't get here with GET
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10557

git-svn-id: http://svn.whatwg.org/webapps@5506 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 26, 2010
1 parent 05cadf0 commit 12776ff
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -46655,11 +46655,11 @@ <h5 id=form-submission-algorithm><span class=secno>4.10.21.3 </span>Form submiss

<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
Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -46635,11 +46635,11 @@ fur

<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
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -52417,11 +52417,11 @@ fur

</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
Expand Down

0 comments on commit 12776ff

Please sign in to comment.