aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/web/api
diff options
context:
space:
mode:
authorrjohnson <rjohnson@mozilla.com>2021-03-18 17:16:33 -0700
committerIrvin <irvinfly@gmail.com>2021-03-21 00:31:49 +0800
commit8b6621966195ae20c972e812d5cdbed2b6146675 (patch)
treed4a74c330f7f80994c2b5e9f116af8a7e9fca1b8 /files/pt-pt/web/api
parente73670462cbf6600f4fb821054320743d86de204 (diff)
downloadtranslated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.gz
translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.bz2
translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.zip
remove fx_minversion_header macro calls
Diffstat (limited to 'files/pt-pt/web/api')
-rw-r--r--files/pt-pt/web/api/document/getelementsbyclassname/index.html2
-rw-r--r--files/pt-pt/web/api/element/clientleft/index.html2
-rw-r--r--files/pt-pt/web/api/element/clienttop/index.html2
-rw-r--r--files/pt-pt/web/api/web_storage_api/index.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/files/pt-pt/web/api/document/getelementsbyclassname/index.html b/files/pt-pt/web/api/document/getelementsbyclassname/index.html
index e8d555d591..84b663c83b 100644
--- a/files/pt-pt/web/api/document/getelementsbyclassname/index.html
+++ b/files/pt-pt/web/api/document/getelementsbyclassname/index.html
@@ -6,7 +6,7 @@ tags:
translation_of: Web/API/Document/getElementsByClassName
original_slug: DOM/document.getElementsByClassName
---
-<p>{{ Fx_minversion_header(3) }} {{ ApiRef() }}</p>
+<p>{{ ApiRef() }}</p>
<h3 id="Resumo" name="Resumo">Resumo</h3>
diff --git a/files/pt-pt/web/api/element/clientleft/index.html b/files/pt-pt/web/api/element/clientleft/index.html
index 5af2b3d9e4..2fa24484b0 100644
--- a/files/pt-pt/web/api/element/clientleft/index.html
+++ b/files/pt-pt/web/api/element/clientleft/index.html
@@ -7,7 +7,7 @@ tags:
translation_of: Web/API/Element/clientLeft
original_slug: DOM/element.clientLeft
---
-<p>{{ Fx_minversion_header(3) }} {{ ApiRef() }} <span class="comment">Faltam duas imagens no documento</span></p>
+<p>{{ ApiRef() }} <span class="comment">Faltam duas imagens no documento</span></p>
<h3 id="Resumo" name="Resumo">Resumo</h3>
<p>A largura da borda esquerda de um elemento em pixels inclui a largura da barra de rolagem vertical se a direção do texto do elemento estiver da direita para a esquerda e se houver um excesso causando uma barra de rolagem vertical na esquerda para ser renderizada. <code>clientLeft</code> não inclui a margem ou o enchimento esquerdo. <code>clientLeft</code> é somente leitura.</p>
<p>Aplicações baseadas em <a href="pt/Gecko">Gecko</a> suportam <code>clientLeft</code> començando com o Gecko 1.9 (<a href="pt/Firefox_3_para_desenvolvedores">Firefox 3</a>, implementado em {{ Bug(111207) }}). Esta propriedade não é suportada pelo Firefox 2 e mais antigos.</p>
diff --git a/files/pt-pt/web/api/element/clienttop/index.html b/files/pt-pt/web/api/element/clienttop/index.html
index 293a38ea66..9212f32bdd 100644
--- a/files/pt-pt/web/api/element/clienttop/index.html
+++ b/files/pt-pt/web/api/element/clienttop/index.html
@@ -7,7 +7,7 @@ tags:
translation_of: Web/API/Element/clientTop
original_slug: DOM/element.clientTop
---
-<p>{{ Fx_minversion_header(3) }} {{ ApiRef() }} <span class="comment">Falta uma imagem no documento</span></p>
+<p>{{ ApiRef() }} <span class="comment">Falta uma imagem no documento</span></p>
<h3 id="Resumo" name="Resumo">Resumo</h3>
<p>A largura da borda superior de um elemento em pixels não inclui a margem superior ou o enchimento. <code>clientTop</code> é somente leitura.</p>
<p>Aplicações baseadas em <a href="pt/Gecko">Gecko</a> suportam <code>clientTop</code> começando com Gecko 1.9 (<a href="pt/Firefox_3_para_desenvolvedores">Firefox 3</a>, implementou em {{ Bug(111207) }}). Esta propriedade não é suportada no Firefox 2 e mais antigos.</p>
diff --git a/files/pt-pt/web/api/web_storage_api/index.html b/files/pt-pt/web/api/web_storage_api/index.html
index 5984d60461..9a4332b272 100644
--- a/files/pt-pt/web/api/web_storage_api/index.html
+++ b/files/pt-pt/web/api/web_storage_api/index.html
@@ -3,7 +3,7 @@ title: DOM Storage
slug: Web/API/Web_Storage_API
original_slug: DOM/Storage
---
-<p>{{ ApiRef() }} {{ Fx_minversion_header(2) }}</p>
+<p>{{ ApiRef() }}</p>
<h3 id="Summary" name="Summary">Resumo</h3>
<p>DOM Storage é o nome dado ao conjunto de características de armazenamento relacionadas (<a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#storage">storage-related features</a>) inicialmente apresentadas na especificação <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/" title="http://www.whatwg.org/specs/web-apps/current-work/">Web Applications 1.0</a>, e agora dividida em sua própria especificação <a class="external" href="http://dev.w3.org/html5/webstorage/" title="http://dev.w3.org/html5/webstorage/">W3C Web Storage</a>. DOM Storage foi desenhado para proporcionar uma alternativa mais segura e fácil de usar, para o armazenamento de informações em cookies. Atualmente ela está disponível somente nos navegadores baseados no Mozilla e WebKit, começando notavelmente com o <a class="internal" href="/pt/Firefox_2_para_desenvolvedores" title="pt/Firefox 2 para desenvolvedores">Firefox 2</a> e o <a class="external" href="http://developer.apple.com/safari/library/documentation/iPhone/Conceptual/SafariJSDatabaseGuide/Name-ValueStorage/Name-ValueStorage.html" title="http://developer.apple.com/safari/library/documentation/iPhone/Conceptual/SafariJSDatabaseGuide/Name-ValueStorage/Name-ValueStorage.html">Safari 4</a>.</p>
<div class="note">