aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/html/zarządzanie_fokusem_w_html/index.html
blob: de7af2ddfc791bea4d2beaf17dbf54ff69f4c00b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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" } ) }}