From a0187295debbfe75d4409f360ba7e0ff765ca2f3 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 27 Jul 2021 11:33:10 -0400 Subject: remove link 'title' attributes that's just the 'href' (pl) (#1736) --- files/pl/web/api/window/index.html | 2 +- files/pl/web/api/window/localstorage/index.html | 2 +- files/pl/web/api/window/requestanimationframe/index.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'files/pl/web/api/window') diff --git a/files/pl/web/api/window/index.html b/files/pl/web/api/window/index.html index e4486e3175..df67ed989f 100644 --- a/files/pl/web/api/window/index.html +++ b/files/pl/web/api/window/index.html @@ -464,7 +464,7 @@ translation_of: Web/API/Window
{{domxref("DOMParser")}}
-
DOMParser can parse XML or HTML source stored in a string into a DOM Document. DOMParser is specified in DOM Parsing and Serialization.
+
DOMParser can parse XML or HTML source stored in a string into a DOM Document. DOMParser is specified in DOM Parsing and Serialization.
{{domxref("Window.GeckoActiveXObject")}}
{{todo("NeedsContents")}}
{{domxref("Image")}}
diff --git a/files/pl/web/api/window/localstorage/index.html b/files/pl/web/api/window/localstorage/index.html index e93c5c15e7..bf945d360f 100644 --- a/files/pl/web/api/window/localstorage/index.html +++ b/files/pl/web/api/window/localstorage/index.html @@ -109,7 +109,7 @@ translation_of: Web/API/Window/localStorage -

Sposób wsparcia dla localStorage i {{domxref("sessionStorage")}} różni się w zależności od przeglądarki. Tutaj znajdziesz szczegółowe dane na temat wsparcia poszczególnych przeglądarek dla obiektów Storage.

+

Sposób wsparcia dla localStorage i {{domxref("sessionStorage")}} różni się w zależności od przeglądarki. Tutaj znajdziesz szczegółowe dane na temat wsparcia poszczególnych przeglądarek dla obiektów Storage.

Notka: Zaczynając od wersji iOS 5.1, Safari przetrzymuje dane localStorage w folderze cache. Folder ten poddawany jest okresowemu czyszczeniu, zazwyczaj, gdy w pamięci urządzenia kończy się miejsce. Tryb prywatny w mobilnej przeglądarce Safari blokuje również całkowicie możliwość zapisu do pamięci localStorage.

diff --git a/files/pl/web/api/window/requestanimationframe/index.html b/files/pl/web/api/window/requestanimationframe/index.html index 703a908e8d..41231f7c28 100644 --- a/files/pl/web/api/window/requestanimationframe/index.html +++ b/files/pl/web/api/window/requestanimationframe/index.html @@ -164,7 +164,7 @@ window.requestAnimationFrame(step);
  • requestAnimationFrame for smart animating - Blog post
  • Animating with javascript: from setInterval to requestAnimationFrame - Blog post
  • Using PC Hardware more efficiently in HTML5: New Web Performance APIs, Part 1 - Blog post
  • -
  • TestUFO: Test your web browser for requestAnimationFrame() Timing Deviations
  • -
  • Paul Irish:  requestAnimationFrame for Smart Animating
  • +
  • TestUFO: Test your web browser for requestAnimationFrame() Timing Deviations
  • +
  • Paul Irish:  requestAnimationFrame for Smart Animating
  • Paul Irish: requestAnimationFrame API: now with sub-millisecond precision
  • -- cgit v1.2.3-54-g00ecf