Skip to content

Commit

Permalink
[e] (0) in error 'usemap' doesn't mean image map is empty, it means t…
Browse files Browse the repository at this point in the history
…here's no image map at all.

git-svn-id: http://svn.whatwg.org/webapps@573 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 7, 2007
1 parent ebd3e38 commit 7d381f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -13814,8 +13814,8 @@ interface <dfn id=imagedata>ImageData</dfn> {
will return either an element (the <var title="">map</var>) or null.

<li>
<p>If that returned null, then abort these steps. The image map has no
associated hyperlinks.
<p>If that returned null, then abort these steps. The image is not
associated with an image map after all.

<li>
<p>Otherwise, the user agent must collect all the <code><a
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -11835,8 +11835,8 @@ interface <dfn>ImageData</dfn> {
to a <code>map</code> element must be followed. This will return
either an element (the <var title="">map</var>) or null.</p></li>

<li><p>If that returned null, then abort these steps. The image map
has no associated hyperlinks.</p></li>
<li><p>If that returned null, then abort these steps. The image is
not associated with an image map after all.</p></li>

<li><p>Otherwise, the user agent must collect all the
<code>area</code> elements that are descendants of the <var
Expand Down

0 comments on commit 7d381f7

Please sign in to comment.