aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/windoweventhandlers/onunload/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/windoweventhandlers/onunload/index.html')
-rw-r--r--files/ru/web/api/windoweventhandlers/onunload/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/windoweventhandlers/onunload/index.html b/files/ru/web/api/windoweventhandlers/onunload/index.html
index 3d908647e5..187259b6ce 100644
--- a/files/ru/web/api/windoweventhandlers/onunload/index.html
+++ b/files/ru/web/api/windoweventhandlers/onunload/index.html
@@ -22,11 +22,11 @@ translation_of: Web/API/WindowEventHandlers/onunload
<p>Using this event handler in your page prevents Firefox 1.5 from caching the page in the in-memory bfcache. Смотрите <a href="/En/Using_Firefox_1.5_caching" title="En/Using_Firefox_1.5_caching">Использование кеширования в  Firefox 1.5</a> для получения более детальной информации.</p>
-<p>Браузеры, оснащённые бокировщиками всплывающих окон будут игнорировать все вызовы метода <code>window.open()</code> внутри функции обработчика события <code>onunload</code>.</p>
+<p>Браузеры, оснащённые блокировщиками всплывающих окон будут игнорировать все вызовы метода <code>window.open()</code> внутри функции обработчика события <code>onunload</code>.</p>
<p>You <em>can</em> and <em>should</em> handle this event through {{domxref("EventTarget.addEventListener","window.addEventListener()")}} and the {{event("unload")}} event. More documentation is available there.</p>
-<h2 id="Cпецификации">Cпецификации</h2>
+<h2 id="Спецификации">Спецификации</h2>
<table class="standard-table">
<thead>