svg2: Add a note about merging SVGLocatableElement and SVGTransformab...

details:   https://svgwg.org/hg/svg2/rev/6504c880db35
branches:  
changeset: 409:6504c880db35
user:      Cameron McCormack <cam@mcc.id.au>
date:      Mon Dec 31 13:09:31 2012 +1100
description:
Add a note about merging SVGLocatableElement and SVGTransformableElement.

diffstat:

 master/types.html |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (24 lines):

diff --git a/master/types.html b/master/types.html
--- a/master/types.html
+++ b/master/types.html
@@ -4200,16 +4200,20 @@ Corresponds to value <span class="attr-v
     </tr>
     <tr>
       <th>Owner:</th>
       <td>Cameron (<a href="http://www.w3.org/Graphics/SVG/WG/track/actions/3279">ACTION-3279</a>)</td>
     </tr>
   </table>
 </div>
 
+<p class="issue">Now that there are no elements that implement <a>SVGLocatableElement</a>
+but not <a>SVGTransformableElement</a>, can we just merge these interfaces?  <a>SVGSVGElement</a>,
+which was the one element like this, now inherits from <a>SVGGraphicsElement</a>.</p>
+
 <p>Interface <a>SVGLocatableElement</a> is for all elements to which the
 <a>'transform'</a> property applies or which can have a bounding box in current user space.</p>
 
 <pre class="idl">interface <b>SVGLocatableElement</b> : <a>SVGElement</a> {
 
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGElement">SVGElement</a>? <a href="types.html#__svg__SVGLocatableElement__nearestViewportElement">nearestViewportElement</a>;
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGElement">SVGElement</a>? <a href="types.html#__svg__SVGLocatableElement__farthestViewportElement">farthestViewportElement</a>;
 

Received on Monday, 31 December 2012 02:11:13 UTC