Skip to content

Commit

Permalink
[c] (0) Mention <input ismap>
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21561
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7816 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 11, 2013
1 parent e261e9a commit 7f2630b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions complete.html
Expand Up @@ -95646,6 +95646,10 @@ <h3 id=non-conforming-features><span class=secno>15.2 </span>Non-conforming feat
<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>

Expand Down
4 changes: 4 additions & 0 deletions index
Expand Up @@ -95646,6 +95646,10 @@ if (s = prompt('What is your name?')) {
<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>

Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -111315,6 +111315,11 @@ if (s = prompt('What is your name?')) {
<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>

Expand Down

0 comments on commit 7f2630b

Please sign in to comment.