[SVGMobile12] transform attribute and error handling

Section 7.6 defines the transform attribute.  The text doesn't describe 
an unparsable transform list as in error, so section C.3 won't apply. 
However it fails to state what the expected behavior is.  There seem to 
be a number of choices:

	* define it to be in error, follow C.3 error handling

	* use transform composed up to the point of error

	* ignore the transform attribute (equivalent to identity)

	* disable rendering of the element

Please specify the correct behavior in the specification.

Received on Wednesday, 28 December 2005 20:38:06 UTC