- From: poot <cvsmail@w3.org>
- Date: Tue, 2 Dec 2008 19:51:21 +0900 (JST)
- To: public-html-diffs@w3.org
typos and c/p... (credit: pt) (whatwg r2521) enctype http://people.w3.org/mike/diffs/html5/spec/Overview.1.1692.html#concept-fs-enctype Put to data: http://people.w3.org/mike/diffs/html5/spec/Overview.1.1692.html#submit-data-put multipart/form-data http://people.w3.org/mike/diffs/html5/spec/Overview.1.1692.html#attr-fs-enctype-formdata appropriate form encoding algorithm http://people.w3.org/mike/diffs/html5/spec/Overview.1.1692.html#appropriate-form-encoding-algorithm text/plain http://people.w3.org/mike/diffs/html5/spec/Overview.1.1692.html#attr-fs-enctype-text Submit as entity body http://people.w3.org/mike/diffs/html5/spec/Overview.1.1692.html#submit-body application/x-www-form-urlencoded http://people.w3.org/mike/diffs/html5/spec/Overview.1.1692.html#attr-fs-enctype-urlencoded enctype http://people.w3.org/mike/diffs/html5/spec/Overview.1.1692.html#attr-fs-enctype http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1691&r2=1.1692&f=h http://html5.org/tools/web-apps-tracker?from=2520&to=2521 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1691 retrieving revision 1.1692 diff -u -d -r1.1691 -r1.1692 --- Overview.html 2 Dec 2008 10:40:49 -0000 1.1691 +++ Overview.html 2 Dec 2008 10:48:40 -0000 1.1692 @@ -22911,7 +22911,7 @@ state; otherwise, it is the <a href=#form-owner>form owner</a>'s <code title=attr-fs-method><a href=#attr-fs-method>method</a></code> attribute's state.<p>The <dfn id=attr-fs-enctype title=attr-fs-enctype><code>enctype</code></dfn> content attribute is an <a href=#enumerated-attribute>enumerated attribute</a> with the following keywords and states:<ul><li>The "<dfn id=attr-fs-enctype-urlencoded title=attr-fs-enctype-urlencoded><code>application/x-www-form-urlencoded</code></dfn>" keyword and corresponding state.</li> - <li>The "<dfn id=attr-fs-enctype-formdata title=attr-fs-enctype-formdata><code>multpart/form-data</code></dfn>" keyword and corresponding state.</li> + <li>The "<dfn id=attr-fs-enctype-formdata title=attr-fs-enctype-formdata><code>multipart/form-data</code></dfn>" keyword and corresponding state.</li> <li>The "<dfn id=attr-fs-enctype-text title=attr-fs-enctype-text><code>text/plain</code></dfn>" keyword and corresponding state.</li> </ul><p>The <i>missing value default</i> is the <code title=attr-fs-enctype-urlencoded><a href=#attr-fs-enctype-urlencoded>application/x-www-form-urlencoded</a></code> state.<p>The <dfn id=concept-fs-enctype title=concept-fs-enctype>enctype</dfn> of an element is @@ -23468,7 +23468,7 @@ <dd>Let <var title="">MIME type</var> be "<code title="">application/x-www-form-urlencoded</code>".</dd> - <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multpart/form-data</a></code></dt> + <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multipart/form-data</a></code></dt> <dd>Let <var title="">MIME type</var> be "<code title="">multipart/form-data</code>".</dd> @@ -23560,7 +23560,7 @@ <dd>Let <var title="">MIME type</var> be "<code title="">application/x-www-form-urlencoded</code>".</dd> - <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multpart/form-data</a></code></dt> + <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multipart/form-data</a></code></dt> <dd>Let <var title="">MIME type</var> be "<code title="">multipart/form-data</code>".</dd> @@ -23669,7 +23669,7 @@ <dd>Use the <a href=#application-x-www-form-urlencoded-encoding-algorithm><code title="">application/x-www-form-urlencoded</code> encoding algorithm</a>.</dd> - <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multpart/form-data</a></code></dt> + <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multipart/form-data</a></code></dt> <dd>Use the <a href=#multipart-form-data-encoding-algorithm><code title="">multipart/form-data</code> encoding algorithm</a>.</dd>
Received on Tuesday, 2 December 2008 10:51:59 UTC