hixie: Compatibility. http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1227 (whatwg r6736)

hixie: Compatibility. http://software.hixie.ch/utilities/js/live-dom-
viewer/saved/1227 (whatwg r6736)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5401&r2=1.5402&f=h
http://html5.org/tools/web-apps-tracker?from=6735&to=6736

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5401
retrieving revision 1.5402
diff -u -d -r1.5401 -r1.5402
--- Overview.html 24 Oct 2011 18:32:37 -0000 1.5401
+++ Overview.html 24 Oct 2011 23:08:55 -0000 1.5402
@@ -28807,12 +28807,11 @@
   </ol><p>Pointing device interaction with an image associated with a set
   of layered shapes per the above algorithm must result in the
   relevant user interaction events being first fired to the top-most
-  shape covering the point that the pointing device indicated (if
-  any), and then fired again (with a new <code><a href="#event">Event</a></code> object) to
-  the image element itself. User agents may also allow individual
-  <code><a href="#the-area-element">area</a></code> elements representing <a href="#hyperlink" title="hyperlink">hyperlinks</a> to be selected and activated
-  (e.g. using a keyboard); events from this are not also propagated to
-  the image.</p>
+  shape covering the point that the pointing device indicated, if any,
+  or to the image element itself, if there is no shape covering that
+  point. User agents may also allow individual <code><a href="#the-area-element">area</a></code>
+  elements representing <a href="#hyperlink" title="hyperlink">hyperlinks</a> to
+  be selected and activated (e.g. using a keyboard).</p>
 
   <p class="note">Because a <code><a href="#the-map-element">map</a></code> element (and its
   <code><a href="#the-area-element">area</a></code> elements) can be associated with multiple

Received on Monday, 24 October 2011 23:09:26 UTC