Re: SVG12: cfo definition

Hi Björn,

We have now clarified the wording for getCurrentFocusedObject() and believe the new wording addresses your needs. It is: 

getCurrentFocusedObject 

Returns a reference to the object which has the focus. This returns a DOMObject because the currently focused object may be an object outside the SVG namespace. If the currently focused object is in the SVG namespace, it should be cast to events::EventTarget.
In the case of standalone SVG documents, this method should never return null because for standalone SVG documents a User Agent must always have a currently focused object. 

No Parameters

Return value

DOMObject <http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#DOMObject> 

 

The currently focused object.

No Exceptions

 

Let us know if this doesn't address your concern.

/The SVG WG

 

 

From: Bjoern Hoehrmann <derhoermi@gmx.net <mailto:derhoermi@gmx.net?Subject=Re:%20SVG12:%20cfo%20definition&In-Reply-To=%3C42f89d8b.482936156@smtp.bjoern.hoehrmann.de%3E&References=%3C42f89d8b.482936156@smtp.bjoern.hoehrmann.de%3E> > 
Date: Mon, 04 Jul 2005 04:23:09 +0200
To: www-svg@w3.org <mailto:www-svg@w3.org?Subject=Re:%20SVG12:%20cfo%20definition&In-Reply-To=%3C42f89d8b.482936156@smtp.bjoern.hoehrmann.de%3E&References=%3C42f89d8b.482936156@smtp.bjoern.hoehrmann.de%3E>  
Message-ID: <42f89d8b.482936156@smtp.bjoern.hoehrmann.de> 
 
Dear Scalable Vector Graphics Working Group,
 
  http://www.w3.org/TR/2005/WD-SVGMobile12-20050413/svgudom.html fails
to define how the currently focused object is to be determined. Please
define clearly deterministic results for getCurrentFocusedObject().
 
regards,
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de <http://bjoern.hoehrmann.de> 
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de <http://www.bjoernsworld.de> 
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ <http://www.websitedev.de/>  

 

Received on Friday, 2 December 2005 08:27:14 UTC