aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/canvas_api/tutorial/basic_animations
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-03 10:47:53 -0400
committerGitHub <noreply@github.com>2021-08-03 23:47:53 +0900
commitf639481a733ab7e23d0302fa68eb723d428bb373 (patch)
treefee896c90bb09a8a35c293fb6ce3e55bfcbad4e6 /files/ja/web/api/canvas_api/tutorial/basic_animations
parent3224fae710c5287f61da7470993d56f956e47927 (diff)
downloadtranslated-content-f639481a733ab7e23d0302fa68eb723d428bb373.tar.gz
translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.tar.bz2
translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.zip
remove link 'title' attributes that's just the 'href' (ja, part 5) (#1861)
Diffstat (limited to 'files/ja/web/api/canvas_api/tutorial/basic_animations')
-rw-r--r--files/ja/web/api/canvas_api/tutorial/basic_animations/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/canvas_api/tutorial/basic_animations/index.html b/files/ja/web/api/canvas_api/tutorial/basic_animations/index.html
index 7567f333bb..4d03ed4c36 100644
--- a/files/ja/web/api/canvas_api/tutorial/basic_animations/index.html
+++ b/files/ja/web/api/canvas_api/tutorial/basic_animations/index.html
@@ -229,7 +229,7 @@ window.requestAnimationFrame(clock);</pre>
<h2 id="A_looping_panorama" name="A_looping_panorama">ループする風景</h2>
-<p>この例は、左から右へ風景写真をスクロールさせます。Wikipedia から<a href="https://commons.wikimedia.org/wiki/File:Capitan_Meadows,_Yosemite_National_Park.jpg?uselang=ja" title="https://commons.wikimedia.org/wiki/File:Capitan_Meadows,_Yosemite_National_Park.jpg?uselang=ja">ヨセミテ国立公園の画像</a>を使いましたが、キャンバスよりも大きな任意の画像を使用できます。</p>
+<p>この例は、左から右へ風景写真をスクロールさせます。Wikipedia から<a href="https://commons.wikimedia.org/wiki/File:Capitan_Meadows,_Yosemite_National_Park.jpg?uselang=ja">ヨセミテ国立公園の画像</a>を使いましたが、キャンバスよりも大きな任意の画像を使用できます。</p>
<pre class="brush: js notranslate">var img = new Image();