- From: poot <cvsmail@w3.org>
- Date: Thu, 05 May 2011 20:32:50 -0400
- To: public-html-diffs@w3.org
hixie: Oops, forgot to mention the parameter name... (whatwg r6093)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4896&r2=1.4897&f=h
http://html5.org/tools/web-apps-tracker?from=6092&to=6093
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4896
retrieving revision 1.4897
diff -u -d -r1.4896 -r1.4897
--- Overview.html 6 May 2011 00:20:46 -0000 1.4896
+++ Overview.html 6 May 2011 00:29:21 -0000 1.4897
@@ -39121,7 +39121,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>
Received on Friday, 6 May 2011 00:32:52 UTC