- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Dec 2008 10:49:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30422
Modified Files:
Overview.html
Log Message:
I should stop using numbers. Yet I continue, because it just reads better... (credit: pt) (whatwg r2522)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1692
retrieving revision 1.1693
diff -u -d -r1.1692 -r1.1693
--- Overview.html 2 Dec 2008 10:48:40 -0000 1.1692
+++ Overview.html 2 Dec 2008 10:49:34 -0000 1.1693
@@ -22915,7 +22915,7 @@
<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
- one of those four states. If the element has a <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code> attribute, then the element's
+ one of those three states. If the element has a <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code> attribute, then the element's
<a href=#concept-fs-enctype title=concept-fs-enctype>enctype</a> is that attribute's
state; otherwise, it is the <a href=#form-owner>form owner</a>'s <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code> attribute's state.<p>The <dfn id=attr-fs-target title=attr-fs-target><code>target</code></dfn> content
attribute, if present, must be a <a href=#valid-browsing-context-name-or-keyword>valid browsing context name
Received on Tuesday, 2 December 2008 10:49:45 UTC