ACTION-3552: 'boundingbox' -> 'bounding-box'
authorErik Dahlstrom <ed@opera.com>
Mon, 02 Dec 2013 11:15:12 +0100
changeset 573 7a902f4a33f6
parent 572 f598c6664abd
child 574 a871fef5859b
ACTION-3552: 'boundingbox' -> 'bounding-box'

Rationale: 'bounding-box' follows CSS keyword naming pattern:
'border-box', 'padding-box', 'content-box' etc.
master/changes.html
master/interact.html
master/propidx.html
--- a/master/changes.html	Fri Nov 22 15:01:51 2013 +0100
+++ b/master/changes.html	Mon Dec 02 11:15:12 2013 +0100
@@ -233,7 +233,7 @@
   <li>Corrected the definition of the <a>'cursor/xlink:href'</a> attribute on
   the <a>'cursor element'</a> element to take an IRI that is not in a CSS-like
   functional form.</li>
-  <li>Added the <span class="prop-value">boundingbox</span> keyword to <a>'pointer-events'</a>.</li>
+  <li>Added the <span class="prop-value">bounding-box</span> keyword to <a>'pointer-events'</a>.</li>
   <li>Replaced SVGLoad, SVGAbort, SVGError and SVGUnload with load, abort, error and unload respectively.</li>
   <li>Only <a>structurally external elements</a> and the rootmost svg element must fire load events.</li>
 </ul>
--- a/master/interact.html	Fri Nov 22 15:01:51 2013 +0100
+++ b/master/interact.html	Mon Dec 02 11:15:12 2013 +0100
@@ -707,7 +707,7 @@
   </tr>
   <tr>
     <th>Value:</th>
-    <td>boundingbox | visiblePainted | visibleFill | visibleStroke | visible | painted |
+    <td>bounding-box | visiblePainted | visibleFill | visibleStroke | visible | painted |
     fill | stroke | all | none</td>
   </tr>
   <tr>
@@ -741,7 +741,7 @@
 </table>
 
 <dl>
-  <dt><span class="prop-value">boundingbox</span></dt>
+  <dt><span class="prop-value">bounding-box</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>
--- a/master/propidx.html	Fri Nov 22 15:01:51 2013 +0100
+++ b/master/propidx.html	Mon Dec 02 11:15:12 2013 +0100
@@ -494,7 +494,7 @@
         </tr>
         <tr>
           <th><a>'pointer-events'</a></th>
-          <td>boundingbox | visiblePainted | visibleFill | visibleStroke |
+          <td>bounding-box | visiblePainted | visibleFill | visibleStroke |
           visible |<br />
            painted | fill | stroke | all | none </td>
           <td>visiblePainted</td>