[html5] r7816 - [c] (0) Mention <input ismap> Fixing https://www.w3.org/Bugs/Public/show_bug.cgi [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Apr 11 15:43:54 PDT 2013


Author: ianh
Date: 2013-04-11 15:43:52 -0700 (Thu, 11 Apr 2013)
New Revision: 7816

Modified:
   complete.html
   index
   source
Log:
[c] (0) Mention <input ismap>
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21561
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-04-11 22:31:55 UTC (rev 7815)
+++ complete.html	2013-04-11 22:43:52 UTC (rev 7816)
@@ -95646,6 +95646,10 @@
    <dt><dfn id=attr-html-version title=attr-html-version><code>version</code></dfn> on <code><a href=#the-html-element>html</a></code> elements</dt>
    <dd><p>Unnecessary. Omit it altogether.</dd>
 
+   <dt><dfn id=attr-input-ismap title=attr-input-ismap><code>ismap</code></dfn> on <code><a href=#the-input-element>input</a></code> elements</dt>
+   <dd><p>Unnecessary. Omit it altogether. All <code><a href=#the-input-element>input</a></code> elements with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#image-button-state-(type=image)" title=attr-input-type-image>Image
+   Button</a> state are processed as server-side image maps.</dd>
+
    <dt><dfn id=attr-input-usemap title=attr-input-usemap><code>usemap</code></dfn> on <code><a href=#the-input-element>input</a></code> elements</dt>
    <dd><p>Use <code><a href=#the-img-element>img</a></code> instead of <code><a href=#the-input-element>input</a></code> for image maps.</dd>
 

Modified: index
===================================================================
--- index	2013-04-11 22:31:55 UTC (rev 7815)
+++ index	2013-04-11 22:43:52 UTC (rev 7816)
@@ -95646,6 +95646,10 @@
    <dt><dfn id=attr-html-version title=attr-html-version><code>version</code></dfn> on <code><a href=#the-html-element>html</a></code> elements</dt>
    <dd><p>Unnecessary. Omit it altogether.</dd>
 
+   <dt><dfn id=attr-input-ismap title=attr-input-ismap><code>ismap</code></dfn> on <code><a href=#the-input-element>input</a></code> elements</dt>
+   <dd><p>Unnecessary. Omit it altogether. All <code><a href=#the-input-element>input</a></code> elements with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#image-button-state-(type=image)" title=attr-input-type-image>Image
+   Button</a> state are processed as server-side image maps.</dd>
+
    <dt><dfn id=attr-input-usemap title=attr-input-usemap><code>usemap</code></dfn> on <code><a href=#the-input-element>input</a></code> elements</dt>
    <dd><p>Use <code><a href=#the-img-element>img</a></code> instead of <code><a href=#the-input-element>input</a></code> for image maps.</dd>
 

Modified: source
===================================================================
--- source	2013-04-11 22:31:55 UTC (rev 7815)
+++ source	2013-04-11 22:43:52 UTC (rev 7816)
@@ -111315,6 +111315,11 @@
    <dt><dfn title="attr-html-version"><code>version</code></dfn> on <code>html</code> elements</dt>
    <dd><p>Unnecessary. Omit it altogether.</p></dd>
 
+   <dt><dfn title="attr-input-ismap"><code>ismap</code></dfn> on <code>input</code> elements</dt>
+   <dd><p>Unnecessary. Omit it altogether. All <code>input</code> elements with a <code
+   title="attr-input-type">type</code> attribute in the <span title="attr-input-type-image">Image
+   Button</span> state are processed as server-side image maps.</p></dd>
+
    <dt><dfn title="attr-input-usemap"><code>usemap</code></dfn> on <code>input</code> elements</dt>
    <dd><p>Use <code>img</code> instead of <code>input</code> for image maps.</p></dd>
 




More information about the Commit-Watchers mailing list