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