[html5] r6736 - [giow] (3) Compatibility. http://software.hixie.ch/utilities/js/live-dom-viewer/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 24 16:04:53 PDT 2011


Author: ianh
Date: 2011-10-24 16:04:52 -0700 (Mon, 24 Oct 2011)
New Revision: 6736

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Compatibility. http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1227
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14464

Modified: complete.html
===================================================================
--- complete.html	2011-10-24 18:28:36 UTC (rev 6735)
+++ complete.html	2011-10-24 23:04:52 UTC (rev 6736)
@@ -39133,12 +39133,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

Modified: index
===================================================================
--- index	2011-10-24 18:28:36 UTC (rev 6735)
+++ index	2011-10-24 23:04:52 UTC (rev 6736)
@@ -39133,12 +39133,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

Modified: source
===================================================================
--- source	2011-10-24 18:28:36 UTC (rev 6735)
+++ source	2011-10-24 23:04:52 UTC (rev 6736)
@@ -43420,13 +43420,11 @@
   <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>Event</code> object) to
-  the image element itself. User agents may also allow individual
-  <code>area</code> elements representing <span
-  title="hyperlink">hyperlinks</span> 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>area</code>
+  elements representing <span title="hyperlink">hyperlinks</span> to
+  be selected and activated (e.g. using a keyboard).</p>
 
   <p class="note">Because a <code>map</code> element (and its
   <code>area</code> elements) can be associated with multiple




More information about the Commit-Watchers mailing list