diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-02 12:14:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 01:14:40 +0900 |
commit | 86bfc6444602934695b25cee06320c49946e513c (patch) | |
tree | 2ce5eb781371782e29d22e92429dd8feae013167 /files/ja/web/http/headers/x-dns-prefetch-control/index.html | |
parent | 038ca04f4d551f547894b71d337b822d66c8a2b5 (diff) | |
download | translated-content-86bfc6444602934695b25cee06320c49946e513c.tar.gz translated-content-86bfc6444602934695b25cee06320c49946e513c.tar.bz2 translated-content-86bfc6444602934695b25cee06320c49946e513c.zip |
remove link 'title' attributes that's just the 'href' (ja, part 3) (#1840)
Diffstat (limited to 'files/ja/web/http/headers/x-dns-prefetch-control/index.html')
-rw-r--r-- | files/ja/web/http/headers/x-dns-prefetch-control/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/http/headers/x-dns-prefetch-control/index.html b/files/ja/web/http/headers/x-dns-prefetch-control/index.html index 8f62529ba3..85f3459d49 100644 --- a/files/ja/web/http/headers/x-dns-prefetch-control/index.html +++ b/files/ja/web/http/headers/x-dns-prefetch-control/index.html @@ -75,7 +75,7 @@ X-DNS-Prefetch-Control: off <pre class="brush: html"><link rel="dns-prefetch" href="https://www.mozilla.org/contribute/"> </pre> -<p>この例では、 "<a class="linkification-ext external" href="https://www.mozilla.org/contribute/" title="Linkification: https://www.mozilla.org/contribute/">www.mozilla.org/contribute</a>" というドメイン名が事前に解決されます。</p> +<p>この例では、 "<a class="linkification-ext external" href="https://www.mozilla.org/contribute/">www.mozilla.org/contribute</a>" というドメイン名が事前に解決されます。</p> <p>同様に、 link 要素は完全な URL を提供せずにホスト名を解決するために使用することができますが、ホスト名の前に2つのスラッシュを付けた場合だけです。</p> |