diff options
author | MDN <actions@users.noreply.github.com> | 2021-07-08 00:34:19 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-07-08 00:34:19 +0000 |
commit | ff9ea0cf9f0ea6217deefa7ad0dba35bf7f6c45e (patch) | |
tree | d11054dc18b78736aa981b3102bfd731f86bcd43 /files/pl/web | |
parent | 874d81c43e8e5d7d498b452a8d82bd6879aa5716 (diff) | |
download | translated-content-ff9ea0cf9f0ea6217deefa7ad0dba35bf7f6c45e.tar.gz translated-content-ff9ea0cf9f0ea6217deefa7ad0dba35bf7f6c45e.tar.bz2 translated-content-ff9ea0cf9f0ea6217deefa7ad0dba35bf7f6c45e.zip |
[CRON] sync translated content
Diffstat (limited to 'files/pl/web')
-rw-r--r-- | files/pl/web/api/htmlorforeignelement/blur/index.html | 22 | ||||
-rw-r--r-- | files/pl/web/api/htmlorforeignelement/focus/index.html | 24 |
2 files changed, 0 insertions, 46 deletions
diff --git a/files/pl/web/api/htmlorforeignelement/blur/index.html b/files/pl/web/api/htmlorforeignelement/blur/index.html deleted file mode 100644 index 35d1e725eb..0000000000 --- a/files/pl/web/api/htmlorforeignelement/blur/index.html +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: element.blur -slug: Web/API/HTMLOrForeignElement/blur -tags: - - DOM - - Dokumentacja_Gecko_DOM - - Gecko - - Wszystkie_kategorie -translation_of: Web/API/HTMLOrForeignElement/blur -original_slug: Web/API/Element/blur ---- -<p>{{ ApiRef() }}</p> -<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> -<p>Metoda <b>blur</b> dezaktywuje bieżący element (usuwa focus).</p> -<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia">Składnia</h3> -<pre class="eval">element.blur() -</pre> -<h3 id="Specyfikacja" name="Specyfikacja">Specyfikacja</h3> -<p><a class="external" href="http://www.w3.org/TR/2000/WD-DOM-Level-2-HTML-20001113/html.html#ID-28216144">blur</a></p> -<div class="noinclude"> - </div> -<p>{{ languages( { "en": "en/DOM/element.blur", "fr": "fr/DOM/element.blur" } ) }}</p> diff --git a/files/pl/web/api/htmlorforeignelement/focus/index.html b/files/pl/web/api/htmlorforeignelement/focus/index.html deleted file mode 100644 index 4d5084b55a..0000000000 --- a/files/pl/web/api/htmlorforeignelement/focus/index.html +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: element.focus -slug: Web/API/HTMLOrForeignElement/focus -tags: - - DOM - - Dokumentacja_Gecko_DOM - - Gecko - - Wszystkie_kategorie -translation_of: Web/API/HTMLOrForeignElement/focus -original_slug: Web/API/Element/focus ---- -<p>{{ ApiRef() }}</p> -<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> -<p><b>focus</b> aktywuje bieżący element (ustawia focus).</p> -<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia">Składnia</h3> -<pre class="eval">element.focus() -</pre> -<h3 id="Uwagi" name="Uwagi">Uwagi</h3> -<p>Wywołanie metody <b>focus()</b> jest równoważne z zaznaczeniem elementu przez użytkownika.</p> -<h3 id="Specyfikacja" name="Specyfikacja">Specyfikacja</h3> -<p><a class="external" href="http://www.w3.org/TR/2000/WD-DOM-Level-2-HTML-20001113/html.html#ID-32130014">focus </a></p> -<div class="noinclude"> - </div> -<p>{{ languages( { "en": "en/DOM/element.focus", "fr": "fr/DOM/element.focus" } ) }}</p> |