Skip to content

Commit

Permalink
[e] (0) notes on what should be added next
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@574 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 7, 2007
1 parent 7d381f7 commit 8b8b650
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -14054,6 +14054,20 @@ interface <dfn id=imagedata>ImageData</dfn> {
interpreted as CSS pixels from the top left corner of the image.</p>
</dl>
</ol>
<!--

enable user to indicate a point on the image

if that point is activated by the user, it must cause the <area>
element corresponding to the top-most shape that covers that point
to have a click event dispatched to it

if it also forms a hyperlink, follow it [...DOMActivate...]

otherwise, if the point isn't covered by an area, then dispatch
click to the img/object element

-->

<p class=big-issue>mouse clicks on an image where an area is result in
clicks dispatched at the area, not the image.
Expand Down
15 changes: 15 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -12058,6 +12058,21 @@ interface <dfn>ImageData</dfn> {

</ol>

<!--

enable user to indicate a point on the image

if that point is activated by the user, it must cause the <area>
element corresponding to the top-most shape that covers that point
to have a click event dispatched to it

if it also forms a hyperlink, follow it [...DOMActivate...]

otherwise, if the point isn't covered by an area, then dispatch
click to the img/object element

-->


<p class="big-issue">mouse clicks on an image where an area is
result in clicks dispatched at the area, not the image.</p>
Expand Down

0 comments on commit 8b8b650

Please sign in to comment.