aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/html/element/source
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/element/source
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/element/source')
-rw-r--r--files/pt-br/web/html/element/source/index.html4
1 files changed, 2 insertions, 2 deletions
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>