diff options
author | rjohnson <rjohnson@mozilla.com> | 2021-03-18 17:16:33 -0700 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-03-21 00:31:49 +0800 |
commit | 8b6621966195ae20c972e812d5cdbed2b6146675 (patch) | |
tree | d4a74c330f7f80994c2b5e9f116af8a7e9fca1b8 /files/pl/conflicting | |
parent | e73670462cbf6600f4fb821054320743d86de204 (diff) | |
download | translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.gz translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.bz2 translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.zip |
remove fx_minversion_header macro calls
Diffstat (limited to 'files/pl/conflicting')
-rw-r--r-- | files/pl/conflicting/web/api/document/hasfocus/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/files/pl/conflicting/web/api/document/hasfocus/index.html b/files/pl/conflicting/web/api/document/hasfocus/index.html index 39a8ae5e56..54eada94e9 100644 --- a/files/pl/conflicting/web/api/document/hasfocus/index.html +++ b/files/pl/conflicting/web/api/document/hasfocus/index.html @@ -10,8 +10,7 @@ translation_of: Web/API/Document/hasFocus translation_of_original: Web/HTML/Focus_management_in_HTML original_slug: Web/HTML/Zarządzanie_fokusem_w_HTML --- -<p>{{ Fx_minversion_header(3) }} -{{ Draft() }} +<p>{{ 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> |