- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Nov 2008 06:32:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8782
Modified Files:
Overview.html
Log Message:
coordinates for ismap='' clicks near borders (whatwg r2454)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1625
retrieving revision 1.1626
diff -u -d -r1.1625 -r1.1626
--- Overview.html 26 Nov 2008 06:27:30 -0000 1.1625
+++ Overview.html 26 Nov 2008 06:32:07 -0000 1.1626
@@ -9512,8 +9512,11 @@
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>
Received on Wednesday, 26 November 2008 06:32:19 UTC