[html5] r6474 - [e] (0) Mention <form accept>. Fixing http://www.w3.org/Bugs/Public/show_bug.cgi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 15 21:47:53 PDT 2011
Author: ianh
Date: 2011-08-15 21:47:52 -0700 (Mon, 15 Aug 2011)
New Revision: 6474
Modified:
complete.html
index
source
Log:
[e] (0) Mention <form accept>.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13086
Modified: complete.html
===================================================================
--- complete.html 2011-08-16 04:40:15 UTC (rev 6473)
+++ complete.html 2011-08-16 04:47:52 UTC (rev 6474)
@@ -95843,6 +95843,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
Modified: index
===================================================================
--- index 2011-08-16 04:40:15 UTC (rev 6473)
+++ index 2011-08-16 04:47:52 UTC (rev 6474)
@@ -91290,6 +91290,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
Modified: source
===================================================================
--- source 2011-08-16 04:40:15 UTC (rev 6473)
+++ source 2011-08-16 04:47:52 UTC (rev 6474)
@@ -108616,6 +108616,9 @@
<dt><dfn title="attr-link-urn"><code>urn</code></dfn> on <code>link</code> elements</dt>
<dd><p>Specify the preferred persistent identifier using the <code title="attr-hyperlink-href">href</code> attribute instead.</p></dd>
+ <dt><dfn title="attr-form-accept"><code>accept</code></dfn> on <code>form</code> elements</dt>
+ <dd><p>Use the <code title="attr-input-accept">accept</code> attribute directly on the <code>input</code> elements instead.</p></dd>
+
<dt><dfn title="attr-area-nohref"><code>nohref</code></dfn> on <code>area</code> elements</dt>
<dd><p>Omitting the <code title="attr-hyperlink-href">href</code>
attribute is sufficient; the <code
More information about the Commit-Watchers
mailing list