diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-03 21:19:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-04 10:19:25 +0900 |
commit | b1fdb94830bee8ed169ec9c6c20e535a7d6524fa (patch) | |
tree | a5221a8984f7858c248706da92314683aeb6be3d /files/ja/mdn/guidelines | |
parent | d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8 (diff) | |
download | translated-content-b1fdb94830bee8ed169ec9c6c20e535a7d6524fa.tar.gz translated-content-b1fdb94830bee8ed169ec9c6c20e535a7d6524fa.tar.bz2 translated-content-b1fdb94830bee8ed169ec9c6c20e535a7d6524fa.zip |
remove link 'title' attributes that's just the 'href' (ja, part 6) (#1872)
Diffstat (limited to 'files/ja/mdn/guidelines')
-rw-r--r-- | files/ja/mdn/guidelines/code_guidelines/general/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/mdn/guidelines/code_guidelines/general/index.html b/files/ja/mdn/guidelines/code_guidelines/general/index.html index 207830b455..109b4fed96 100644 --- a/files/ja/mdn/guidelines/code_guidelines/general/index.html +++ b/files/ja/mdn/guidelines/code_guidelines/general/index.html @@ -97,7 +97,7 @@ translation_of: MDN/Guidelines/Code_guidelines/General <p>画像やその他のメディアを例に含めたい場合があるでしょう。その場合は次のようにしてください。</p> <ul> - <li>あなたが利用できるライセンスであることを確認してください。許容度がとても広いライセンス、例えば <a href="https://creativecommons.org/share-your-work/public-domain/cc0/" rel="nofollow">CC0</a> や、一般的なコンテンツライセンス — <a class="external text external-icon" href="http://creativecommons.org/licenses/by-sa/2.5/" rel="nofollow noopener" title="http://creativecommons.org/licenses/by-sa/2.5/">クリエイティブ・コモンズの表示-継承ライセンス</a> (CC-BY-SA) — と互換性のある1つ以上のライセンスを持つメディアを使用してみてください。</li> + <li>あなたが利用できるライセンスであることを確認してください。許容度がとても広いライセンス、例えば <a href="https://creativecommons.org/share-your-work/public-domain/cc0/" rel="nofollow">CC0</a> や、一般的なコンテンツライセンス — <a class="external text external-icon" href="http://creativecommons.org/licenses/by-sa/2.5/" rel="nofollow noopener">クリエイティブ・コモンズの表示-継承ライセンス</a> (CC-BY-SA) — と互換性のある1つ以上のライセンスを持つメディアを使用してみてください。</li> <li>画像については、 <a href="https://tinypng.com" rel="nofollow">https://tinypng.com</a> や <a href="https://imageoptim.com" rel="nofollow">https://imageoptim.com</a> を通すと例のページの重さを軽減することができます。</li> <li><code>SVG</code> については、コードを <a href="https://jakearchibald.github.io/svgomg/">SVGOMG</a> に通すと <code>SVG</code> ファイルの最後に空行があることを保証することができます。</li> <li> |