aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-02 10:43:09 -0400
committerGitHub <noreply@github.com>2021-08-02 11:43:09 -0300
commit28b935d9dca4bb27b8f53b4f211c004e233f52e4 (patch)
tree3d5de50b13c51c9527af014cf05947b4daef6f5d /files/pt-br/web/html
parent434acdbb5b298229fbbf126e893603024bbee26c (diff)
downloadtranslated-content-28b935d9dca4bb27b8f53b4f211c004e233f52e4.tar.gz
translated-content-28b935d9dca4bb27b8f53b4f211c004e233f52e4.tar.bz2
translated-content-28b935d9dca4bb27b8f53b4f211c004e233f52e4.zip
remove link 'title' attributes that's just the 'href' (pt-br, part 2) (#1841)
Diffstat (limited to 'files/pt-br/web/html')
-rw-r--r--files/pt-br/web/html/element/area/index.html4
-rw-r--r--files/pt-br/web/html/element/article/index.html2
-rw-r--r--files/pt-br/web/html/element/audio/index.html4
-rw-r--r--files/pt-br/web/html/element/canvas/index.html10
-rw-r--r--files/pt-br/web/html/element/datalist/index.html2
-rw-r--r--files/pt-br/web/html/element/del/index.html2
-rw-r--r--files/pt-br/web/html/element/details/index.html4
-rw-r--r--files/pt-br/web/html/element/dl/index.html2
-rw-r--r--files/pt-br/web/html/element/footer/index.html2
-rw-r--r--files/pt-br/web/html/element/form/index.html6
-rw-r--r--files/pt-br/web/html/element/img/index.html12
-rw-r--r--files/pt-br/web/html/element/ins/index.html2
-rw-r--r--files/pt-br/web/html/element/legend/index.html2
-rw-r--r--files/pt-br/web/html/element/meter/index.html2
-rw-r--r--files/pt-br/web/html/element/nav/index.html2
-rw-r--r--files/pt-br/web/html/element/output/index.html2
-rw-r--r--files/pt-br/web/html/element/progress/index.html4
-rw-r--r--files/pt-br/web/html/element/source/index.html4
-rw-r--r--files/pt-br/web/html/element/span/index.html2
-rw-r--r--files/pt-br/web/html/element/summary/index.html2
-rw-r--r--files/pt-br/web/html/element/table/index.html4
-rw-r--r--files/pt-br/web/html/element/time/index.html6
-rw-r--r--files/pt-br/web/html/element/video/index.html6
-rw-r--r--files/pt-br/web/html/global_attributes/data-_star_/index.html2
-rw-r--r--files/pt-br/web/html/quirks_mode_and_standards_mode/index.html2
25 files changed, 46 insertions, 46 deletions
diff --git a/files/pt-br/web/html/element/area/index.html b/files/pt-br/web/html/element/area/index.html
index aef9444920..5f31fd0da2 100644
--- a/files/pt-br/web/html/element/area/index.html
+++ b/files/pt-br/web/html/element/area/index.html
@@ -43,7 +43,7 @@ translation_of: Web/HTML/Element/area
<dl>
<dt>{{Htmlattrdef ("hreflang")}} {{HTMLVersionInline ("5")}}</dt>
- <dd>Indica o idioma do recurso ligado. Os valores permitidos são determinados por <a class="external" href="http://www.ietf.org/rfc/bcp/bcp47.txt" title="http://www.ietf.org/rfc/bcp/bcp47.txt">BCP47</a> . Utilize este atributo somente se a <strong>href</strong> atributo está presente.</dd>
+ <dd>Indica o idioma do recurso ligado. Os valores permitidos são determinados por <a class="external" href="http://www.ietf.org/rfc/bcp/bcp47.txt">BCP47</a> . Utilize este atributo somente se a <strong>href</strong> atributo está presente.</dd>
</dl>
<dl>
@@ -89,7 +89,7 @@ translation_of: Web/HTML/Element/area
</ul>
Utilize este atributo somente se a <strong>href</strong> atributo está presente.</dd>
<dt>{{Htmlattrdef ("type")}}</dt>
- <dd>Este atributo especifica o tipo de mídia na forma de um tipo MIME para o destino do link. Geralmente, este é fornecido informações estritamente como consultivo; no entanto, no futuro, um navegador pode adicionar um pequeno ícone para os tipos de multimédia. Por exemplo, um navegador pode adicionar um pequeno ícone de alto-falante quando o tipo está definido para áudio / wav. Para obter uma lista completa de tipos MIME reconhecidos, consulte <a class="linkification-ext external" href="http://www.w3.org/TR/html4/references.html#ref-MIMETYPES" title="Linkification: http://www.w3.org/TR/html4/references.html # REF-MIMETYPES">http://www.w3.org/TR/html4/references.html # REF-MIMETYPES</a> . Utilize este atributo somente se a <strong>href</strong> atributo está presente.</dd>
+ <dd>Este atributo especifica o tipo de mídia na forma de um tipo MIME para o destino do link. Geralmente, este é fornecido informações estritamente como consultivo; no entanto, no futuro, um navegador pode adicionar um pequeno ícone para os tipos de multimédia. Por exemplo, um navegador pode adicionar um pequeno ícone de alto-falante quando o tipo está definido para áudio / wav. Para obter uma lista completa de tipos MIME reconhecidos, consulte <a class="linkification-ext external" href="http://www.w3.org/TR/html4/references.html#ref-MIMETYPES">http://www.w3.org/TR/html4/references.html # REF-MIMETYPES</a> . Utilize este atributo somente se a <strong>href</strong> atributo está presente.</dd>
</dl>
<h2 id="Exemplo">Exemplo</h2>
diff --git a/files/pt-br/web/html/element/article/index.html b/files/pt-br/web/html/element/article/index.html
index cff322b0cb..1115a8d3d6 100644
--- a/files/pt-br/web/html/element/article/index.html
+++ b/files/pt-br/web/html/element/article/index.html
@@ -37,7 +37,7 @@ translation_of: Web/HTML/Element/article
</tr>
<tr>
<td>Documento normativo</td>
- <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-article-element" rel="external nofollow" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-article-element">HTML5, section 4.4.4</a></td>
+ <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-article-element" rel="external nofollow">HTML5, section 4.4.4</a></td>
</tr>
</tbody>
</table>
diff --git a/files/pt-br/web/html/element/audio/index.html b/files/pt-br/web/html/element/audio/index.html
index 27266724c8..da2382e5cc 100644
--- a/files/pt-br/web/html/element/audio/index.html
+++ b/files/pt-br/web/html/element/audio/index.html
@@ -27,7 +27,7 @@ translation_of: Web/HTML/Element/audio
</tr>
<tr>
<td>Documento normativo</td>
- <td><a class="external" href="http://www.w3.org/TR/html5/video.html#audio" title="http://www.w3.org/TR/html5/video.html#audio">HTML5, section 4.8.7</a></td>
+ <td><a class="external" href="http://www.w3.org/TR/html5/video.html#audio">HTML5, section 4.8.7</a></td>
</tr>
</tbody>
</table>
@@ -295,7 +295,7 @@ translation_of: Web/HTML/Element/audio
<li><a class="internal" href="/en-US/docs/XPCOM_Interface_Reference/NsIDOMHTMLMediaElement" title="en-US/docs/NsIDOMHTMLMediaElement"><code>nsIDOMHTMLMediaElement</code></a></li>
<li><a class="internal" href="http://developer-new.mozilla.org/pt-BR/docs/HTML/Element/Video" title="pt-BR/docs/HTML/Element/Video"><code>video</code></a></li>
<li><a class="internal" href="/en-US/docs/Using_HTML5_audio_and_video" title="en-US/docs/Using audio and video in Firefox">Using audio and video</a></li>
- <li><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#audio" title="http://www.whatwg.org/specs/web-apps/current-work/#audio">The <code>audio</code> element</a> (Especificação HTML5)</li>
+ <li><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#audio">The <code>audio</code> element</a> (Especificação HTML5)</li>
</ul>
<p></p>
diff --git a/files/pt-br/web/html/element/canvas/index.html b/files/pt-br/web/html/element/canvas/index.html
index 1c58da0e26..7d28b9de5e 100644
--- a/files/pt-br/web/html/element/canvas/index.html
+++ b/files/pt-br/web/html/element/canvas/index.html
@@ -27,7 +27,7 @@ translation_of: Web/HTML/Element/canvas
</tr>
<tr>
<td>Documento normativo</td>
- <td><a class="external" href="http://www.w3.org/TR/html5/the-canvas-element.html#the-canvas-element" title="http://www.w3.org/TR/html5/the-canvas-element.html#the-canvas-element">HTML 5, section 4.8.10</a></td>
+ <td><a class="external" href="http://www.w3.org/TR/html5/the-canvas-element.html#the-canvas-element">HTML 5, section 4.8.10</a></td>
</tr>
</tbody>
</table>
@@ -78,8 +78,8 @@ translation_of: Web/HTML/Element/canvas
<td>{{ CompatGeckoDesktop("1.8") }}</td>
<td>1.0</td>
<td>9.0</td>
- <td><a class="external" href="http://www.opera.com/docs/changelogs/windows/900/" title="http://www.opera.com/docs/changelogs/windows/900/">9.0</a></td>
- <td><a class="external" href="http://developer.apple.com/library/safari/#documentation/AudioVideo/Conceptual/HTML-canvas-guide/Introduction/Introduction.html" title="http://developer.apple.com/library/safari/#documentation/AudioVideo/Conceptual/HTML-canvas-guide/Introduction/Introduction.html">2.0</a></td>
+ <td><a class="external" href="http://www.opera.com/docs/changelogs/windows/900/">9.0</a></td>
+ <td><a class="external" href="http://developer.apple.com/library/safari/#documentation/AudioVideo/Conceptual/HTML-canvas-guide/Introduction/Introduction.html">2.0</a></td>
</tr>
</tbody>
</table>
@@ -115,7 +115,7 @@ translation_of: Web/HTML/Element/canvas
<ul>
<li>Antes do Gecko 5.0 {{ geckoRelease("5.0") }}, a altura e a largura do elemento canvas eram <em>integers</em> verificados.</li>
<li>Anteriormente ao Gecko 6.0 {{ geckoRelease("6.0") }}, um elemento {{ HTMLElement("canvas") }} com altura e largura iguais a zero eram renderizados como se tivesse as dimensões padrão.</li>
- <li>Antes do Gecko 12.0 {{ geckoRelease("12.0") }}, se o JavaScript estivesse desabilitado, o elemento <code>&lt;canvas&gt;</code> era renderizado ao invés de mostrar o conteúdo de <em>fallback</em>, conforme a <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html">specification</a>.</li>
+ <li>Antes do Gecko 12.0 {{ geckoRelease("12.0") }}, se o JavaScript estivesse desabilitado, o elemento <code>&lt;canvas&gt;</code> era renderizado ao invés de mostrar o conteúdo de <em>fallback</em>, conforme a <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html">specification</a>.</li>
</ul>
<h2 id="Veja_também">Veja também</h2>
@@ -123,7 +123,7 @@ translation_of: Web/HTML/Element/canvas
<ul>
<li><a href="/en/HTML/Canvas" title="https://developer.mozilla.org/en/HTML/Canvas">MDN canvas portal</a></li>
<li>Um <a href="/en/Canvas_tutorial" title="Canvas tutorial">canvas tutorial</a></li>
- <li><a class="external" href="http://blog.nihilogic.dk/2009/02/html5-canvas-cheat-sheet.html" title="http://blog.nihilogic.dk/2009/02/html5-canvas-cheat-sheet.html">Canvas cheat sheet</a></li>
+ <li><a class="external" href="http://blog.nihilogic.dk/2009/02/html5-canvas-cheat-sheet.html">Canvas cheat sheet</a></li>
<li><a href="/en-US/demos/tag/tech:canvas" title="https://developer.mozilla.org/en-US/demos/tag/tech:canvas/">Canvas-related demos</a></li>
</ul>
diff --git a/files/pt-br/web/html/element/datalist/index.html b/files/pt-br/web/html/element/datalist/index.html
index 0ae859d164..4ff74ec7f8 100644
--- a/files/pt-br/web/html/element/datalist/index.html
+++ b/files/pt-br/web/html/element/datalist/index.html
@@ -25,7 +25,7 @@ translation_of: Web/HTML/Element/datalist
</tr>
<tr>
<td>Documento normativo</td>
- <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-datalist-element" rel="external nofollow" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-datalist-element">HTML5, section 4.10.10</a></td>
+ <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-datalist-element" rel="external nofollow">HTML5, section 4.10.10</a></td>
</tr>
</tbody>
</table>
diff --git a/files/pt-br/web/html/element/del/index.html b/files/pt-br/web/html/element/del/index.html
index 302c098db3..78131fe50c 100644
--- a/files/pt-br/web/html/element/del/index.html
+++ b/files/pt-br/web/html/element/del/index.html
@@ -22,7 +22,7 @@ translation_of: Web/HTML/Element/del
<dt>
{{htmlattrdef("datetime")}}</dt>
<dd>
- This attribute indicates the time and date of the change and must be a <a class="external" href="http://www.w3.org/TR/html5/common-microsyntaxes.html#valid-date-string-with-optional-time" title="http://www.w3.org/TR/html5/common-microsyntaxes.html#valid-date-string-with-optional-time">valid date with an optional time string</a>. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp.</dd>
+ This attribute indicates the time and date of the change and must be a <a class="external" href="http://www.w3.org/TR/html5/common-microsyntaxes.html#valid-date-string-with-optional-time">valid date with an optional time string</a>. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp.</dd>
</dl>
<h2 id="Examples">Examples</h2>
<pre class="brush: html">&lt;p&gt;&lt;del&gt;This text has been deleted&lt;/del&gt;&lt;/p&gt;</pre>
diff --git a/files/pt-br/web/html/element/details/index.html b/files/pt-br/web/html/element/details/index.html
index 17cd48edc2..6928a1209e 100644
--- a/files/pt-br/web/html/element/details/index.html
+++ b/files/pt-br/web/html/element/details/index.html
@@ -25,7 +25,7 @@ translation_of: Web/HTML/Element/details
</tr>
<tr>
<td>Documento normativo</td>
- <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-details-element" rel="external nofollow" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-details-element">HTML5, section 4.11.1</a></td>
+ <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-details-element" rel="external nofollow">HTML5, section 4.11.1</a></td>
</tr>
</tbody>
</table>
@@ -53,7 +53,7 @@ translation_of: Web/HTML/Element/details
<h3 id="Demonstração">Demonstração</h3>
-<p><a class="external" href="http://html5-demos.appspot.com/static/html5-whats-new/template/index.html#5" title="http://html5-demos.appspot.com/static/html5-whats-new/template/index.html#5">Demo</a></p>
+<p><a class="external" href="http://html5-demos.appspot.com/static/html5-whats-new/template/index.html#5">Demo</a></p>
<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
diff --git a/files/pt-br/web/html/element/dl/index.html b/files/pt-br/web/html/element/dl/index.html
index 4294a0fda2..40bf82142c 100644
--- a/files/pt-br/web/html/element/dl/index.html
+++ b/files/pt-br/web/html/element/dl/index.html
@@ -32,7 +32,7 @@ translation_of: Web/HTML/Element/dl
</tr>
<tr>
<td>Documentação normativa</td>
- <td><a class="external" href="http://www.w3.org/TR/html5/grouping-content.html#the-dl-element" title="http://www.w3.org/TR/html5/grouping-content.html#the-dl-element">HTML5, section 4.5.8</a>; <a class="external" href="http://www.w3.org/TR/html401/struct/lists.html#h-10.3" title="http://www.w3.org/TR/html401/struct/lists.html#h-10.3">HTML 4.01, section 10.3</a></td>
+ <td><a class="external" href="http://www.w3.org/TR/html5/grouping-content.html#the-dl-element" title="http://www.w3.org/TR/html5/grouping-content.html#the-dl-element">HTML5, section 4.5.8</a>; <a class="external" href="http://www.w3.org/TR/html401/struct/lists.html#h-10.3">HTML 4.01, section 10.3</a></td>
</tr>
</tbody>
</table>
diff --git a/files/pt-br/web/html/element/footer/index.html b/files/pt-br/web/html/element/footer/index.html
index d593b9c90c..c7116cd03c 100644
--- a/files/pt-br/web/html/element/footer/index.html
+++ b/files/pt-br/web/html/element/footer/index.html
@@ -36,7 +36,7 @@ translation_of: Web/HTML/Element/footer
</tr>
<tr>
<td>Documento normativo</td>
- <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-footer-element" rel="external nofollow" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-footer-element">HTML5, section 4.4.9</a></td>
+ <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-footer-element" rel="external nofollow">HTML5, section 4.4.9</a></td>
</tr>
</tbody>
</table>
diff --git a/files/pt-br/web/html/element/form/index.html b/files/pt-br/web/html/element/form/index.html
index 0097e77db8..307c7672a7 100644
--- a/files/pt-br/web/html/element/form/index.html
+++ b/files/pt-br/web/html/element/form/index.html
@@ -43,7 +43,7 @@ translation_of: Web/HTML/Element/form
</div>
</dd>
<dt>{{htmlattrdef("enctype")}}</dt>
- <dd>When the value of the <code>method</code> attribute is <code>post</code>, this attribute is the <a href="http://en.wikipedia.org/wiki/Mime_type" title="http://en.wikipedia.org/wiki/Mime_type">MIME type</a> of content that is used to submit the form to the server. Possible values are:
+ <dd>When the value of the <code>method</code> attribute is <code>post</code>, this attribute is the <a href="http://en.wikipedia.org/wiki/Mime_type">MIME type</a> of content that is used to submit the form to the server. Possible values are:
<ul>
<li><code>application/x-www-form-urlencoded</code>: The default value if the attribute is not specified.</li>
<li><code>multipart/form-data</code>: Use this value if you are using an {{HTMLElement("input")}} element with the <code>type</code> attribute set to "file".</li>
@@ -55,8 +55,8 @@ translation_of: Web/HTML/Element/form
<dt>{{htmlattrdef("method")}}</dt>
<dd>O <a href="/en-US/docs/HTTP" title="http://www.w3.org/Protocols/rfc2616/rfc2616.html">HTTP</a> method that the browser uses to submit the form. Possible values are:
<ul>
- <li><code>post</code>: Corresponds to the HTTP <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.5" title="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.5">POST method</a> ; the data from the form is included in the body of the form and is sent to the server.</li>
- <li><code>get</code>: Corresponds to the HTTP <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.3" title="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.3">GET method</a>; the data from the form are appended to the <code>action</code> attribute URI, with a '?' as a separator, and the resulting URI is sent to the server. Use this method when the form has no side-effects and contains only ASCII characters.</li>
+ <li><code>post</code>: Corresponds to the HTTP <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.5">POST method</a> ; the data from the form is included in the body of the form and is sent to the server.</li>
+ <li><code>get</code>: Corresponds to the HTTP <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.3">GET method</a>; the data from the form are appended to the <code>action</code> attribute URI, with a '?' as a separator, and the resulting URI is sent to the server. Use this method when the form has no side-effects and contains only ASCII characters.</li>
</ul>
<p>This value can be overridden by a {{htmlattrxref("formmethod", "button")}} attribute on a {{HTMLElement("button")}} or {{HTMLElement("input")}} element.</p>
diff --git a/files/pt-br/web/html/element/img/index.html b/files/pt-br/web/html/element/img/index.html
index b85988a451..f87f9f0bcf 100644
--- a/files/pt-br/web/html/element/img/index.html
+++ b/files/pt-br/web/html/element/img/index.html
@@ -96,14 +96,14 @@ translation_of: Web/HTML/Element/img
<p>O padrão HTML não fornece uma lista de formatos de imagem que devem ser suportados, portanto, cada agente de usuário oferece suporte a um conjunto diferente de formatos. <a href="/pt-BR/docs/Mozilla/Gecko">Gecko</a> suporta:</p>
<ul>
- <li><a class="external" href="http://en.wikipedia.org/wiki/JPEG" title="http://en.wikipedia.org/wiki/JPEG">JPEG</a></li>
- <li><a class="external" href="http://en.wikipedia.org/wiki/Graphics_Interchange_Format" title="http://en.wikipedia.org/wiki/Graphics_Interchange_Format">GIF</a>, incluindo GIFs animados</li>
- <li><a class="external" href="http://en.wikipedia.org/wiki/Portable_Network_Graphics" title="http://en.wikipedia.org/wiki/Portable_Network_Graphics">PNG</a></li>
+ <li><a class="external" href="http://en.wikipedia.org/wiki/JPEG">JPEG</a></li>
+ <li><a class="external" href="http://en.wikipedia.org/wiki/Graphics_Interchange_Format">GIF</a>, incluindo GIFs animados</li>
+ <li><a class="external" href="http://en.wikipedia.org/wiki/Portable_Network_Graphics">PNG</a></li>
<li><a href="/en-US/docs/Animated_PNG_graphics" title="Animated PNG graphics">APNG</a> {{gecko_minversion_inline("1.9.2")}}</li>
<li><a href="/en-US/docs/SVG" title="SVG">SVG</a> {{gecko_minversion_inline("2.0")}}</li>
- <li><a class="external" href="http://en.wikipedia.org/wiki/BMP_file_format" title="http://en.wikipedia.org/wiki/BMP_file_format">BMP</a></li>
- <li><a class="external" href="http://en.wikipedia.org/wiki/ICO_%28file_format%29" title="http://en.wikipedia.org/wiki/ICO_%28file_format%29">BMP ICO</a></li>
- <li><a class="external" href="http://en.wikipedia.org/wiki/ICO_%28file_format%29" title="http://en.wikipedia.org/wiki/ICO_%28file_format%29">PNG ICO</a> {{gecko_minversion_inline("9.0")}}</li>
+ <li><a class="external" href="http://en.wikipedia.org/wiki/BMP_file_format">BMP</a></li>
+ <li><a class="external" href="http://en.wikipedia.org/wiki/ICO_%28file_format%29">BMP ICO</a></li>
+ <li><a class="external" href="http://en.wikipedia.org/wiki/ICO_%28file_format%29">PNG ICO</a> {{gecko_minversion_inline("9.0")}}</li>
</ul>
<h2 id="Interação_com_CSS">Interação com CSS</h2>
diff --git a/files/pt-br/web/html/element/ins/index.html b/files/pt-br/web/html/element/ins/index.html
index 3934fdf09e..2b9e9128e8 100644
--- a/files/pt-br/web/html/element/ins/index.html
+++ b/files/pt-br/web/html/element/ins/index.html
@@ -22,7 +22,7 @@ translation_of: Web/HTML/Element/ins
<dt>
{{htmlattrdef("datetime")}}</dt>
<dd>
- This attribute indicates the time and date of the change and must be a <a class="external" href="http://www.w3.org/TR/2011/WD-html5-20110525/common-microsyntaxes.html#valid-date-string-with-optional-time" title="http://www.w3.org/TR/html5/common-microsyntaxes.html#valid-date-string-with-optional-time">valid date with an optional time string</a>. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp.</dd>
+ This attribute indicates the time and date of the change and must be a <a class="external" href="http://www.w3.org/TR/2011/WD-html5-20110525/common-microsyntaxes.html#valid-date-string-with-optional-time">valid date with an optional time string</a>. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp.</dd>
</dl>
<h2 id="Examples">Examples</h2>
<pre class="brush: html">&lt;ins&gt;This text has been inserted&lt;/ins&gt;</pre>
diff --git a/files/pt-br/web/html/element/legend/index.html b/files/pt-br/web/html/element/legend/index.html
index ee512bfddb..c9c4273132 100644
--- a/files/pt-br/web/html/element/legend/index.html
+++ b/files/pt-br/web/html/element/legend/index.html
@@ -62,7 +62,7 @@ translation_of: Web/HTML/Element/legend
<tr>
<td>{{SpecName('HTML4.01', 'forms.html#h-17.10', '&lt;legend&gt;')}}</td>
<td>{{Spec2('HTML4.01')}}</td>
- <td><a href="http://www.w3.org/TR/html401/interact/forms.html#h-17.10" title="http://www.w3.org/TR/html401/interact/forms.html#h-17.10">(link)</a></td>
+ <td><a href="http://www.w3.org/TR/html401/interact/forms.html#h-17.10">(link)</a></td>
</tr>
</tbody>
</table>
diff --git a/files/pt-br/web/html/element/meter/index.html b/files/pt-br/web/html/element/meter/index.html
index 5e731f82cb..a71a15758f 100644
--- a/files/pt-br/web/html/element/meter/index.html
+++ b/files/pt-br/web/html/element/meter/index.html
@@ -31,7 +31,7 @@ translation_of: Web/HTML/Element/meter
</tr>
<tr>
<td>Documento normativo</td>
- <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-meter-element" rel="external nofollow" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-meter-element">HTML5, section 4.10.8</a></td>
+ <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-meter-element" rel="external nofollow">HTML5, section 4.10.8</a></td>
</tr>
</tbody>
</table>
diff --git a/files/pt-br/web/html/element/nav/index.html b/files/pt-br/web/html/element/nav/index.html
index 20a2e4e77c..0bbbde1333 100644
--- a/files/pt-br/web/html/element/nav/index.html
+++ b/files/pt-br/web/html/element/nav/index.html
@@ -47,7 +47,7 @@ translation_of: Web/HTML/Element/nav
</tr>
<tr>
<td>Documento normativo</td>
- <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-nav-element" rel="external nofollow" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-nav-element">HTML5, seção 4.4.3</a></td>
+ <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-nav-element" rel="external nofollow">HTML5, seção 4.4.3</a></td>
</tr>
</tbody>
</table>
diff --git a/files/pt-br/web/html/element/output/index.html b/files/pt-br/web/html/element/output/index.html
index 333a6dd671..c47fa44082 100644
--- a/files/pt-br/web/html/element/output/index.html
+++ b/files/pt-br/web/html/element/output/index.html
@@ -32,7 +32,7 @@ translation_of: Web/HTML/Element/output
</tr>
<tr>
<td>Documento normativo</td>
- <td><a class="external" href="http://www.w3.org/TR/html5/the-button-element.html#the-output-element" title="http://www.w3.org/TR/html5/the-button-element.html#the-output-element">HTML5, section 4.10.15</a></td>
+ <td><a class="external" href="http://www.w3.org/TR/html5/the-button-element.html#the-output-element">HTML5, section 4.10.15</a></td>
</tr>
</tbody>
</table>
diff --git a/files/pt-br/web/html/element/progress/index.html b/files/pt-br/web/html/element/progress/index.html
index 07ddd5419e..8de264b803 100644
--- a/files/pt-br/web/html/element/progress/index.html
+++ b/files/pt-br/web/html/element/progress/index.html
@@ -23,14 +23,14 @@ translation_of: Web/HTML/Element/progress
</tr>
<tr>
<td>Documento normativo</td>
- <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-progress-element" rel="external nofollow" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-progress-element">HTML5, seção 4.10.16</a></td>
+ <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-progress-element" rel="external nofollow">HTML5, seção 4.10.16</a></td>
</tr>
</tbody>
</table>
<h2 id="Atributos">Atributos</h2>
-<p>Como todos os outros elementos HTML, este elemento tem os atributos globais <a href="https://developer-new.mozilla.org/en/HTML/Global_attributes" title="https://developer-new.mozilla.org/en/HTML/Global_attributes">(global attributes</a>)</p>
+<p>Como todos os outros elementos HTML, este elemento tem os atributos globais <a href="https://developer-new.mozilla.org/en/HTML/Global_attributes">(global attributes</a>)</p>
<dl>
<dt>{{ htmlattrdef("max") }}</dt>
diff --git a/files/pt-br/web/html/element/source/index.html b/files/pt-br/web/html/element/source/index.html
index 673817a9b7..5a559d925c 100644
--- a/files/pt-br/web/html/element/source/index.html
+++ b/files/pt-br/web/html/element/source/index.html
@@ -25,7 +25,7 @@ translation_of: Web/HTML/Element/source
</tr>
<tr>
<td>Documento normativo</td>
- <td><a class="external" href="http://www.w3.org/TR/html5/video.html#the-source-element" title="http://www.w3.org/TR/html5/video.html#the-source-element">HTML5, section 4.8.8</a></td>
+ <td><a class="external" href="http://www.w3.org/TR/html5/video.html#the-source-element">HTML5, section 4.8.8</a></td>
</tr>
</tbody>
</table>
@@ -38,7 +38,7 @@ translation_of: Web/HTML/Element/source
<dt>{{ htmlattrdef("src") }}</dt>
<dd>Requerido, endereço do arquivo de mídia.</dd>
<dt>{{ htmlattrdef("type") }}</dt>
- <dd>O tipo MIME do arquivo, opcionalmente com um parametro de <code>codecs</code>. Veja o <a class="external" href="http://www.rfc-editor.org/rfc/rfc4281.txt" title="http://www.rfc-editor.org/rfc/rfc4281.txt">RFC 4281</a> para informações sobre como especificar codec.</dd>
+ <dd>O tipo MIME do arquivo, opcionalmente com um parametro de <code>codecs</code>. Veja o <a class="external" href="http://www.rfc-editor.org/rfc/rfc4281.txt">RFC 4281</a> para informações sobre como especificar codec.</dd>
<dt>{{ htmlattrdef("media") }}</dt>
<dd>Definição do tipo de mídia (<a class="internal" href="/en/CSS/Media_queries" title="En/CSS/Media queries">Media query</a>) pretendido.</dd>
</dl>
diff --git a/files/pt-br/web/html/element/span/index.html b/files/pt-br/web/html/element/span/index.html
index 5033d7b052..4038b6af6c 100644
--- a/files/pt-br/web/html/element/span/index.html
+++ b/files/pt-br/web/html/element/span/index.html
@@ -36,7 +36,7 @@ translation_of: Web/HTML/Element/span
</tr>
<tr>
<td>Padrões de documento</td>
- <td><a class="external" href="http://www.w3.org/TR/html5/text-level-semantics.html#the-span-element" title='http://www.w3.org/TR/html5/text-level-semantics.html#the-span-element"'>HTML5, section 4.6.24</a>; <a class="external" href="http://www.w3.org/TR/html401/struct/global.html#edef-SPAN" title="http://www.w3.org/TR/html401/struct/global.html#edef-SPAN">HTML 4.01, section 7.5.4</a></td>
+ <td><a class="external" href="http://www.w3.org/TR/html5/text-level-semantics.html#the-span-element" title='http://www.w3.org/TR/html5/text-level-semantics.html#the-span-element"'>HTML5, section 4.6.24</a>; <a class="external" href="http://www.w3.org/TR/html401/struct/global.html#edef-SPAN">HTML 4.01, section 7.5.4</a></td>
</tr>
</tbody>
</table>
diff --git a/files/pt-br/web/html/element/summary/index.html b/files/pt-br/web/html/element/summary/index.html
index 0782bc741d..cc6fc65f80 100644
--- a/files/pt-br/web/html/element/summary/index.html
+++ b/files/pt-br/web/html/element/summary/index.html
@@ -32,7 +32,7 @@ translation_of: Web/HTML/Element/summary
</tr>
<tr>
<td>Documentos normativos</td>
- <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-summary-element" rel="external nofollow" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-summary-element">HTML5, section 4.11.2</a></td>
+ <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-summary-element" rel="external nofollow">HTML5, section 4.11.2</a></td>
</tr>
</tbody>
</table>
diff --git a/files/pt-br/web/html/element/table/index.html b/files/pt-br/web/html/element/table/index.html
index 3b1571c7ee..150c306db4 100644
--- a/files/pt-br/web/html/element/table/index.html
+++ b/files/pt-br/web/html/element/table/index.html
@@ -61,7 +61,7 @@ translation_of: Web/HTML/Element/table
</tr>
<tr>
<td>Documento normativo</td>
- <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element" rel="external nofollow" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element">HTML5, section 4.9.1</a> (<a class="external" href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TABLE" title="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TABLE">HTML4.01, section 11.2.1</a>)</td>
+ <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element" rel="external nofollow" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element">HTML5, section 4.9.1</a> (<a class="external" href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TABLE">HTML4.01, section 11.2.1</a>)</td>
</tr>
</tbody>
</table>
@@ -91,7 +91,7 @@ translation_of: Web/HTML/Element/table
<dl>
<dt>{{htmlattrdef("bgcolor")}} {{Deprecated_inline}}</dt>
- <dd>Este atributo define a cor de fundo da tabela e seu conteúdo. É um dos códigos hexadecimais de 6 dígitos como definido em <a class="external" href="http://www.w3.org/Graphics/Color/sRGB" title="http://www.w3.org/Graphics/Color/sRGB">sRGB</a>, prefixado por um '#'. Um dos textos das dezesseis cores predefinidas podem também ser utilizados:
+ <dd>Este atributo define a cor de fundo da tabela e seu conteúdo. É um dos códigos hexadecimais de 6 dígitos como definido em <a class="external" href="http://www.w3.org/Graphics/Color/sRGB">sRGB</a>, prefixado por um '#'. Um dos textos das dezesseis cores predefinidas podem também ser utilizados:
<table>
<tbody>
<tr>
diff --git a/files/pt-br/web/html/element/time/index.html b/files/pt-br/web/html/element/time/index.html
index 9c613b7bb6..496f213e11 100644
--- a/files/pt-br/web/html/element/time/index.html
+++ b/files/pt-br/web/html/element/time/index.html
@@ -11,7 +11,7 @@ translation_of: Web/HTML/Element/time
<div class="note"><strong>Notas de uso:</strong> Este elemento não é adequado por exemplo, quando uma data específica não pode ser calculada, e nem deveria ser utilizado em datas anteriores ao calendário Gregoriano (devido as complicações com os cálculos dessas datas).</div>
-<div class="note"><strong>Nota de estatus:</strong> Este elemento foi concebido e está em discussão desde 2011 (<a class="external" href="http://blog.whatwg.org/weekly-time-data" title="http://blog.whatwg.org/weekly-time-data">http://blog.whatwg.org/weekly-time-data</a><span style="line-height: 1.5em;">)</span></div>
+<div class="note"><strong>Nota de estatus:</strong> Este elemento foi concebido e está em discussão desde 2011 (<a class="external" href="http://blog.whatwg.org/weekly-time-data">http://blog.whatwg.org/weekly-time-data</a><span style="line-height: 1.5em;">)</span></div>
<h2 id="Contexto_de_uso">Contexto de uso</h2>
@@ -35,7 +35,7 @@ translation_of: Web/HTML/Element/time
</tr>
<tr>
<td>Normative document</td>
- <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-time-element" rel="external nofollow" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-time-element">HTML5, section 4.6.10</a></td>
+ <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-time-element" rel="external nofollow">HTML5, section 4.6.10</a></td>
</tr>
</tbody>
</table>
@@ -139,7 +139,7 @@ translation_of: Web/HTML/Element/time
<h2 id="See_also" name="See_also">Veja também</h2>
<ul>
- <li><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#the-time-element" title="http://www.whatwg.org/specs/web-apps/current-work/#the-time-element">The <code>time</code> element</a> (HTML5 specification)</li>
+ <li><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#the-time-element">The <code>time</code> element</a> (HTML5 specification)</li>
</ul>
<p> </p>
diff --git a/files/pt-br/web/html/element/video/index.html b/files/pt-br/web/html/element/video/index.html
index e9884f7808..4c3fddb26e 100644
--- a/files/pt-br/web/html/element/video/index.html
+++ b/files/pt-br/web/html/element/video/index.html
@@ -29,7 +29,7 @@ translation_of: Web/HTML/Element/video
</tr>
<tr>
<td>Documento normativo</td>
- <td><a class="external" href="http://www.w3.org/TR/html5/video.html#video" title="http://www.w3.org/TR/html5/video.html#video">HTML 5, section 4.8.6</a></td>
+ <td><a class="external" href="http://www.w3.org/TR/html5/video.html#video">HTML 5, section 4.8.6</a></td>
</tr>
</tbody>
</table>
@@ -340,8 +340,8 @@ AddType video/ogg .ogg
<li><a class="internal" href="/en/Using_HTML5_audio_and_video" title="En/Using audio and video in Firefox">Using HTML5 audio and video</a></li>
<li><a class="internal" href="/En/Manipulating_video_using_canvas" title="En/Manipulating video using canvas">Manipulating video using canvas</a></li>
<li><a class="internal" href="/En/XPCOM_Interface_Reference/NsIDOMHTMLMediaElement" title="En/NsIDOMHTMLMediaElement"><code>nsIDOMHTMLMediaElement</code></a></li>
- <li><a class="external" href="http://tinyvid.tv/" title="http://tinyvid.tv/">TinyVid</a> - exemplos utilizando arquivos ogg em HTML5.</li>
- <li><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#video" title="http://www.whatwg.org/specs/web-apps/current-work/#video">The <code>video</code> element</a> (Especificação HTML 5)</li>
+ <li><a class="external" href="http://tinyvid.tv/">TinyVid</a> - exemplos utilizando arquivos ogg em HTML5.</li>
+ <li><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#video">The <code>video</code> element</a> (Especificação HTML 5)</li>
<li><a class="internal" href="/en/Configuring_servers_for_Ogg_media" title="en/Configuring servers for Ogg media">Configuring servers for Ogg media</a></li>
</ul>
diff --git a/files/pt-br/web/html/global_attributes/data-_star_/index.html b/files/pt-br/web/html/global_attributes/data-_star_/index.html
index 65287a580f..a5a8f44454 100644
--- a/files/pt-br/web/html/global_attributes/data-_star_/index.html
+++ b/files/pt-br/web/html/global_attributes/data-_star_/index.html
@@ -6,7 +6,7 @@ translation_of: Web/HTML/Global_attributes/data-*
<p class="note">{{HTMLSidebar("Global_attributes")}}</p>
<p>Os <a href="/en-US/docs/Web/HTML/Global_attributes">atributos globais</a> <strong>data-*</strong> formam uma classe de atributos conhecida como <strong>custom data attributes</strong>, a qual permite que informações proprietárias sejam trocadas via script entre o <a href="/en-US/docs/Web/HTML" title="en/HTML">HTML</a> e sua representação <a href="/en-US/docs/DOM" title="en/DOM">DOM</a> . Todos esses dados personalizados estão disponíveis através da interface {{domxref("HTMLElement")}} do elemento, onde o atributo está definido. A propriedade {{domxref("HTMLElement.dataset")}} concede acesso a estes atributos .<br>
- O <code>*</code> pode ser substituído por qualquer nome, desde que siga <a class="external" href="http://www.w3.org/TR/REC-xml/#NT-Name" title="http://www.w3.org/TR/REC-xml/#NT-Name">a regra de criação de nomes xml</a> com as seguintes restrições:</p>
+ O <code>*</code> pode ser substituído por qualquer nome, desde que siga <a class="external" href="http://www.w3.org/TR/REC-xml/#NT-Name">a regra de criação de nomes xml</a> com as seguintes restrições:</p>
<ul>
<li>O nome não deve começar com xml, independente da caixa destas letras (Ex: XML, xml, XMl, XmL, ...);</li>
diff --git a/files/pt-br/web/html/quirks_mode_and_standards_mode/index.html b/files/pt-br/web/html/quirks_mode_and_standards_mode/index.html
index 0eeeaba80d..736d61b2ae 100644
--- a/files/pt-br/web/html/quirks_mode_and_standards_mode/index.html
+++ b/files/pt-br/web/html/quirks_mode_and_standards_mode/index.html
@@ -36,7 +36,7 @@ translation_of: Web/HTML/Quirks_Mode_and_Standards_Mode
<p>Em HTML5, o único propósito do DOCTYPE é de ativar o <em>full standards mode</em>. Versões mais antigas do padrão HTML deram significado adicional ao DOCTYPE, mas nenhum navegador jamais usou o DOCTYPE para qualquer outra coisa além de alternar entre o <em>quirks mode</em> e o <em>standards mode</em>.</p>
-<p>Veja também uma descrição detalhada de <a class="external" href="http://hsivonen.iki.fi/doctype/" title="http://hsivonen.iki.fi/doctype/">quando diferentes navegadores escolhem diferentes modos</a>.</p>
+<p>Veja também uma descrição detalhada de <a class="external" href="http://hsivonen.iki.fi/doctype/">quando diferentes navegadores escolhem diferentes modos</a>.</p>
<h3 id="XHTML">XHTML</h3>