diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:32:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 11:32:55 -0400 |
commit | 9fb44756a5432219d159d6892341e0a9e0582bb2 (patch) | |
tree | fa6d49a8623c736a96f644d69c86d958b778664c /files/de/web/svg/attribute | |
parent | f223964e7c5c62237914625780565de982015f04 (diff) | |
download | translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.tar.gz translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.tar.bz2 translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.zip |
remove link 'title' attributes that's just the 'href' (de) (#1735)
Diffstat (limited to 'files/de/web/svg/attribute')
-rw-r--r-- | files/de/web/svg/attribute/class/index.html | 2 | ||||
-rw-r--r-- | files/de/web/svg/attribute/preserveaspectratio/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/de/web/svg/attribute/class/index.html b/files/de/web/svg/attribute/class/index.html index 919b06605c..ba3ce2d48c 100644 --- a/files/de/web/svg/attribute/class/index.html +++ b/files/de/web/svg/attribute/class/index.html @@ -34,7 +34,7 @@ translation_of: Web/SVG/Attribute/class </tr> <tr> <th scope="row">Normatives Dokument</th> - <td><a class="external" href="http://www.w3.org/TR/SVG/styling.html#ClassAttribute" title="http://www.w3.org/TR/SVG/styling.html#ClassAttribute">SVG 1.1 (2nd Edition): The class attribute</a></td> + <td><a class="external" href="http://www.w3.org/TR/SVG/styling.html#ClassAttribute">SVG 1.1 (2nd Edition): The class attribute</a></td> </tr> </tbody> </table> diff --git a/files/de/web/svg/attribute/preserveaspectratio/index.html b/files/de/web/svg/attribute/preserveaspectratio/index.html index 71db4f5225..211fd869ef 100644 --- a/files/de/web/svg/attribute/preserveaspectratio/index.html +++ b/files/de/web/svg/attribute/preserveaspectratio/index.html @@ -31,7 +31,7 @@ translation_of: Web/SVG/Attribute/preserveAspectRatio </tr> <tr> <th scope="row">Normative document</th> - <td><a class="external" href="http://www.w3.org/TR/SVG11/coords.html#PreserveAspectRatioAttribute" title="http://www.w3.org/TR/SVG11/coords.html#PreserveAspectRatioAttribute">SVG 1.1 (2nd Edition)</a></td> + <td><a class="external" href="http://www.w3.org/TR/SVG11/coords.html#PreserveAspectRatioAttribute">SVG 1.1 (2nd Edition)</a></td> </tr> </tbody> </table> |