aboutsummaryrefslogtreecommitdiff
path: root/files/ja/mdn
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-03 21:19:25 -0400
committerGitHub <noreply@github.com>2021-08-04 10:19:25 +0900
commitb1fdb94830bee8ed169ec9c6c20e535a7d6524fa (patch)
treea5221a8984f7858c248706da92314683aeb6be3d /files/ja/mdn
parentd4b97cd8ba7c9b71d5e3ccb119103047da3b44a8 (diff)
downloadtranslated-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')
-rw-r--r--files/ja/mdn/guidelines/code_guidelines/general/index.html2
-rw-r--r--files/ja/mdn/tools/kumascript/index.html2
2 files changed, 2 insertions, 2 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>
diff --git a/files/ja/mdn/tools/kumascript/index.html b/files/ja/mdn/tools/kumascript/index.html
index b74cc09822..98be7e9b9e 100644
--- a/files/ja/mdn/tools/kumascript/index.html
+++ b/files/ja/mdn/tools/kumascript/index.html
@@ -77,7 +77,7 @@ Hello #2</pre>
<p>このマクロからのデータは、テンプレートコード内で <code class="language-javascript">$0</code> 引数のオブジェクトとして利用できます (例えば、 <code>$0.Alpha</code>, <code>$0.Beta</code>, <code>$0.Foo</code>)。これにより、引数の単純なリストで実現することが難しい又は不可能な複雑なデータ構造を、マクロ引数で表すことができます。</p>
-<p>なお、この引数の形はとても繊細です。 — 正確に <a href="http://json.org/" title="http://json.org/">JSON の構文</a>に従っていなければならず、間違いを犯しやすいエスケープ文字の要件が求められます (例えば、すべてのスラッシュをエスケープするなど)。疑わしい場合は、 <a href="http://jsonlint.com/">JSON をバリデーターに掛けてみてください</a>。</p>
+<p>なお、この引数の形はとても繊細です。 — 正確に <a href="http://json.org/">JSON の構文</a>に従っていなければならず、間違いを犯しやすいエスケープ文字の要件が求められます (例えば、すべてのスラッシュをエスケープするなど)。疑わしい場合は、 <a href="http://jsonlint.com/">JSON をバリデーターに掛けてみてください</a>。</p>
<h4 id="How_to_write_in_text" name="How_to_write_in_text">「\{{」を記述する方法</h4>