diff options
Diffstat (limited to 'files/pl/web/html/zarządzanie_fokusem_w_html/index.html')
-rw-r--r-- | files/pl/web/html/zarządzanie_fokusem_w_html/index.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/files/pl/web/html/zarządzanie_fokusem_w_html/index.html b/files/pl/web/html/zarządzanie_fokusem_w_html/index.html deleted file mode 100644 index de7af2ddfc..0000000000 --- a/files/pl/web/html/zarządzanie_fokusem_w_html/index.html +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Zarządzanie fokusem w HTML -slug: Web/HTML/Zarządzanie_fokusem_w_HTML -tags: - - DOM - - Firefox 3 - - HTML - - Wszystkie_kategorie -translation_of: Web/API/Document/hasFocus -translation_of_original: Web/HTML/Focus_management_in_HTML ---- -<p>{{ Fx_minversion_header(3) }} -{{ Draft() }} -</p><p>W programie Firefox 3 wprowadzono obsługę dwóch nowych atrybutów DOM, zdefiniowanych w roboczej wersji specyfikacji HTML 5: <code><a href="pl/DOM/document.activeElement">activeElement</a></code> i <code><a href="pl/DOM/document.hasFocus">hasFocus</a></code>. -</p><p><br> -</p> -<div class="noinclude"> -</div> -{{ languages( { "en": "en/Focus_management_in_HTML", "es": "es/Gesti\u00f3n_del_foco_en_HTML", "fr": "fr/Gestion_du_focus_en_HTML", "ja": "ja/Focus_management_in_HTML" } ) }} |