File: document_event.rst

package info (click to toggle)
svgwrite 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,304 kB
  • sloc: python: 12,524; makefile: 116; sh: 5
file content (21 lines) | stat: -rw-r--r-- 771 bytes parent folder | download | duplicates (3)
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>`_