RE: SVGZoom

Is this event not moving forward? Did I miss a meeting ;)  No browser supports this (that we can tell) and even Firefox from 3.59 to 3.6 dropped it (though hasFeature still says it does).

Anyone?

Patrick Dengler

________________________________________
From: www-svg-request@w3.org [www-svg-request@w3.org] on behalf of Patrick Dengler [patd@microsoft.com]
Sent: Friday, April 02, 2010 5:18 PM
To: www-svg@w3.org
Subject: SVGZoom

SVGZoom is only supposed to fire on the "outermost svg element" which is defined as "outermost svg element: The furthest 'svg' ancestor element that remains in the current SVG "document fragment". So the "outermost svg element" is any svg element that is at the top of a "document fragment".

And

"When an 'svg' element is a descendant of another 'svg' element, there are two SVG document fragments, one for each 'svg' element. (One SVG document fragment is contained within another SVG document fragment.)"

So every 'svg' element is an "outermost svg element" because every 'svg' element is the root of a document fragment.

Which means that SVGZoom should fire on every 'svg' element.

This doesn't seem right to us.

Thoughts?

Received on Monday, 5 April 2010 21:54:49 UTC