diff options
Diffstat (limited to 'files/pl/web')
-rw-r--r-- | files/pl/web/api/document/activeelement/index.html (renamed from files/pl/web/api/documentorshadowroot/activeelement/index.html) | 4 | ||||
-rw-r--r-- | files/pl/web/api/document/stylesheets/index.html (renamed from files/pl/web/api/documentorshadowroot/stylesheets/index.html) | 4 | ||||
-rw-r--r-- | files/pl/web/css/css_colors/color_picker_tool/index.html | 2 | ||||
-rw-r--r-- | files/pl/web/css/using_css_custom_properties/index.html | 2 | ||||
-rw-r--r-- | files/pl/web/progressive_web_apps/index.html | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/files/pl/web/api/documentorshadowroot/activeelement/index.html b/files/pl/web/api/document/activeelement/index.html index 173e0b9d64..b59c06d8fe 100644 --- a/files/pl/web/api/documentorshadowroot/activeelement/index.html +++ b/files/pl/web/api/document/activeelement/index.html @@ -1,6 +1,6 @@ --- title: document.activeElement -slug: Web/API/DocumentOrShadowRoot/activeElement +slug: Web/API/Document/activeElement tags: - DOM - Dokumentacja_Gecko_DOM @@ -8,7 +8,7 @@ tags: - Wszystkie_kategorie translation_of: Web/API/DocumentOrShadowRoot/activeElement translation_of_original: Web/API/Document/activeElement -original_slug: Web/API/Document/activeElement +original_slug: Web/API/DocumentOrShadowRoot/activeElement --- <p>{{ ApiRef() }}</p> <h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> diff --git a/files/pl/web/api/documentorshadowroot/stylesheets/index.html b/files/pl/web/api/document/stylesheets/index.html index cb2e61d67b..96d97c83c0 100644 --- a/files/pl/web/api/documentorshadowroot/stylesheets/index.html +++ b/files/pl/web/api/document/stylesheets/index.html @@ -1,6 +1,6 @@ --- title: document.styleSheets -slug: Web/API/DocumentOrShadowRoot/styleSheets +slug: Web/API/Document/styleSheets tags: - DOM - Dokumentacja_Gecko_DOM @@ -8,7 +8,7 @@ tags: - Wszystkie_kategorie translation_of: Web/API/DocumentOrShadowRoot/styleSheets translation_of_original: Web/API/Document/styleSheets -original_slug: Web/API/Document/styleSheets +original_slug: Web/API/DocumentOrShadowRoot/styleSheets --- <p>{{ ApiRef() }}</p> <h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> diff --git a/files/pl/web/css/css_colors/color_picker_tool/index.html b/files/pl/web/css/css_colors/color_picker_tool/index.html index 496738c68b..1cbe0c8f8e 100644 --- a/files/pl/web/css/css_colors/color_picker_tool/index.html +++ b/files/pl/web/css/css_colors/color_picker_tool/index.html @@ -14,7 +14,7 @@ tags: translation_of: Web/CSS/CSS_Colors/Color_picker_tool original_slug: Web/CSS/CSS_Colors/Narzedzie_doboru_kolorow --- -<div style="display: none;"> +<div class="hidden"> <h2 id="ColorPicker_Tool" name="ColorPicker_Tool">ColorPicker tool</h2> <h3 id="HTML_Content">HTML Content</h3> diff --git a/files/pl/web/css/using_css_custom_properties/index.html b/files/pl/web/css/using_css_custom_properties/index.html index c9b7089b07..319b75e4f7 100644 --- a/files/pl/web/css/using_css_custom_properties/index.html +++ b/files/pl/web/css/using_css_custom_properties/index.html @@ -133,7 +133,7 @@ translation_of: Web/CSS/Using_CSS_custom_properties </pre> -<div style="display: none;"> +<div class="hidden"> <pre class="brush:html"><div> <div class="one"></div> <div class="two">Text <span class="five">- more text</span></div> diff --git a/files/pl/web/progressive_web_apps/index.html b/files/pl/web/progressive_web_apps/index.html index fd20bc5fbf..b23cedb4cb 100644 --- a/files/pl/web/progressive_web_apps/index.html +++ b/files/pl/web/progressive_web_apps/index.html @@ -110,4 +110,4 @@ translation_of: Web/Progressive_web_apps </dl> -<p><span style="display: none;"> </span></p> +<p><span class="hidden"> </span></p> |