[html5] r6093 - [giow] (2) Oops, forgot to mention the parameter name... Fixing http://www.w3.or [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu May 5 17:29:16 PDT 2011
Author: ianh
Date: 2011-05-05 17:29:15 -0700 (Thu, 05 May 2011)
New Revision: 6093
Modified:
complete.html
index
source
Log:
[giow] (2) Oops, forgot to mention the parameter name...
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12237
Modified: complete.html
===================================================================
--- complete.html 2011-05-06 00:20:41 UTC (rev 6092)
+++ complete.html 2011-05-06 00:29:15 UTC (rev 6093)
@@ -51011,7 +51011,7 @@
<dd>Let <var title="">MIME type</var> be the concatenation of
the string "<code title="">multipart/form-data;</code>", a
- U+0020 SPACE character, and the <a href=#multipart/form-data-boundary-string><code title="">multipart/form-data</code> boundary string</a>
+ U+0020 SPACE character, the string "<code title="">boundary=</code>", and the <a href=#multipart/form-data-boundary-string><code title="">multipart/form-data</code> boundary string</a>
generated by the <a href=#multipart/form-data-encoding-algorithm><code title="">multipart/form-data</code> encoding
algorithm</a>.</dd>
Modified: index
===================================================================
--- index 2011-05-06 00:20:41 UTC (rev 6092)
+++ index 2011-05-06 00:29:15 UTC (rev 6093)
@@ -51039,7 +51039,7 @@
<dd>Let <var title="">MIME type</var> be the concatenation of
the string "<code title="">multipart/form-data;</code>", a
- U+0020 SPACE character, and the <a href=#multipart/form-data-boundary-string><code title="">multipart/form-data</code> boundary string</a>
+ U+0020 SPACE character, the string "<code title="">boundary=</code>", and the <a href=#multipart/form-data-boundary-string><code title="">multipart/form-data</code> boundary string</a>
generated by the <a href=#multipart/form-data-encoding-algorithm><code title="">multipart/form-data</code> encoding
algorithm</a>.</dd>
Modified: source
===================================================================
--- source 2011-05-06 00:20:41 UTC (rev 6092)
+++ source 2011-05-06 00:29:15 UTC (rev 6093)
@@ -57462,7 +57462,8 @@
<dd>Let <var title="">MIME type</var> be the concatenation of
the string "<code title="">multipart/form-data;</code>", a
- U+0020 SPACE character, and the <span><code
+ U+0020 SPACE character, the string "<code
+ title="">boundary=</code>", and the <span><code
title="">multipart/form-data</code> boundary string</span>
generated by the <span><code
title="">multipart/form-data</code> encoding
More information about the Commit-Watchers
mailing list