- From: poot <cvsmail@w3.org>
- Date: Sun, 26 Sep 2010 11:34:05 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: you can't get here with GET (whatwg r5506) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4396&r2=1.4397&f=h http://html5.org/tools/web-apps-tracker?from=5505&to=5506 =================================================================== 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:34:33 UTC