[html5] r2167 - [] (0) WF2: 'Delete action' and 'Get action'.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 12 01:20:18 PDT 2008
Author: ianh
Date: 2008-09-12 01:20:17 -0700 (Fri, 12 Sep 2008)
New Revision: 2167
Modified:
index
source
Log:
[] (0) WF2: 'Delete action' and 'Get action'.
Modified: index
===================================================================
--- index 2008-09-12 08:16:17 UTC (rev 2166)
+++ index 2008-09-12 08:20:17 UTC (rev 2167)
@@ -27838,13 +27838,27 @@
<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>
<dd>
Modified: source
===================================================================
--- source 2008-09-12 08:16:17 UTC (rev 2166)
+++ source 2008-09-12 08:20:17 UTC (rev 2167)
@@ -24958,11 +24958,33 @@
</dd>
<dt><dfn title="submit-delete-action">Delete action</dfn>
- <dd><p class="big-issue">...</p></dd>
+ <dd>
+ <p>Let <var title="">target browsing context</var> be <span>the
+ form submission target browsing context</span>.</p>
+
+ <p><span>Navigate</span> <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 <span>replacement enabled</span>.</p>
+
+ </dd>
+
<dt><dfn title="submit-get-action">Get action</dfn>
- <dd><p class="big-issue">...</p></dd>
+ <dd>
+ <p>Let <var title="">target browsing context</var> be <span>the
+ form submission target browsing context</span>.</p>
+
+ <p><span>Navigate</span> <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
+ <span>replacement enabled</span>.</p>
+
+ </dd>
+
<dt><dfn title="submit-data-post">Post to data:</dfn>
<dd><p class="big-issue">...</p></dd>
More information about the Commit-Watchers
mailing list