SVGSVGElement::currentView

In WD 2000/03/03, Section 6.10 describing the SVGSVGElement interface, the
definition of currentView reads as follows:

"...If the initial view was a "standard" view, then:
	- the values for viewBox and preserveAspectRatio and
enableZoomAndPanControls within
	  currentView will match the values for the corresponding DOM attributes
that are on 
	  SVGSVGElement directly.
	- the transform attribute within currentView will be null
	- the transform attribute within currentView will reference the outermost
'svg' element"

I suspect the third bullet is intended to read "the viewTarget and
viewTargetString attributes within..."

S.

Received on Wednesday, 24 May 2000 17:58:33 UTC