From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/svgevent/index.html | 81 ++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 files/ja/web/api/svgevent/index.html (limited to 'files/ja/web/api/svgevent/index.html') diff --git a/files/ja/web/api/svgevent/index.html b/files/ja/web/api/svgevent/index.html new file mode 100644 index 0000000000..0722b26d5c --- /dev/null +++ b/files/ja/web/api/svgevent/index.html @@ -0,0 +1,81 @@ +--- +title: SVGEvent +slug: Web/API/SVGEvent +tags: + - API + - Reference + - SVG +translation_of: Web/API/SVGEvent +--- +
{{APIRef("SVG")}}
+ +

このセクションには、Scalable Vector Graphics (SVG) イベントリファレンスのドキュメントが含まれています。

+ +

このセクションにおいて

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
項目説明
+

onabort

+
+

要素が完全に読み込まれる前にページの読み込みが停止したときに発生します。

+
+

onerror

+
+

要素が正しく読み込まれなかったり、スクリプトが正しく実行されなかったりすると発生します。

+
+

onload

+
+

ブラウザが要素とそのすべての子孫を完全に解析したときに発生します。

+
+

onresize

+
+

ドキュメントビューのサイズが変更されているときに発生します。

+
+

onscroll

+
+

ドキュメントビューがx軸、y軸、または両方の軸に沿って移動されているときに発生します。

+
+

onunload

+
+

ドキュメントがウィンドウまたはフレームから削除されたときに発生します。

+
+

onzoom

+
+

ドキュメントのズームレベルまたはcurrentScaleプロパティが変更されたときに発生します。

+
+ +

 

-- cgit v1.2.3-54-g00ecf