Re: SVG12: A.7.3 example has many many errors

Bjoern Hoehrmann wrote:

>Dear Scalable Vector Graphics Working Group,
>
>  http://www.w3.org/TR/2005/WD-SVGMobile12-20051207/svgudom.html
>appendix A.7.3 has an example with many errors, clickEvent should be
>click, application/ecma should be application/ecmascript, id attributes
>should be xml:id attributes, the ev:* attributes on the listener element
>must be in no namespace, text/ecmascript should be application/
>ecmascript, the ev:observer attribute value is r1 but should be #r1, in
>the description s/becouse/because/, and there are likely more errors.
>Please find and fix them all.
>  
>
The example is fixed now.

The observer isn't the one with the #, by the way, it's handler:

<ev:listener observer="r1" event="click" handler="#handler"/>


Thanks!

Please let us know within two weeks if this reply does not address your 
concern.

Best regards
The SVG WG

Received on Friday, 24 March 2006 00:32:37 UTC