Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) note that we might want to make coords='' take %s
git-svn-id: http://svn.whatwg.org/webapps@2787 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 11, 2009
1 parent 9f986d5 commit 263d2b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index
Expand Up @@ -22062,6 +22062,10 @@ function AddCloud(data, x, y) { ... }</pre>
attribute. The processing for this attribute is described as part of
the <a href=#image-map>image map</a> processing model.</p>

<!-- v2: It was suggested by John S. Urban that coords should
support percentages as well as pixels, so that one could use the
same image map for images of various sizes. -->

<p>In the <dfn id=attr-area-shape-circle title=attr-area-shape-circle>circle state</dfn>,
<code><a href=#the-area-element>area</a></code> elements must have a <code title=attr-area-coords><a href=#attr-area-coords>coords</a></code> attribute present, with three
integers, the last of which must be non-negative. The first integer
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -24225,6 +24225,10 @@ function AddCloud(data, x, y) { ... }</pre>
attribute. The processing for this attribute is described as part of
the <span>image map</span> processing model.</p>

<!-- v2: It was suggested by John S. Urban that coords should
support percentages as well as pixels, so that one could use the
same image map for images of various sizes. -->

<p>In the <dfn title="attr-area-shape-circle">circle state</dfn>,
<code>area</code> elements must have a <code
title="attr-area-coords">coords</code> attribute present, with three
Expand Down

0 comments on commit 263d2b5

Please sign in to comment.