diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-02 11:26:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 12:26:13 -0300 |
commit | 6e961125c89cdc8c3f644bff485254b3b4afee67 (patch) | |
tree | 161cec441e519623173c5ecb7068ca6cecc18974 /files/pt-br/web/html/element | |
parent | 5163b0ac5f836de388b6395fdbdc3605aa9ff422 (diff) | |
download | translated-content-6e961125c89cdc8c3f644bff485254b3b4afee67.tar.gz translated-content-6e961125c89cdc8c3f644bff485254b3b4afee67.tar.bz2 translated-content-6e961125c89cdc8c3f644bff485254b3b4afee67.zip |
remove link 'title' attributes that's just the 'href' (pt-br, part 3) (#1843)
Diffstat (limited to 'files/pt-br/web/html/element')
-rw-r--r-- | files/pt-br/web/html/element/dl/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/html/element/table/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/html/element/dl/index.html b/files/pt-br/web/html/element/dl/index.html index 40bf82142c..411404e8fd 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">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">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/table/index.html b/files/pt-br/web/html/element/table/index.html index 150c306db4..5c3f6b26fa 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">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">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> |