diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-31 12:04:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-01 01:04:19 +0900 |
commit | 0114a214791c357c3dd3fdde5fc47b9ca33796cc (patch) | |
tree | 2c82bee24d61bfc6da4f68f9ebf3e9cb7c4c1cd9 /files/ja/web/svg | |
parent | 75258c7a0fa043c3e373f8a933332595e298a3f1 (diff) | |
download | translated-content-0114a214791c357c3dd3fdde5fc47b9ca33796cc.tar.gz translated-content-0114a214791c357c3dd3fdde5fc47b9ca33796cc.tar.bz2 translated-content-0114a214791c357c3dd3fdde5fc47b9ca33796cc.zip |
remove link 'title' attributes that's just the 'href' (ja, part 2) (#1807)
Diffstat (limited to 'files/ja/web/svg')
-rw-r--r-- | files/ja/web/svg/attribute/stroke/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/svg/tutorial/svg_image_tag/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/svg/attribute/stroke/index.html b/files/ja/web/svg/attribute/stroke/index.html index 27c7ebdebe..fc682c32df 100644 --- a/files/ja/web/svg/attribute/stroke/index.html +++ b/files/ja/web/svg/attribute/stroke/index.html @@ -30,7 +30,7 @@ translation_of: Web/SVG/Attribute/stroke </tr> <tr> <th scope="row">標準文書</th> - <td><a class="external" href="http://www.w3.org/TR/SVG/painting.html#StrokeProperty" title="http://www.w3.org/TR/SVG/painting.html#StrokeProperty">SVG 1.1 (2nd Edition)</a></td> + <td><a class="external" href="http://www.w3.org/TR/SVG/painting.html#StrokeProperty">SVG 1.1 (2nd Edition)</a></td> </tr> </tbody> </table> diff --git a/files/ja/web/svg/tutorial/svg_image_tag/index.html b/files/ja/web/svg/tutorial/svg_image_tag/index.html index 0728abbcb1..93cbd32c31 100644 --- a/files/ja/web/svg/tutorial/svg_image_tag/index.html +++ b/files/ja/web/svg/tutorial/svg_image_tag/index.html @@ -26,7 +26,7 @@ translation_of: Web/SVG/Tutorial/SVG_Image_Tag <image href="firefox.jpg" x="0" y="0" height="50px" width="50px"/> </svg></pre> -<p>いくつか注意すべき重要事項があります (<a class="external" href="http://www.w3.org/TR/SVG/struct.html#ImageElement" title="http://www.w3.org/TR/SVG/struct.html#ImageElement">W3 仕様書</a>に基づくものです)。</p> +<p>いくつか注意すべき重要事項があります (<a class="external" href="http://www.w3.org/TR/SVG/struct.html#ImageElement">W3 仕様書</a>に基づくものです)。</p> <ul> <li> |