- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 12 Sep 2008 08:20:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv11839 Modified Files: Overview.html Log Message: WF2: 'Delete action' and 'Get action'. (whatwg r2167) Index: Overview.html =================================================================== 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:21:00 UTC