diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-03 10:47:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 23:47:53 +0900 |
commit | f639481a733ab7e23d0302fa68eb723d428bb373 (patch) | |
tree | fee896c90bb09a8a35c293fb6ce3e55bfcbad4e6 /files/ja/web/api/canvas_api/tutorial | |
parent | 3224fae710c5287f61da7470993d56f956e47927 (diff) | |
download | translated-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')
3 files changed, 3 insertions, 3 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(); diff --git a/files/ja/web/api/canvas_api/tutorial/drawing_shapes/index.html b/files/ja/web/api/canvas_api/tutorial/drawing_shapes/index.html index 366a5a2172..de474db81f 100644 --- a/files/ja/web/api/canvas_api/tutorial/drawing_shapes/index.html +++ b/files/ja/web/api/canvas_api/tutorial/drawing_shapes/index.html @@ -310,7 +310,7 @@ original_slug: Web/Guide/HTML/Canvas_tutorial/Drawing_shapes <h3 id="Bezier_and_quadratic_curves" name="Bezier_and_quadratic_curves">ベジェと二次曲線</h3> -<p>次に見ていく種類のパスは<a href="https://ja.wikipedia.org/wiki/ベジェ曲線" rel="external" title="http://en.wikipedia.org/wiki/B%C3%A9zier_curve">ベジェ曲線</a>です。三次および二次の種類が利用可能です。通常複雑な自然の図形を描くのに使われます。</p> +<p>次に見ていく種類のパスは<a href="https://ja.wikipedia.org/wiki/ベジェ曲線" rel="external">ベジェ曲線</a>です。三次および二次の種類が利用可能です。通常複雑な自然の図形を描くのに使われます。</p> <dl> <dt>{{domxref("CanvasRenderingContext2D.quadraticCurveTo", "quadraticCurveTo(cp1x, cp1y, x, y)")}}</dt> diff --git a/files/ja/web/api/canvas_api/tutorial/drawing_text/index.html b/files/ja/web/api/canvas_api/tutorial/drawing_text/index.html index 7c54e98c02..e8a8393634 100644 --- a/files/ja/web/api/canvas_api/tutorial/drawing_text/index.html +++ b/files/ja/web/api/canvas_api/tutorial/drawing_text/index.html @@ -79,7 +79,7 @@ original_slug: Drawing_text_using_a_canvas <p>以前に CSS を扱ったことがあれば、これらのプロパティも見慣れているでしょう。</p> -<p>以下は <a href="http://www.whatwg.org/" title="http://www.whatwg.org/">WHATWG</a> 提供の、<code>textBaseline</code> 属性によってサポートされている様々なベースラインを示した図です。<img alt="The top of the em square is +<p>以下は <a href="http://www.whatwg.org/">WHATWG</a> 提供の、<code>textBaseline</code> 属性によってサポートされている様々なベースラインを示した図です。<img alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is |