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/audio/index.html | |
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/audio/index.html')
-rw-r--r-- | files/pt-br/web/html/element/audio/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |