From 03385cc9f4f157cec2e5fd05f35e6af646055908 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 11:07:46 +0900 Subject: Web/API以下の文書内のリンクURLを正規化 (#2360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/api/svgelement/index.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'files/ja/web/api/svgelement') diff --git a/files/ja/web/api/svgelement/index.html b/files/ja/web/api/svgelement/index.html index 0e5f9336ea..960ed88276 100644 --- a/files/ja/web/api/svgelement/index.html +++ b/files/ja/web/api/svgelement/index.html @@ -39,27 +39,27 @@ translation_of: Web/API/SVGElement

Events

-

Listen to these events using addEventListener() or by assigning an event listener to the equivalent on... handler property defined on {{DOMxRef("GlobalEventHandlers")}} or {{DOMxRef("WindowEventHandlers")}}.

+

Listen to these events using addEventListener() or by assigning an event listener to the equivalent on... handler property defined on {{DOMxRef("GlobalEventHandlers")}} or {{DOMxRef("WindowEventHandlers")}}.

-
abort
+
abort
Fired when page loading is stopped before an SVG element has been allowed to load completely.
- Also available via the onabort property.
-
error
+ Also available via the onabort property. +
error
Fired when an SVG element does not load properly or when an error occurs during script execution.
- Also available via the onerror property.
-
load
+ Also available via the onerror property. +
load
Fires on an SVGElement when it is loaded in the browser.
- Also available via the onload property.
-
resize
+ Also available via the onload property. +
resize
Fired when an SVG document is being resized.
- Also available via the onresize property.
-
scroll
+ Also available via the onresize property. +
scroll
Fired when an SVG document view is being shifted along the X and/or Y axes.
- Also available via the onscroll property.
-
unload
+ Also available via the onscroll property. +
unload
Fired when the DOM implementation removes an SVG document from a window or frame.
- Also available via the onunload property.
+ Also available via the onunload property.

仕様

@@ -95,5 +95,5 @@ translation_of: Web/API/SVGElement -- cgit v1.2.3-54-g00ecf