svg2: ACTION-3552: 'boundingbox' -> 'bounding-box'

details:   https://svgwg.org/hg/svg2/rev/7a902f4a33f6
branches:  
changeset: 573:7a902f4a33f6
user:      Erik Dahlstrom <ed@opera.com>
date:      Mon Dec 02 11:15:12 2013 +0100
description:
ACTION-3552: 'boundingbox' -> 'bounding-box'

Rationale: 'bounding-box' follows CSS keyword naming pattern:
'border-box', 'padding-box', 'content-box' etc.

diffstat:

 master/changes.html  |  2 +-
 master/interact.html |  4 ++--
 master/propidx.html  |  2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diffs (85 lines):

diff --git a/master/changes.html b/master/changes.html
--- a/master/changes.html
+++ b/master/changes.html
@@ -228,17 +228,17 @@ have been made.</p>
 
 <h3 id="interact">Interactivity chapter</h3>
 
 <ul>
   <li>Added the <span class="attr-name">'tabindex'</span> attribute.</li>
   <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>
 
 <h3 id="linking">Linking chapter</h3>
 
 <ul>
   <li>Removed the restriction on <a>'tref'</a> only being able to reference SVG elements.</li>
diff --git a/master/interact.html b/master/interact.html
--- a/master/interact.html
+++ b/master/interact.html
@@ -702,17 +702,17 @@ the circumstances under which the follow
 
 <table class="propdef">
   <tr>
     <th>Name:</th>
     <td><dfn id="PointerEventsProperty">pointer-events</dfn></td>
   </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>
     <th>Initial:</th>
     <td>visiblePainted</td>
   </tr>
   <tr>
     <th>Applies to:</th>
@@ -736,17 +736,17 @@ the circumstances under which the follow
   </tr>
   <tr>
     <th><a>Animatable</a>:</th>
     <td>yes</td>
   </tr>
 </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>
   <dd>The given element can be the target element for pointer events when 
   the <a>'visibility'</a> property is set to 
   <span class="prop-value">visible</span> and when the pointer is over a 
   "painted" area. The pointer is over a painted area if it is over the 
   interior (i.e., fill) of the element and the <a>'fill'</a> property has 
diff --git a/master/propidx.html b/master/propidx.html
--- a/master/propidx.html
+++ b/master/propidx.html
@@ -489,17 +489,17 @@ other specifications.</p>
           <td><a>graphics elements</a> and <a>text content elements</a></td>
           <td>no</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>
           <td>yes</td>
         </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>
           <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>
           <td>yes</td>

Received on Monday, 2 December 2013 10:17:58 UTC