From 54dab32379dd4758a25387f0736a04067383688b Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 22 Jun 2021 07:49:34 -0400 Subject: remove hidden bcd table paragraph from 'pl' (#1273) --- files/pl/web/api/document/designmode/index.html | 2 +- files/pl/web/api/globaleventhandlers/onblur/index.html | 2 +- files/pl/web/api/globaleventhandlers/onfocus/index.html | 2 +- files/pl/web/api/htmlselectelement/index.html | 2 -- files/pl/web/api/location/reload/index.html | 2 +- 5 files changed, 4 insertions(+), 6 deletions(-) (limited to 'files/pl/web/api') diff --git a/files/pl/web/api/document/designmode/index.html b/files/pl/web/api/document/designmode/index.html index 3956fa8d9e..2d56bfa8b0 100644 --- a/files/pl/web/api/document/designmode/index.html +++ b/files/pl/web/api/document/designmode/index.html @@ -40,7 +40,7 @@ document.designMode = "on" || "off";

Kompatybilność przeglądarek

- +

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

diff --git a/files/pl/web/api/globaleventhandlers/onblur/index.html b/files/pl/web/api/globaleventhandlers/onblur/index.html index 77009081b3..8dacd7d197 100644 --- a/files/pl/web/api/globaleventhandlers/onblur/index.html +++ b/files/pl/web/api/globaleventhandlers/onblur/index.html @@ -71,7 +71,7 @@ function inputFocus() {

Kompatybilność przeglądarek

- +

{{Compat("api.GlobalEventHandlers.onblur")}}

diff --git a/files/pl/web/api/globaleventhandlers/onfocus/index.html b/files/pl/web/api/globaleventhandlers/onfocus/index.html index 12e8280314..bd0c4e7928 100644 --- a/files/pl/web/api/globaleventhandlers/onfocus/index.html +++ b/files/pl/web/api/globaleventhandlers/onfocus/index.html @@ -73,7 +73,7 @@ function inputFocus() {

Kompatybilność przeglądarek

- +

{{Compat("api.GlobalEventHandlers.onfocus")}}

diff --git a/files/pl/web/api/htmlselectelement/index.html b/files/pl/web/api/htmlselectelement/index.html index 967409aadc..72c3ab95d3 100644 --- a/files/pl/web/api/htmlselectelement/index.html +++ b/files/pl/web/api/htmlselectelement/index.html @@ -155,8 +155,6 @@ console.log(select.options[select.selectedIndex].value) // Second

Browser compatibility

- -

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

See also

diff --git a/files/pl/web/api/location/reload/index.html b/files/pl/web/api/location/reload/index.html index fc859dbfd3..2bad9d84d2 100644 --- a/files/pl/web/api/location/reload/index.html +++ b/files/pl/web/api/location/reload/index.html @@ -55,7 +55,7 @@ window.location.reload(true);

Zgodność przeglądarek

- +

{{Compat("api.Location.reload")}}

-- cgit v1.2.3-54-g00ecf