firstDaisy Diff compare report.
Click on the changed parts for a detailed description. Use the left and right arrow keys to walk through the modifications.
last 

14 January 2003

SVG 1.1 (Second Edition) – 16 May 2009

Appendix D: Java Language Binding

Contents

D.1 The Java language binding

The Java language binding for the SVG Document Object Model definitions is available at:

  
http://wwwdev.w3.org/TRSVG/SVG11/profiles/1.1F2/publish/java-binding.zip

Note that this language binding is not normative. The IDL Definitions are the normative parts of the SVG DOM.

D.

1

2 Using SVG with the Java

Language

anguage

When scripting SVG with a language such as ECMAScript, it is possible to embed script code directly in the SVG content using the 'script' element and the event attributes (e.g., 'onload' or 'onclick'). For programming languages with a binary delivery format, such as the Java language, it is not possible to embed the code into the 'script' element or within the event attributes. Therefore there is a need to specify how such languages can bind to and handle events in the SVG document. The following technique describes how this should be done when using the Java language and what is expected of the User Agent that supports dynamic SVG content through the Java language.

The event binding of other binary programming languages is not specified.  

SVG 1.1 (Second Edition) – 16 May 2009