externalResourceRequired is animatable

According to the SVG 1.0 errata:
	http://www.w3.org/2001/09/REC-SVG-20010904-errata

and the SVG1.1 ECMAScript binding:
	http://www.w3.org/TR/SVG11/ecmascript-binding.html

The property:
SVGExternalResourcesRequired.externalResourcesRequired
is of type SVGAnimatedBoolean

However, the SVG1.1 specs say that it's not animatable:
"For externalResourcesRequired: Animatable: no."
-- http://www.w3.org/TR/SVG11/struct.html#ExternalResourcesRequired

and the SVG1.1 errata list is empty:
http://www.w3.org/2003/01/REC-SVG11-20030114-errata


--
Gavin Kistner @ Refinery, Inc.
gavin@refinery.com
work: +1.303.444.1777
cell: +1.303.641.1521

Received on Tuesday, 21 October 2003 15:11:48 UTC