Skip to content

Commit

Permalink
[giow] (2) coordinates for ismap='' clicks near borders
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2454 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 26, 2008
1 parent 54708c0 commit b818388
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 5 additions & 2 deletions index
Expand Up @@ -11631,8 +11631,11 @@ first matching case):</p>
event was dispatched as the result of a real
pointing-device-triggered <code title=event-click>click</code>
event on the <code><a href=#the-img-element>img</a></code> element, then let <var title="">x</var> be the distance in CSS pixels from the left edge
of the image to the location of the click, and let <var title="">y</var> be the distance in CSS pixels from the top edge
of the image to the location of the click. Otherwise, let <var title="">x</var> and <var title="">y</var> be zero.</li>
of the image's left border, if it has one, or the left edge of
the image otherwise, to the location of the click, and let <var title="">y</var> be the distance in CSS pixels from the top edge
of the image's top border, if it has one, or the top edge of the
image otherwise, to the location of the click. Otherwise, let
<var title="">x</var> and <var title="">y</var> be zero.</li>

<li>Let the <dfn id=hyperlink-suffix><var>hyperlink suffix</var></dfn> be a U+003F
QUESTION MARK character, the value of <var title="">x</var>
Expand Down
8 changes: 5 additions & 3 deletions source
Expand Up @@ -12388,10 +12388,12 @@ first matching case):&lt;/p&gt;
pointing-device-triggered <code title="event-click">click</code>
event on the <code>img</code> element, then let <var
title="">x</var> be the distance in CSS pixels from the left edge
of the image to the location of the click, and let <var
of the image's left border, if it has one, or the left edge of
the image otherwise, to the location of the click, and let <var
title="">y</var> be the distance in CSS pixels from the top edge
of the image to the location of the click. Otherwise, let <var
title="">x</var> and <var title="">y</var> be zero.</li>
of the image's top border, if it has one, or the top edge of the
image otherwise, to the location of the click. Otherwise, let
<var title="">x</var> and <var title="">y</var> be zero.</li>

<li>Let the <dfn><var>hyperlink suffix</var></dfn> be a U+003F
QUESTION MARK character, the value of <var title="">x</var>
Expand Down

0 comments on commit b818388

Please sign in to comment.