1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Document Event Attributes
=========================
W3C Reference: http://www.w3.org/TR/SVG11/intro.html#TermDocumentEventAttribute
A document event attribute is an event attribute that specifies script to run for
a particular document-wide event.
W3C Direct Links
----------------
* `onabort <http://www.w3.org/TR/SVG11/script.html#OnAbortEventAttribute>`_
* `onerror <http://www.w3.org/TR/SVG11/script.html#OnErrorEventAttribute>`_
* `onresize <http://www.w3.org/TR/SVG11/script.html#OnResizeEventAttribute>`_
* `onscroll <http://www.w3.org/TR/SVG11/script.html#OnScrollEventAttribute>`_
* `onunload <http://www.w3.org/TR/SVG11/script.html#OnUnloadEventAttribute>`_
* `onzoom <http://www.w3.org/TR/SVG11/script.html#OnZoomEventAttribute>`_
|