From fe6cfe4e918907d7d9ecd83fec4528092138b00e Mon Sep 17 00:00:00 2001 From: Sasha Sushko Date: Mon, 31 May 2021 19:26:15 +0300 Subject: RU: Remove hidden paragraphs about Browser Compatibility (#1062) * Remove Browser Compatibility hidden paragraphs via automation * Remove Browser Compatibility hidden paragraphs manually * Remove Browser Compatibility hidden paragraphs in "not sure" cases --- files/ru/web/api/document/alinkcolor/index.html | 4 ---- files/ru/web/api/document/anchors/index.html | 4 ---- files/ru/web/api/document/applets/index.html | 4 ---- files/ru/web/api/document/bgcolor/index.html | 4 ---- files/ru/web/api/document/body/index.html | 4 ---- files/ru/web/api/document/close/index.html | 4 ---- files/ru/web/api/document/cookie/index.html | 4 ---- files/ru/web/api/document/defaultview/index.html | 4 ---- files/ru/web/api/document/designmode/index.html | 6 ------ files/ru/web/api/document/dir/index.html | 4 ---- files/ru/web/api/document/document/index.html | 4 ---- files/ru/web/api/document/domain/index.html | 3 --- files/ru/web/api/document/domcontentloaded_event/index.html | 3 --- files/ru/web/api/document/embeds/index.html | 4 ---- files/ru/web/api/document/forms/index.html | 4 ---- files/ru/web/api/document/head/index.html | 4 ---- files/ru/web/api/document/height/index.html | 4 ---- files/ru/web/api/document/links/index.html | 4 ---- files/ru/web/api/document/location/index.html | 4 ---- files/ru/web/api/document/queryselector/index.html | 4 ---- files/ru/web/api/document/readystate/index.html | 4 ---- files/ru/web/api/document/referrer/index.html | 4 ---- files/ru/web/api/document/url/index.html | 4 ---- 23 files changed, 92 deletions(-) (limited to 'files/ru/web/api/document') diff --git a/files/ru/web/api/document/alinkcolor/index.html b/files/ru/web/api/document/alinkcolor/index.html index d010383f8e..8cafc3fd42 100644 --- a/files/ru/web/api/document/alinkcolor/index.html +++ b/files/ru/web/api/document/alinkcolor/index.html @@ -31,10 +31,6 @@ document.alinkColor = color

Браузерная поддержка

- -

{{Compat("api.Document.alinkColor")}}

 

diff --git a/files/ru/web/api/document/anchors/index.html b/files/ru/web/api/document/anchors/index.html index 9d9f3aaa70..0b833985cd 100644 --- a/files/ru/web/api/document/anchors/index.html +++ b/files/ru/web/api/document/anchors/index.html @@ -116,10 +116,6 @@ function init() {

Браузерная поддержка

- -

{{Compat("api.Document.anchors")}}

 

diff --git a/files/ru/web/api/document/applets/index.html b/files/ru/web/api/document/applets/index.html index c82cbdb403..6ebd4e1d32 100644 --- a/files/ru/web/api/document/applets/index.html +++ b/files/ru/web/api/document/applets/index.html @@ -62,10 +62,6 @@ my_java_app = document.applets[1];

Браузерная поддержка

- -

{{Compat("api.Document.applets")}}

 

diff --git a/files/ru/web/api/document/bgcolor/index.html b/files/ru/web/api/document/bgcolor/index.html index f4474bed44..467171ca3a 100644 --- a/files/ru/web/api/document/bgcolor/index.html +++ b/files/ru/web/api/document/bgcolor/index.html @@ -36,10 +36,6 @@ document.bgColor =color

Браузерная поддержка

- -

{{Compat("api.Document.bgColor")}}

 

diff --git a/files/ru/web/api/document/body/index.html b/files/ru/web/api/document/body/index.html index 7dbfce4dac..d50d23affd 100644 --- a/files/ru/web/api/document/body/index.html +++ b/files/ru/web/api/document/body/index.html @@ -74,10 +74,6 @@ alert(document.body.id); // "newBodyElement"

Совместимость с браузерами

- -

{{Compat("api.Document.body")}}

Смотрите также

diff --git a/files/ru/web/api/document/close/index.html b/files/ru/web/api/document/close/index.html index ba5d9ff72a..a1dbc80a3a 100644 --- a/files/ru/web/api/document/close/index.html +++ b/files/ru/web/api/document/close/index.html @@ -54,10 +54,6 @@ document.close();

Браузерная поддержка

- -

{{Compat("api.Document.close")}}

 

diff --git a/files/ru/web/api/document/cookie/index.html b/files/ru/web/api/document/cookie/index.html index 23438503ae..3ee843cdfa 100644 --- a/files/ru/web/api/document/cookie/index.html +++ b/files/ru/web/api/document/cookie/index.html @@ -341,10 +341,6 @@ executeOnce(alertSomething, null, "Hello world!!!!", "alert_something");<

Браузерная поддержка

- -

{{Compat("api.Document.cookie")}}

Смотрите также

diff --git a/files/ru/web/api/document/defaultview/index.html b/files/ru/web/api/document/defaultview/index.html index fb38bdabd4..41596f0111 100644 --- a/files/ru/web/api/document/defaultview/index.html +++ b/files/ru/web/api/document/defaultview/index.html @@ -43,8 +43,4 @@ translation_of: Web/API/Document/defaultView

Браузерная поддержка

- -

{{Compat("api.Document.defaultView")}}

diff --git a/files/ru/web/api/document/designmode/index.html b/files/ru/web/api/document/designmode/index.html index 9eb7f429d6..20dfa58ca0 100644 --- a/files/ru/web/api/document/designmode/index.html +++ b/files/ru/web/api/document/designmode/index.html @@ -46,12 +46,6 @@ document.designMode = "on" || "off";

Совместимость с браузерами

- - - -

{{Compat("api.Document.designMode")}}

diff --git a/files/ru/web/api/document/dir/index.html b/files/ru/web/api/document/dir/index.html index 10640611ab..b4cecfd5d7 100644 --- a/files/ru/web/api/document/dir/index.html +++ b/files/ru/web/api/document/dir/index.html @@ -48,10 +48,6 @@ translation_of: Web/API/Document/dir

 

- -

{{Compat("api.Document.dir")}}

 

diff --git a/files/ru/web/api/document/document/index.html b/files/ru/web/api/document/document/index.html index 1d084cb644..8e3a7cf9a4 100644 --- a/files/ru/web/api/document/document/index.html +++ b/files/ru/web/api/document/document/index.html @@ -43,10 +43,6 @@ translation_of: Web/API/Document/Document

 

- -

{{Compat("api.Document.Document")}}

 

diff --git a/files/ru/web/api/document/domain/index.html b/files/ru/web/api/document/domain/index.html index 47d2a70db7..9eb5ac968b 100644 --- a/files/ru/web/api/document/domain/index.html +++ b/files/ru/web/api/document/domain/index.html @@ -94,9 +94,6 @@ if (document.domain == badDomain) {

Совместимость с браузерами

- - -

{{Compat("api.Document.domain")}}

Смотрите также

diff --git a/files/ru/web/api/document/domcontentloaded_event/index.html b/files/ru/web/api/document/domcontentloaded_event/index.html index 8a9ae9033b..6ce88a6b49 100644 --- a/files/ru/web/api/document/domcontentloaded_event/index.html +++ b/files/ru/web/api/document/domcontentloaded_event/index.html @@ -171,9 +171,6 @@ document.addEventListener('DOMContentLoaded', (event) => {

Браузерная совместимость

- - -

{{Compat("api.Document.DOMContentLoaded_event")}}

Смотрите также

diff --git a/files/ru/web/api/document/embeds/index.html b/files/ru/web/api/document/embeds/index.html index 848996becb..fe37334c5f 100644 --- a/files/ru/web/api/document/embeds/index.html +++ b/files/ru/web/api/document/embeds/index.html @@ -42,10 +42,6 @@ translation_of: Web/API/Document/embeds

Браузерная поддержка

- -

{{Compat("api.Document.embeds")}}

 

diff --git a/files/ru/web/api/document/forms/index.html b/files/ru/web/api/document/forms/index.html index a6d356208b..92abde95f3 100644 --- a/files/ru/web/api/document/forms/index.html +++ b/files/ru/web/api/document/forms/index.html @@ -110,10 +110,6 @@ var selectFormElement = document.forms[index].elements[index];

Браузерная поддержка

- -

{{Compat("api.Document.forms")}}

Смотрите также

diff --git a/files/ru/web/api/document/head/index.html b/files/ru/web/api/document/head/index.html index b10712eb87..7af5983bc2 100644 --- a/files/ru/web/api/document/head/index.html +++ b/files/ru/web/api/document/head/index.html @@ -74,10 +74,6 @@ translation_of: Web/API/Document/head

Браузерная поддержка

- -

{{Compat("api.Document.head")}}

Смотрите также

diff --git a/files/ru/web/api/document/height/index.html b/files/ru/web/api/document/height/index.html index e9eae0c3b9..30acdb0e09 100644 --- a/files/ru/web/api/document/height/index.html +++ b/files/ru/web/api/document/height/index.html @@ -40,10 +40,6 @@ document.documentElement.scrollHeight

Поддержка браузерами

- -

{{Compat("api.Document.height")}}

Смотрите также

diff --git a/files/ru/web/api/document/links/index.html b/files/ru/web/api/document/links/index.html index 3497a83b47..acdaa30dbb 100644 --- a/files/ru/web/api/document/links/index.html +++ b/files/ru/web/api/document/links/index.html @@ -63,10 +63,6 @@ for(var i = 0; i < links.length; i++) {

 

- -

{{Compat("api.Document.links")}}

 

diff --git a/files/ru/web/api/document/location/index.html b/files/ru/web/api/document/location/index.html index f0541c8c74..f6b804081d 100644 --- a/files/ru/web/api/document/location/index.html +++ b/files/ru/web/api/document/location/index.html @@ -58,10 +58,6 @@ document.location.href = 'http://www.mozilla.org'

 

- -

{{Compat("api.Document.location")}}

 

diff --git a/files/ru/web/api/document/queryselector/index.html b/files/ru/web/api/document/queryselector/index.html index 10250f9e9e..5544076d3f 100644 --- a/files/ru/web/api/document/queryselector/index.html +++ b/files/ru/web/api/document/queryselector/index.html @@ -114,10 +114,6 @@ translation_of: Web/API/Document/querySelector

Совместимость с браузерами

- -

{{Compat("api.Document.querySelector")}}

Смотрите также

diff --git a/files/ru/web/api/document/readystate/index.html b/files/ru/web/api/document/readystate/index.html index 6950772a90..4b3f8e5900 100644 --- a/files/ru/web/api/document/readystate/index.html +++ b/files/ru/web/api/document/readystate/index.html @@ -101,10 +101,6 @@ document.onreadystatechange = function () {

Браузерная поддержка

- -

{{Compat("api.Document.readyState")}}

Смотрите также

diff --git a/files/ru/web/api/document/referrer/index.html b/files/ru/web/api/document/referrer/index.html index b60801adbf..dbb1b867ab 100644 --- a/files/ru/web/api/document/referrer/index.html +++ b/files/ru/web/api/document/referrer/index.html @@ -32,10 +32,6 @@ translation_of: Web/API/Document/referrer

Браузерная поддержка

- -

{{Compat("api.Document.referrer")}}

 

diff --git a/files/ru/web/api/document/url/index.html b/files/ru/web/api/document/url/index.html index ebba5fad22..eb63edd1e7 100644 --- a/files/ru/web/api/document/url/index.html +++ b/files/ru/web/api/document/url/index.html @@ -61,10 +61,6 @@ translation_of: Web/API/Document/URL

Браузерная поддержка

- -

{{Compat("api.Document.URL")}}

Смотрите также

-- cgit v1.2.3-54-g00ecf