hixie: Mention <form accept>. (whatwg r6474)

hixie: Mention <form accept>. (whatwg r6474)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5175&r2=1.5176&f=h
http://html5.org/tools/web-apps-tracker?from=6473&to=6474

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5175
retrieving revision 1.5176
diff -u -d -r1.5175 -r1.5176
--- Overview.html 16 Aug 2011 04:40:46 -0000 1.5175
+++ Overview.html 16 Aug 2011 04:48:19 -0000 1.5176
@@ -67533,6 +67533,9 @@
    <dt><dfn id="attr-link-urn" title="attr-link-urn"><code>urn</code></dfn> on <code><a href="#the-link-element">link</a></code> elements</dt>
    <dd><p>Specify the preferred persistent identifier using the <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute instead.</dd>
 
+   <dt><dfn id="attr-form-accept" title="attr-form-accept"><code>accept</code></dfn> on <code><a href="#the-form-element">form</a></code> elements</dt>
+   <dd><p>Use the <code title="attr-input-accept"><a href="#attr-input-accept">accept</a></code> attribute directly on the <code><a href="#the-input-element">input</a></code> elements instead.</dd>
+
    <dt><dfn id="attr-area-nohref" title="attr-area-nohref"><code>nohref</code></dfn> on <code><a href="#the-area-element">area</a></code> elements</dt>
    <dd><p>Omitting the <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code>
    attribute is sufficient; the <code title="attr-area-nohref"><a href="#attr-area-nohref">nohref</a></code> attribute is

Received on Tuesday, 16 August 2011 04:48:33 UTC