aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/web_storage_api
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/web_storage_api
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/web_storage_api')
-rw-r--r--files/ja/web/api/web_storage_api/using_the_web_storage_api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/web_storage_api/using_the_web_storage_api/index.html b/files/ja/web/api/web_storage_api/using_the_web_storage_api/index.html
index 6a83126541..bc01e7d0cd 100644
--- a/files/ja/web/api/web_storage_api/using_the_web_storage_api/index.html
+++ b/files/ja/web/api/web_storage_api/using_the_web_storage_api/index.html
@@ -215,7 +215,7 @@ imageForm.onchange = populateStorage;</pre>
</div>
</div>
-<p>すべてのブラウザーで、ローカルストレージおよびセッションストレージが受け入れる容量は異なります。<a href="http://dev-test.nemikor.com/web-storage/support-test/" title="http://dev-test.nemikor.com/web-storage/support-test/">さまざまなブラウザーのストレージ容量を報告しているページ</a>があります。</p>
+<p>すべてのブラウザーで、ローカルストレージおよびセッションストレージが受け入れる容量は異なります。<a href="http://dev-test.nemikor.com/web-storage/support-test/">さまざまなブラウザーのストレージ容量を報告しているページ</a>があります。</p>
<h2 id="See_also" name="See_also">関連情報</h2>