ACTION-3552: Add pointer-events:boundingbox to svg.
authorErik Dahlstrom <ed@opera.com>
Fri, 22 Nov 2013 14:01:16 +0100
changeset 571 cfdc7fa72259
parent 570 7c6f2d64fa15
child 572 f598c6664abd
ACTION-3552: Add pointer-events:boundingbox to svg.
master/interact.html
master/propidx.html
--- a/master/interact.html	Fri Nov 22 13:39:44 2013 +0100
+++ b/master/interact.html	Fri Nov 22 14:01:16 2013 +0100
@@ -685,7 +685,7 @@
 events.</p>
 
 <p>The <a>'pointer-events'</a> property specifies under what circumstances a
-given graphics element can be the target element for a pointer event. It affects
+given element can be the target element for a pointer event. It affects
 the circumstances under which the following are processed:</p>
 
 <ul>
@@ -707,7 +707,7 @@
   </tr>
   <tr>
     <th>Value:</th>
-    <td>visiblePainted | visibleFill | visibleStroke | visible | painted |
+    <td>boundingbox | visiblePainted | visibleFill | visibleStroke | visible | painted |
     fill | stroke | all | none</td>
   </tr>
   <tr>
@@ -716,7 +716,7 @@
   </tr>
   <tr>
     <th>Applies to:</th>
-    <td><a>graphics elements</a> and <a>text content child elements</a></td>
+    <td><a>container elements</a>, <a>graphics elements</a> and <a>text content child elements</a></td>
   </tr>
   <tr>
     <th>Inherited:</th>
@@ -741,6 +741,9 @@
 </table>
 
 <dl>
+  <dt><span class="prop-value">boundingbox</span></dt>
+  <dd>The given element must be a target element for pointer events when the pointer is over the <a>bounding box</a> of the element.</dd>
+
   <dt><span class="prop-value">visiblePainted</span></dt>
   <dd>The given element can be the target element for pointer events when 
   the <a>'visibility'</a> property is set to 
--- a/master/propidx.html	Fri Nov 22 13:39:44 2013 +0100
+++ b/master/propidx.html	Fri Nov 22 14:01:16 2013 +0100
@@ -494,11 +494,11 @@
         </tr>
         <tr>
           <th><a>'pointer-events'</a></th>
-          <td>visiblePainted | visibleFill | visibleStroke |
+          <td>boundingbox | visiblePainted | visibleFill | visibleStroke |
           visible |<br />
            painted | fill | stroke | all | none </td>
           <td>visiblePainted</td>
-          <td><a>graphics elements</a></td>
+          <td><a>container elements</a>, <a>graphics elements</a> and <a>text content child elements</a></td>
           <td>yes</td>
           <td>N/A</td>
           <td><a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/media.html#visual-media-group">visual</a></td>