diff options
Diffstat (limited to 'files/pt-br/web/api')
6 files changed, 6 insertions, 6 deletions
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/index.html index f9f8308111..8997910a42 100644 --- a/files/pt-br/web/api/canvasrenderingcontext2d/index.html +++ b/files/pt-br/web/api/canvasrenderingcontext2d/index.html @@ -16,7 +16,7 @@ translation_of: Web/API/CanvasRenderingContext2D <div>A interface <strong>Canvas Renderização de Contexto de duas Dimensões (</strong> <strong>CanvasRenderingContext2D</strong>) é usada para desenhar retangulos, textos, imagens e outros objetos na tag ou elemento canvas. Fornece o contexto de renderização em 2D para a superfície de desenho do elemento {{ HTMLElement("canvas") }}.</div> -<div></div> + <p>Para obter um objeto desta interface, chama-se {{domxref("HTMLCanvasElement.getContext()", "getContext()")}} em um <code>elemento <canvas></code>, adicionando "2d" como argumento, veja o exemplo abaixo:</p> diff --git a/files/pt-br/web/api/document/characterset/index.html b/files/pt-br/web/api/document/characterset/index.html index fe98c9534a..edc2728ee5 100644 --- a/files/pt-br/web/api/document/characterset/index.html +++ b/files/pt-br/web/api/document/characterset/index.html @@ -11,7 +11,7 @@ translation_of: Web/API/Document/characterSet <div><span class="tlid-translation translation" lang="pt"><span title="">A propriedade somente leitura Document.characterSet retorna a</span></span><span class="seoSummary"> <a href="/en-US/docs/Glossary/character_encoding">character encoding</a></span><span class="tlid-translation translation" lang="pt"><span title="">(codificação de caracteres) do documento com o qual ele é renderizado atualmente.</span> <span title="">(Uma codificação de caracteres é um conjunto de caracteres e como interpretar bytes nesses caracteres.)</span></span></div> -<div></div> + <div class="note"> <p>Um “character set”(conjunto de caracteres) e “character encoding”(<span class="tlid-translation translation" lang="pt"><span title="">codificação de caracteres</span></span>) <span class="tlid-translation translation" lang="pt"><span title="">estão relacionados, mas diferentes.</span> <span title="">Apesar do nome dessa propriedade, ela retorna a codificação.</span></span></p> diff --git a/files/pt-br/web/api/document/documenturi/index.html b/files/pt-br/web/api/document/documenturi/index.html index aca717d385..5110cd5dcb 100644 --- a/files/pt-br/web/api/document/documenturi/index.html +++ b/files/pt-br/web/api/document/documenturi/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/Document/documentURI <div>A propiedade <code><strong>documentURI</strong></code> da interface {{domxref("Document")}} retorna uma string com a localização de um documento.</div> -<div></div> + <div>Na definição original DOM3 <code><strong>documentURI </strong></code>é um atributo de leitura/escrita.No padrão mais recente DOM4 é somente de leitura.</div> diff --git a/files/pt-br/web/api/document/index.html b/files/pt-br/web/api/document/index.html index 7d5a3e027c..a19a0027f9 100644 --- a/files/pt-br/web/api/document/index.html +++ b/files/pt-br/web/api/document/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/Document --- <div>{{ ApiRef("DOM") }}</div> -<div></div> + <p>Para cada página carregada no browser, existe um objeto <code><strong>Document</strong></code>. A interface <code>Document</code> serve como um ponto de entrada para o conteúdo da Página ( a árvore DOM, incluindo elementos como {{HTMLElement("body")}} e {{HTMLElement("table")}}) e provê funcionalidades globais ao documento (como obter a URL da página e criar novos elementos no documento).</p> diff --git a/files/pt-br/web/api/htmlinputelement/index.html b/files/pt-br/web/api/htmlinputelement/index.html index 2537ee7395..abd524a2fa 100644 --- a/files/pt-br/web/api/htmlinputelement/index.html +++ b/files/pt-br/web/api/htmlinputelement/index.html @@ -13,7 +13,7 @@ translation_of: Web/API/HTMLInputElement --- <div>{{ APIRef("HTML DOM") }}</div> -<div></div> + <p>A interface HTMLInputElement fornece propriedades e métodos especiais (além da interface regular {{domxref ("HTMLElement")}}) que também tem disponível por herança) para manipular o layout e a apresentação dos elementos de entrada.</p> diff --git a/files/pt-br/web/api/node/textcontent/index.html b/files/pt-br/web/api/node/textcontent/index.html index c84028f6d7..9979eb91d1 100644 --- a/files/pt-br/web/api/node/textcontent/index.html +++ b/files/pt-br/web/api/node/textcontent/index.html @@ -9,7 +9,7 @@ translation_of: Web/API/Node/textContent --- <div>{{APIRef("DOM")}}</div> -<div></div> + <p>A propriedade <code><strong>textContent</strong></code> da interface {{domxref("Node")}} representa o conteúdo de texto de um nó e dos seus descendentes.</p> |