spec/Overview.html 1.1626 2454 coordinates for ismap='' clicks near bor

coordinates for ismap='' clicks near borders (whatwg r2454)

hyperlink suffix
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1626.html#hyperlink-suffix
HTMLAnchorElement
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1626.html#htmlanchorelement

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1625&r2=1.1626&f=h
http://html5.org/tools/web-apps-tracker?from=2453&to=2454

===================================================================
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:35:18 UTC