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) --- .../canvas_api/tutorial/drawing_shapes/index.html | 2 +- files/pl/web/api/canvas_api/tutorial/index.html | 4 +-- files/pl/web/api/console/index.html | 2 +- .../api/document/getelementsbyclassname/index.html | 2 +- files/pl/web/api/htmlelement/lang/index.html | 2 +- files/pl/web/api/webgl_api/index.html | 34 +++++++++++----------- files/pl/web/api/websockets_api/index.html | 6 ++-- files/pl/web/api/window/index.html | 2 +- files/pl/web/api/window/localstorage/index.html | 2 +- .../api/window/requestanimationframe/index.html | 4 +-- .../api/windoworworkerglobalscope/btoa/index.html | 2 +- 11 files changed, 31 insertions(+), 31 deletions(-) (limited to 'files/pl/web/api') diff --git a/files/pl/web/api/canvas_api/tutorial/drawing_shapes/index.html b/files/pl/web/api/canvas_api/tutorial/drawing_shapes/index.html index 2f53156e92..e1d34dcfca 100644 --- a/files/pl/web/api/canvas_api/tutorial/drawing_shapes/index.html +++ b/files/pl/web/api/canvas_api/tutorial/drawing_shapes/index.html @@ -303,7 +303,7 @@ original_slug: Web/API/Canvas_API/Tutorial/rysowanie_ksztaltow

Bezier and quadratic curves

-

The next type of paths available are Bézier curves, available in both cubic and quadratic varieties. These are generally used to draw complex organic shapes.

+

The next type of paths available are Bézier curves, available in both cubic and quadratic varieties. These are generally used to draw complex organic shapes.

{{domxref("CanvasRenderingContext2D.quadraticCurveTo", "quadraticCurveTo(cp1x, cp1y, x, y)")}}
diff --git a/files/pl/web/api/canvas_api/tutorial/index.html b/files/pl/web/api/canvas_api/tutorial/index.html index a8b41b4ca9..2bdf42b883 100644 --- a/files/pl/web/api/canvas_api/tutorial/index.html +++ b/files/pl/web/api/canvas_api/tutorial/index.html @@ -49,8 +49,8 @@ translation_of: Web/API/Canvas_API/Tutorial

Notka dla współtwórców

diff --git a/files/pl/web/api/console/index.html b/files/pl/web/api/console/index.html index 0e2b03ab60..58806c81e3 100644 --- a/files/pl/web/api/console/index.html +++ b/files/pl/web/api/console/index.html @@ -207,7 +207,7 @@ function foo() {

See also

diff --git a/files/pl/web/api/document/getelementsbyclassname/index.html b/files/pl/web/api/document/getelementsbyclassname/index.html index a9e2037ac3..21e369cc7f 100644 --- a/files/pl/web/api/document/getelementsbyclassname/index.html +++ b/files/pl/web/api/document/getelementsbyclassname/index.html @@ -78,5 +78,5 @@ var testDivs = Array.prototype.filter.call(testElements, function(testElement){

Specyfikacja

diff --git a/files/pl/web/api/htmlelement/lang/index.html b/files/pl/web/api/htmlelement/lang/index.html index 699d6f41ae..44e4e4989b 100644 --- a/files/pl/web/api/htmlelement/lang/index.html +++ b/files/pl/web/api/htmlelement/lang/index.html @@ -33,7 +33,7 @@ else if(document.documentElement.lang == "ru") };

Uwagi

-

Kod języka zwracany przez w/w właściwość zgodny jest z kodami zdefiniowanymi w dokumencie RFC 1766. Przykładowo: "en" dla języka angielskiego, "ja" dla japońskiego, "es" dla hiszpańskiego itd. Domyślna wartość atrybutu to unknown. Wartość tego atrybutu ustawiana jest zwykle dla podstawowego (najwyższego) elementu dokumentu.

+

Kod języka zwracany przez w/w właściwość zgodny jest z kodami zdefiniowanymi w dokumencie RFC 1766. Przykładowo: "en" dla języka angielskiego, "ja" dla japońskiego, "es" dla hiszpańskiego itd. Domyślna wartość atrybutu to unknown. Wartość tego atrybutu ustawiana jest zwykle dla podstawowego (najwyższego) elementu dokumentu.

Specyfikacja

W3C DOM Level 2 HTML: lang

diff --git a/files/pl/web/api/webgl_api/index.html b/files/pl/web/api/webgl_api/index.html index a3cc7bb3d0..e634407e22 100644 --- a/files/pl/web/api/webgl_api/index.html +++ b/files/pl/web/api/webgl_api/index.html @@ -9,7 +9,7 @@ translation_of: Web/API/WebGL_API

WebGL (Web Graphics Library) to API języka JavaScript służące do renderowania (rysowania) interaktywnej grafiki 3D i 2D poprzez kompatybilną przeglądarkę bez używania pluginów. WebGL został oparty na API OpenGL ES 2.0 i może zostać wykorzystany do pracy z elementem {{HTMLElement("canvas")}}.

-

Aktualnie Jest wspierany przez Firefox 4+, Google Chrome 9+, Opera 12+, Safari 5.1+ i Internet Explorer 11+; ponad to urządzenie użytkownika musi także spełniać odpowiednie warunki sprzętowe, aby móc obsłużyć WebGL (przede wszystkim obsługiwać OpenGL co najmniej w wersji 2.0).

+

Aktualnie Jest wspierany przez Firefox 4+, Google Chrome 9+, Opera 12+, Safari 5.1+ i Internet Explorer 11+; ponad to urządzenie użytkownika musi także spełniać odpowiednie warunki sprzętowe, aby móc obsłużyć WebGL (przede wszystkim obsługiwać OpenGL co najmniej w wersji 2.0).

@@ -47,31 +47,31 @@ translation_of: Web/API/WebGL_API
Raw WebGL: An introduction to WebGL
Rozmowa z Nick Desaulniers o wprowadzająca do podstaw WebGL. To jest idealne miejsce aby zacząć jeśli nigdy nie programowałeś grafiki niskopoziomowej.
-
WebGL - Specyfikacje
+
WebGL - Specyfikacje
Specyfikacja WebGL.
-
Strona Khronos WebGL
+
Strona Khronos WebGL
Strona domowa WebGL w Khronos Group.
-
Learning WebGL
+
Learning WebGL
Strona z tutorialami na temat jak używać WebGL.
-
WebGL Fundamentals
+
WebGL Fundamentals
Tutorial z podstawami WebGL.
WebGL Matrices
Wprowadzenie metryk używając 2D WebGL. Ta seria wyjaśnia także matematyczne zależności perspektyw 3D.
-
The WebGL Cookbook
+
The WebGL Cookbook
Strona z poręcznymi przykładami kodu WebGL.
-
Planet WebGL
+
Planet WebGL
Agregat dla ludzi zaangażowanych w społeczność WebGL.
-
ewgl-matrices
+
ewgl-matrices
Biblioteka 'blazing fast matrix' dla WebGL
-
glMatrix
+
glMatrix
Biblioteka JavaScript Matrix and Vector dla wysoko wydajnych app WebGL.
-
mjs
+
mjs
A JavaScript vector and matrix math library, optimized for WebGL usage.
-
Sylvester
+
Sylvester
Biblioteka Open Source do manipulowania wektorami i metrykami. Nie zoptymalizowana pod WebGl (eksperymentalna).
-
WebGL playground
+
WebGL playground
Narzędzia online do twoarzenia i dzielenia się projektami WebGL. Dobra dla szybkich prototypów i eksperymenotwania.
-
WebGL Academy
+
WebGL Academy
HTML/Javascript edytor z tutorialami do nauki podstaw programowania WebGL.
 
@@ -102,7 +102,7 @@ translation_of: Web/API/WebGL_API 5.1 (experiment) - OES_texture_float + OES_texture_float {{CompatGeckoDesktop("6.0")}} {{CompatUnknown}} {{CompatUnknown}} @@ -110,7 +110,7 @@ translation_of: Web/API/WebGL_API {{CompatUnknown}} - OES_standard_derivatives + OES_standard_derivatives {{CompatGeckoDesktop("10.0")}} {{CompatUnknown}} {{CompatUnknown}} @@ -173,7 +173,7 @@ translation_of: Web/API/WebGL_API {{CompatUnknown}} - OES_texture_float + OES_texture_float {{CompatGeckoMobile("6.0")}} 25 {{CompatUnknown}} @@ -181,7 +181,7 @@ translation_of: Web/API/WebGL_API {{CompatUnknown}} - OES_standard_derivatives + OES_standard_derivatives {{CompatGeckoMobile("10.0")}} 25 {{CompatUnknown}} diff --git a/files/pl/web/api/websockets_api/index.html b/files/pl/web/api/websockets_api/index.html index dec93ff320..e211f8ea2e 100644 --- a/files/pl/web/api/websockets_api/index.html +++ b/files/pl/web/api/websockets_api/index.html @@ -25,10 +25,10 @@ original_slug: WebSockets

Narzędzia

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
  • diff --git a/files/pl/web/api/windoworworkerglobalscope/btoa/index.html b/files/pl/web/api/windoworworkerglobalscope/btoa/index.html index 6b1cc90cc4..7c5b95a7ae 100644 --- a/files/pl/web/api/windoworworkerglobalscope/btoa/index.html +++ b/files/pl/web/api/windoworworkerglobalscope/btoa/index.html @@ -26,7 +26,7 @@ var odkodowaneDane = window.atob(zakodowaneDane); // odkodowywanie ciągu ("Hell

    btoa() jest także dostępne dla komponentów XPCOM zaimplementowanych w JavaScript, nawet jeżeli window nie jest globalnym obiektem w komponencie.

    Ciągi Unicode

    W większości przeglądarek odwołanie się do window.btoa() z ciągiem Unicode spowoduje wystąpienie wyjątku Character Out Of Range.

    -

    Aby tego uniknąć, rozważ ten model odnotowany przez Johana Sundströma:

    +

    Aby tego uniknąć, rozważ ten model odnotowany przez Johana Sundströma:

    function utf8_to_b64( str ) {
         return window.btoa(encodeURIComponent( escape( str )));
     }
    -- 
    cgit v1.2.3-54-g00ecf