From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- .../ru/web/events/dommodaldialogclosed/index.html | 63 ---------------------- 1 file changed, 63 deletions(-) delete mode 100644 files/ru/web/events/dommodaldialogclosed/index.html (limited to 'files/ru/web/events/dommodaldialogclosed/index.html') diff --git a/files/ru/web/events/dommodaldialogclosed/index.html b/files/ru/web/events/dommodaldialogclosed/index.html deleted file mode 100644 index 67b480544b..0000000000 --- a/files/ru/web/events/dommodaldialogclosed/index.html +++ /dev/null @@ -1,63 +0,0 @@ ---- -title: DOMModalDialogClosed -slug: Web/Events/DOMModalDialogClosed -translation_of: Archive/Add-ons/Events/DOMModalDialogClosed ---- -

The DOMModalDialogClosed event is executed when a modal dialog has been closed.

- -

General info

- -
-
Specification
-
Addons specific
-
Interface
-
Event
-
Bubbles
-
Yes
-
Cancelable
-
Yes
-
Target
-
window, browser
-
Default Action
-
None
-
- -

Properties

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyTypeDescription
target {{readonlyInline}}{{domxref("EventTarget")}}The event target (the topmost target in the DOM tree).
type {{readonlyInline}}{{domxref("DOMString")}}The type of event.
bubbles {{readonlyInline}}{{jsxref("Boolean")}}Whether the event normally bubbles or not.
cancelable {{readonlyInline}}{{jsxref("Boolean")}}Whether the event is cancellable or not.
- -

See also

- - -- cgit v1.2.3-54-g00ecf