- From: poot <cvsmail@w3.org>
- Date: Fri, 12 Sep 2008 17:23:17 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: 'Delete action' and 'Get action'. (whatwg r2167) Get action http://people.w3.org/mike/diffs/html5/spec/Overview.1.1340.html#get-action Post to data: http://people.w3.org/mike/diffs/html5/spec/Overview.1.1340.html#post-to Delete action http://people.w3.org/mike/diffs/html5/spec/Overview.1.1340.html#delete http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1339&r2=1.1340&f=h http://html5.org/tools/web-apps-tracker?from=2166&to=2167 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1339 retrieving revision 1.1340 diff -u -d -r1.1339 -r1.1340 --- Overview.html 12 Sep 2008 08:16:21 -0000 1.1339 +++ Overview.html 12 Sep 2008 08:20:21 -0000 1.1340 @@ -27845,12 +27845,26 @@ <dt><dfn id=delete title=submit-delete-action>Delete action</dfn> <dd> - <p class=big-issue>... + <p>Let <var title="">target browsing context</var> be <a + href="#the-form0">the form submission target browsing context</a>.</p> + + <p><a href="#navigate">Navigate</a> <var title="">target browsing + context</var> to <var title="">action</var> using the DELETE method. + If <var title="">target browsing context</var> was newly created for + this purpose by the steps above, then it must be navigated with <a + href="#replacement">replacement enabled</a>.</p> <dt><dfn id=get-action title=submit-get-action>Get action</dfn> <dd> - <p class=big-issue>... + <p>Let <var title="">target browsing context</var> be <a + href="#the-form0">the form submission target browsing context</a>.</p> + + <p><a href="#navigate">Navigate</a> <var title="">target browsing + context</var> to <var title="">action</var>. If <var title="">target + browsing context</var> was newly created for this purpose by the steps + above, then it must be navigated with <a + href="#replacement">replacement enabled</a>.</p> <dt><dfn id=post-to title=submit-data-post>Post to data:</dfn>
Received on Friday, 12 September 2008 08:23:57 UTC