diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-02 10:43:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 11:43:09 -0300 |
commit | 28b935d9dca4bb27b8f53b4f211c004e233f52e4 (patch) | |
tree | 3d5de50b13c51c9527af014cf05947b4daef6f5d /files/pt-br/web/html/element/canvas | |
parent | 434acdbb5b298229fbbf126e893603024bbee26c (diff) | |
download | translated-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/element/canvas')
-rw-r--r-- | files/pt-br/web/html/element/canvas/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
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><canvas></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><canvas></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> |