diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:33:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 11:33:10 -0400 |
commit | a0187295debbfe75d4409f360ba7e0ff765ca2f3 (patch) | |
tree | cef7a50cd705e6751347178ac4ef4ca7bb32dcd2 /files/pl/web/html | |
parent | 9fb44756a5432219d159d6892341e0a9e0582bb2 (diff) | |
download | translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.tar.gz translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.tar.bz2 translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.zip |
remove link 'title' attributes that's just the 'href' (pl) (#1736)
Diffstat (limited to 'files/pl/web/html')
-rw-r--r-- | files/pl/web/html/element/link/index.html | 2 | ||||
-rw-r--r-- | files/pl/web/html/element/video/index.html | 4 | ||||
-rw-r--r-- | files/pl/web/html/quirks_mode_and_standards_mode/index.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/files/pl/web/html/element/link/index.html b/files/pl/web/html/element/link/index.html index 33691f272b..451d8890d0 100644 --- a/files/pl/web/html/element/link/index.html +++ b/files/pl/web/html/element/link/index.html @@ -239,7 +239,7 @@ translation_of: Web/HTML/Element/link <dl> <dt>charset</dt> - <dd>Ten atrybut określa zestaw znaków używanych przez linkowany dokument. Dozwolonymi wartościami dla tego atrybutu są nazwy zestawu znaków, takie jak EUC-JP, zdefiniowane w <a class="external" href="http://tools.ietf.org/html/rfc2045" title="http://tools.ietf.org/html/rfc2045">RFC 2045</a>.</dd> + <dd>Ten atrybut określa zestaw znaków używanych przez linkowany dokument. Dozwolonymi wartościami dla tego atrybutu są nazwy zestawu znaków, takie jak EUC-JP, zdefiniowane w <a class="external" href="http://tools.ietf.org/html/rfc2045">RFC 2045</a>.</dd> </dl> <dl> diff --git a/files/pl/web/html/element/video/index.html b/files/pl/web/html/element/video/index.html index 21d4ea9694..db1e6c2743 100644 --- a/files/pl/web/html/element/video/index.html +++ b/files/pl/web/html/element/video/index.html @@ -347,8 +347,8 @@ AddType video/ogg .ogg <li><a href="/en-US/docs/Using_HTML5_audio_and_video" title="Using audio and video in Firefox">Używanie elementów audio i video HTML5.</a></li> <li><a href="/en-US/docs/Manipulating_video_using_canvas" title="Manipulating video using canvas">Manipulowanie wideo korzystając z elementu canvas.</a></li> <li><a href="/en-US/docs/XPCOM_Interface_Reference/NsIDOMHTMLMediaElement" title="NsIDOMHTMLMediaElement"><code>nsIDOMHTMLMediaElement</code></a></li> - <li><a class="external" href="http://tinyvid.tv/" title="http://tinyvid.tv/">TinyVid</a> - przykłady użycia plików ogg w HTML5.</li> - <li><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#video" title="http://www.whatwg.org/specs/web-apps/current-work/#video">Element video</a> (specyfikacja HTML5)</li> + <li><a class="external" href="http://tinyvid.tv/">TinyVid</a> - przykłady użycia plików ogg w HTML5.</li> + <li><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#video">Element video</a> (specyfikacja HTML5)</li> <li><a href="/en-US/docs/Configuring_servers_for_Ogg_media" title="Configuring servers for Ogg media">Konfigurowanie serwerów pod kątem mediów Ogg.</a></li> </ul> diff --git a/files/pl/web/html/quirks_mode_and_standards_mode/index.html b/files/pl/web/html/quirks_mode_and_standards_mode/index.html index ace9ddac8d..0ba4524b19 100644 --- a/files/pl/web/html/quirks_mode_and_standards_mode/index.html +++ b/files/pl/web/html/quirks_mode_and_standards_mode/index.html @@ -36,7 +36,7 @@ original_slug: Web/HTML(PL)/Tryb_Zgodnosci_oraz_Tryb_Standardow <p>W HTML5, jedynym celem DOCTYPE jest aktywowanie trybu pełnego standardu. Starsze wersje standardu HTML nadawały dodatkowe znaczenie DOCTYPE, ale żadna przeglądarka nie używała DOCTYPE do innych celów niż przełączanie pomiędzy trybem zgodności a trybem standardów.</p> -<p>Zobacz również szczegółowy opis tego, <a class="external" href="http://hsivonen.iki.fi/doctype/" title="http://hsivonen.iki.fi/doctype/">kiedy różne przeglądarki wybierają różne tryby pracy</a>.</p> +<p>Zobacz również szczegółowy opis tego, <a class="external" href="http://hsivonen.iki.fi/doctype/">kiedy różne przeglądarki wybierają różne tryby pracy</a>.</p> <h3 id="XHTML">XHTML</h3> |